no longr build 31/sfapy2
[infrastructure.git] / nagios / AutomaticConfig / config-sample / hostgroups-sample.cfg
1 ###############################################################################
2 ###############################################################################
3 #
4 # HOST GROUPS
5 #
6 ###############################################################################
7 ###############################################################################
8
9 # We only have one host in our simple config file, so there is no need to
10 # create more than one hostgroup.
11
12 define hostgroup{
13         hostgroup_name  I
14         alias           Operation
15         members         planet-lab.eu,private.one-lab.org
16         }
17
18 define hostgroup{
19         hostgroup_name  II
20         alias           Development
21         members         onelab-test.inria.fr,build.one-lab.org
22         }
23
24 define hostgroup{
25         hostgroup_name  III
26         alias           INRIA's OneLab NODES
27         members         onelab01.inria.fr,onelab02.inria.fr,onelab03.inria.fr
28         }
29