stopped checking presence metadata for countries in QA
This commit is contained in:
parent
6a00dff47e
commit
3fc938ae73
1 changed files with 7 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue