Files
zulip/puppet/zulip_internal/files/nagios3/conf.d/hostgroups.cfg
Tim Abbott b5979a3fed [manual]: Rename zulip-internal puppet module to zulip_internal.
(imported from commit 64ac7ec0f3495b1fe7810da3d4d41263c52b9b3b)
2013-11-05 17:06:32 -05:00

36 lines
829 B
INI

# A simple wildcard hostgroup
define hostgroup {
hostgroup_name all
alias All Servers
members *
}
define hostgroup {
hostgroup_name pageable_servers
alias Servers for whom we want to page
}
define hostgroup {
hostgroup_name not_pageable_servers
alias Servers for whom we do not want to page
}
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
}
define hostgroup {
hostgroup_name postgres
alias PostgreSQL Servers
}