17 lines
532 B
INI
17 lines
532 B
INI
|
|
###############################################################################
|
|
#
|
|
# HOST GROUP DEFINITION
|
|
#
|
|
###############################################################################
|
|
|
|
# Define an optional hostgroup for Linux machines
|
|
|
|
define hostgroup {
|
|
|
|
hostgroup_name linux-servers ; The name of the hostgroup
|
|
alias Linux Servers ; Long name of the group
|
|
members localhost, srv ; Comma separated list of hosts that belong to this group
|
|
}
|
|
|