mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Alex Vandiver
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 -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user