mirror of https://github.com/zulip/zulip.git
12 lines
243 B
INI
12 lines
243 B
INI
|
# A simple wildcard hostgroup
|
||
|
define hostgroup {
|
||
|
hostgroup_name all
|
||
|
alias All Servers
|
||
|
members *
|
||
|
}
|
||
|
|
||
|
define hostgroup {
|
||
|
hostgroup_name web
|
||
|
alias Web Servers
|
||
|
}
|