add PT in nagios check

This commit is contained in:
Maria Haider 2020-10-21 12:53:22 +02:00
parent dac4fbe347
commit 2d228a4c39
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -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'],
}