added nagios check for eidastest in qa
Ref SC-628
This commit is contained in:
parent
714b1f7718
commit
46678c7f3a
1 changed files with 9 additions and 0 deletions
|
@ -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\$'"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue