diff --git a/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb b/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb index 78c985a9bf..31c79a7003 100644 --- a/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb +++ b/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb @@ -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 -%>