From 4099ad6b5eab8cc245620516a2b9f57cc60c8be2 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Mon, 4 Jan 2021 12:05:02 +0100 Subject: [PATCH] removed GB from nagios check --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 8bf11749..f8430894 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -1150,7 +1150,7 @@ class nagios_monitor { } 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 PT SK CZ!1!3', + check_command => 'check_country_count!md.eidas.swedenconnect.se!LU IT ES HR DE EE BE PT SK CZ!1!3', description => 'check number of countries in eIDAS', contact_groups => ['alerts'], }