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:
Alex Vandiver 2022-06-13 16:12:45 -07:00 committed by Alex Vandiver
parent d804de871d
commit 08127086bc
1 changed files with 1 additions and 1 deletions

View File

@ -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 -%>