Files
zulip/servers/puppet/files/nagios3/conf.d/hosts.cfg
Keegan McAllister 043f0d8e15 nagios: Use lowercase host aliases
(imported from commit c653d5948894e651a5040339e8cd6af50af712b3)
2012-11-26 00:25:15 -05:00

48 lines
1.1 KiB
INI

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