]> git.pld-linux.org Git - projects/nagios-config.git/blob - hostgroups.cfg
cd215baa2a5943a0c63617c41b511cf51a8fe3cf
[projects/nagios-config.git] / hostgroups.cfg
1 ################################################################################
2 # object config file for Nagios
3 #
4 ################################################################################
5
6 ################################################################################
7 # HOST GROUP DEFINITIONS
8 #
9 ################################################################################
10
11 # We only have one host in our simple config file, so there is no need to
12 # create more than one hostgroup.
13 define hostgroup {
14         hostgroup_name  test
15         alias           Linux Servers
16         members         localhost
17 }
18
19 # vim:ts=8:sw=8
This page took 0.141549 seconds and 2 git commands to generate.