23 lines
801 B
INI
23 lines
801 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, srv1, gwsio ; Comma separated list of hosts that belong to this group
|
|
}
|
|
define hostgroup {
|
|
|
|
hostgroup_name windows-servers ; The name of the hostgroup
|
|
alias Windows Servers ; Long name of the group
|
|
members w10-srv ; Comma separated list of ho>
|
|
}
|
|
|
|
|