added nagios check for eidastest in qa

Ref SC-628
This commit is contained in:
Maria Haider 2022-10-04 15:34:34 +02:00
parent 714b1f7718
commit 46678c7f3a
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -1357,6 +1357,15 @@ class nagios_monitor {
description => 'check number of countries in eIDAS',
contact_groups => ['alerts'],
}
nagioscfg::command {'check_eidastest_qa':
command_line => "/usr/lib/nagios/plugins/check_eidastest_qa.sh"
}
nagioscfg::service {'check_eidastest_qa':
host_name => ['localhost'],
check_command => 'check_eidastest_qa',
description => 'check test countires in QA',
contact_groups => ['alerts'],
}
nagioscfg::command {'check_metadata_age':
command_line => "/usr/lib/nagios/plugins/check_eidas_metadata_age.sh '\$ARG1\$' '\$ARG2\$' '\$ARG3\$'"
}