From 3fc938ae73959cec858f3dd2da349202d84ff709 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Thu, 23 Mar 2023 10:21:58 +0100 Subject: [PATCH] stopped checking presence metadata for countries in QA --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 81ac5bc2..b71ba0c1 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -1375,12 +1375,13 @@ class nagios_monitor { nagioscfg::command {'check_country_count': command_line => "/usr/lib/nagios/plugins/check_eidas_country_count.sh '\$ARG1\$' '\$ARG2\$' '\$ARG3\$' '\$ARG4\$'" } - nagioscfg::service {'check_country_eIDAS_QA': - host_name => ['qa.md.eidas.swedenconnect.se'], - check_command => 'check_country_count!qa.md.eidas.swedenconnect.se!PT LU IT ES HR LV DE EE BE IS XB CY PL SK LT NO DK CZ SE EL XA MT SI!1!3', - description => 'check number of countries in eIDAS QA', - contact_groups => ['alerts'], - } +#Commented out in relation to SC-1468 +# nagioscfg::service {'check_country_eIDAS_QA': +# host_name => ['qa.md.eidas.swedenconnect.se'], +# check_command => 'check_country_count!qa.md.eidas.swedenconnect.se!PT LU IT ES HR LV DE EE BE IS XB CY PL SK LT NO DK CZ SE EL 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!LU IT ES HR DE EE BE PT SK CZ LV!1!3',