From 9dd65e89d9cb37b539e1bb7ae83433f6688056de Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Tue, 2 Jun 2020 15:38:51 +0200 Subject: [PATCH] modified nagios check --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 8f5ddc46..8a4df1a0 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -925,7 +925,7 @@ class nagios_monitor { $web_admin_pw = safe_hiera('nagios_nagiosadmin_password'); $web_admin_user = 'nagiosadmin'; - package { 'libxml2-utils': ensure => installed} + package { 'xsltproc': ensure => installed} class { 'webserver': } class { 'nagioscfg': @@ -1130,13 +1130,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!23!2!3', + check_command => 'check_country_count!qa.md.eidas.swedenconnect.se!UK 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!8!1!2', + check_command => 'check_country_count!md.eidas.swedenconnect.se!UK LU IT ES HR DE EE BE!1!3', description => 'check number of countries in eIDAS', contact_groups => ['alerts'], }