Files
zulip/servers/puppet/files/nagios3/conf.d/hostgroups.cfg
Keegan McAllister b9c8f4a770 nagios: Enable ssh-based checks on all machines
(imported from commit 3905ad03cc2ed5dec6f8eb6b20d4b4f0896f164c)
2012-11-26 00:25:14 -05:00

12 lines
243 B
INI

# A simple wildcard hostgroup
define hostgroup {
hostgroup_name all
alias All Servers
members *
}
define hostgroup {
hostgroup_name web
alias Web Servers
}