zulip/servers/puppet/modules/humbug/files/nagios3/conf.d/hosts.cfg

64 lines
1.7 KiB
INI

define host{
use generic-host
host_name app
alias app
address humbughq.com
hostgroups all,web,frontends,pageable_servers
}
define host{
use generic-host
host_name staging
alias staging
address staging.humbughq.com
hostgroups all,web,frontends,not_pageable_servers
}
define host{
use generic-host
host_name trac
alias trac
address trac.humbughq.com
hostgroups all,web,not_pageable_servers
}
define host{
use generic-host
host_name git
alias git
address git.humbughq.com
hostgroups all,web,not_pageable_servers
}
define host{
use generic-host
host_name zmirror
alias zmirror
address zmirror.humbughq.com
hostgroups all,zmirror,pageable_servers
}
define host{
use generic-host
host_name bots
alias bots
address bots.humbughq.com
hostgroups all,not_pageable_servers
}
define host{
use generic-host
host_name postgres
alias postgres
address postgres.humbughq.com
hostgroups all,pageable_servers
}
define host{
use generic-host
host_name stats
alias stats
address stats.humbughq.com
hostgroups all,not_pageable_servers
}