Files
zulip/servers/puppet/modules/humbug/files/nagios3/conf.d/hostgroups.cfg
Leo Franchi b3a3054f64 Slightly raise thresholds for load on nagios
(imported from commit 2dbc06c8ba204c10f6d6b590bc4858e07692540b)
2013-04-22 10:22:35 -04:00

27 lines
579 B
INI

# A simple wildcard hostgroup
define hostgroup {
hostgroup_name all
alias All Servers
members *
}
define hostgroup {
hostgroup_name all_but_nagios
alias All Servers except Nagios
}
define hostgroup {
hostgroup_name web
alias Web Servers
}
define hostgroup {
hostgroup_name frontends
alias Frontend Web Servers
}
define hostgroup {
hostgroup_name zmirror
alias Zephyr Mirror Servers
}