nagios: Update monitoring to use only the .zulip.net hostnames.

(imported from commit fc1a91546d39f4915ee9b9b63dad284b2cd54443)
This commit is contained in:
Tim Abbott
2013-09-25 14:36:54 -04:00
parent 17a4c39234
commit 351dd6dd5d

View File

@@ -26,7 +26,7 @@ define host{
use generic-host
host_name git
alias git
address git.humbughq.com
address git.zulip.net
hostgroups all,web,not_pageable_servers
}
@@ -34,7 +34,7 @@ define host{
use generic-host
host_name zmirror
alias zmirror
address zmirror.humbughq.com
address zmirror.zulip.net
hostgroups all,zmirror,pageable_servers
}
@@ -50,7 +50,7 @@ define host{
use generic-host
host_name bots
alias bots
address bots.humbughq.com
address bots.zulip.net
hostgroups all,not_pageable_servers
}
@@ -58,7 +58,7 @@ define host{
use generic-host
host_name postgres0
alias postgres0
address postgres0.humbughq.com
address postgres0.zulip.net
hostgroups all,postgres,pageable_servers
}
@@ -66,7 +66,7 @@ define host{
use generic-host
host_name postgres1
alias postgres1
address postgres1.humbughq.com
address postgres1.zulip.net
hostgroups all,postgres,pageable_servers
}