mirror of https://github.com/zulip/zulip.git
nagios: Remove frontends from redis group.
The Redis nagios checks themselves are done against `redis` + `frontends` groups, so there is no need to misleadingly place `frontends` in the `redis` hostgroup.
This commit is contained in:
parent
08127086bc
commit
70c36985b4
|
@ -53,7 +53,6 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name redis
|
||||
alias Redis servers
|
||||
hostgroup_members frontends
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
|
|
Loading…
Reference in New Issue