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