blob: fb8713b7df756fddf90ee0a93ffeb4d45cae986f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#A little host group. Host groups are important if you want to keep managable your conf ;)
#define hostgroup{
# hostgroup_name linux-servers ; The name of the hostgroup
# alias Linux Servers ; Long name of the group
# members localhost,dc01 ; Comma separated list of hosts that belong to this group
# realm Europe
# }
#define hostgroup{
# hostgroup_name mysql-servers
# alias mysql-servers
# members databasehost1,databasehost-us
# }
|