mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
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
|
|
}
|