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

56 lines
1.3 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
}
define host{
use generic-host
host_name postgres
alias postgres
address postgres.humbughq.com
hostgroups all
}