mirror of https://github.com/zulip/zulip.git
nagios: Remove misleading "staging_frontends" from standalone.
No services are tested for the `staging_frontends` hostgroup, so this does not alter the checks.
This commit is contained in:
parent
d804de871d
commit
08127086bc
|
@ -4,7 +4,7 @@ define host{
|
|||
host_name <%= host %>
|
||||
alias <%= host %>
|
||||
address <%= host %>
|
||||
hostgroups all,non_aws_host,web,frontends,staging_frontends,not_pageable_servers,postgresql,postgresql_primary
|
||||
hostgroups all,non_aws_host,web,frontends,not_pageable_servers,postgresql,postgresql_primary
|
||||
}
|
||||
<% end -%>
|
||||
|
||||
|
|
Loading…
Reference in New Issue