8 lines
203 B
Text
8 lines
203 B
Text
# Some generic hostgroup definitions
|
|
|
|
# A simple wildcard hostgroup
|
|
define hostgroup {
|
|
hostgroup_name all
|
|
alias All Servers
|
|
members *
|
|
}
|