Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git] / etc / hostgroups.cfg
blob41f66f63caed50a447a0a4e7ab4f6d703bc3a31d
4 #A little host group. Host groups are important if you want to keep managable your conf ;)
5 #define hostgroup{
6 #        hostgroup_name  linux-servers ; The name of the hostgroup
7 #        alias           Linux Servers ; Long name of the group
8 #        members         localhost,dc01     ; Comma separated list of hosts that belong to this group
9 #       realm Europe
10 #        }
13 define hostgroup{
14         hostgroup_name  mysql-servers
15         alias           mysql-servers
16         members         databasehost1,databasehost-us
17         }