]> git.pld-linux.org Git - projects/nagios-config.git/blame - contactgroups.cfg
add check_mailq command template
[projects/nagios-config.git] / contactgroups.cfg
CommitLineData
8934a459 1################################################################################
cff08d9a 2# Object config file for Nagios
8934a459
ER
3#
4################################################################################
5
6################################################################################
7# CONTACT GROUP DEFINITIONS
8#
9################################################################################
10
11# We only have one contact in this simple configuration file, so there is
12# no need to create more than one contact group.
6fc49599 13
8934a459 14define contactgroup {
6fc49599
ER
15 contactgroup_name admins
16 alias Nagios Administrators
17 members nagios-admin
8934a459
ER
18}
19
6fc49599 20# vim:ts=4:sw=4:ft=nagios
This page took 0.139394 seconds and 4 git commands to generate.