blob: 728111c6d1496d896a104ca6ada3228b9600f4ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
###############################################################################
###############################################################################
#
# HOST GROUPS
#
###############################################################################
###############################################################################
# We only have one host in our simple config file, so there is no need to
# create more than one hostgroup.
define hostgroup{
hostgroup_name test
alias Test Servers
members localhost
}
|