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