From 2d228a4c39a3a8d6246d1b4f97fda33a3efc84ba Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Wed, 21 Oct 2020 12:53:22 +0200 Subject: [PATCH] add PT in nagios check --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index f9d3c089..f37efb64 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -1145,13 +1145,13 @@ class nagios_monitor { } nagioscfg::service {'check_country_eIDAS_QA': host_name => ['qa.md.eidas.swedenconnect.se'], - check_command => 'check_country_count!qa.md.eidas.swedenconnect.se!GB LU IT ES HR DE EE BE IS XB CY PL SK XC LT NO DK CZ SE GR XA MT SI!1!3', + check_command => 'check_country_count!qa.md.eidas.swedenconnect.se!PT GB LU IT ES HR DE EE BE IS XB CY PL SK XC LT NO DK CZ SE GR XA MT SI!1!3', description => 'check number of countries in eIDAS QA', contact_groups => ['alerts'], } nagioscfg::service {'check_country_eIDAS': host_name => ['md.eidas.swedenconnect.se'], - check_command => 'check_country_count!md.eidas.swedenconnect.se!GB LU IT ES HR DE EE BE!1!3', + check_command => 'check_country_count!md.eidas.swedenconnect.se!GB LU IT ES HR DE EE BE PT!1!3', description => 'check number of countries in eIDAS', contact_groups => ['alerts'], }