]> git.pld-linux.org Git - projects/nagios-config.git/blob - contactgroups.cfg
1d7da2beaf2350a0176cc6961e2c1292e08dceb0
[projects/nagios-config.git] / contactgroups.cfg
1 ################################################################################
2 # object config file for Nagios
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.
13 define contactgroup {
14         contactgroup_name       admins
15         alias                   Nagios Administrators
16         members                 nagios-admin
17 }
18
19 # vim:ts=8:sw=8
This page took 0.736868 seconds and 2 git commands to generate.