From 4be90252120ff056263e3216b6276c1d6dcce05d Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 13 Jun 2022 16:18:21 -0700 Subject: [PATCH] nagios: Remove redundant `postgresql` hostgroup. This is implied by `postgresql_primary`. --- puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb b/puppet/zulip_ops/templates/nagios4/hosts.cfg.template.erb index f011986fb2..ba3404acdd 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,not_pageable_servers,postgresql,postgresql_primary + hostgroups all,non_aws_host,web,frontends,not_pageable_servers,postgresql_primary } <% end -%> @@ -54,7 +54,7 @@ define host{ host_name <%= host %> alias <%= host %> address <%= host %>.<%= @default_host_domain %> - hostgroups all,aws_host,postgresql,postgresql_primary,pageable_servers + hostgroups all,aws_host,postgresql_primary,pageable_servers } <% end -%>