fixed a mistake in one of the checks

This commit is contained in:
Maria Haider 2020-04-17 17:18:01 +02:00
parent c61a6a5d05
commit 45579e386d
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -1135,7 +1135,7 @@ class nagios_monitor {
}
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!7!1!2',
description => 'check number of countries in eIDAS',
contact_groups => ['alerts'],
}