mirror of https://github.com/zulip/zulip.git
22 lines
460 B
INI
22 lines
460 B
INI
# A simple wildcard hostgroup
|
|
define hostgroup {
|
|
hostgroup_name all
|
|
alias All Servers
|
|
members *
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name web
|
|
alias Web Servers
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name frontends
|
|
alias Frontend Web Servers
|
|
}
|
|
|
|
define hostgroup {
|
|
hostgroup_name zmirror
|
|
alias Zephyr Mirror Servers
|
|
}
|