run eidas healthcheck via nrpe
This commit is contained in:
parent
4c7978f0ee
commit
6a08d4eb7b
1 changed files with 6 additions and 0 deletions
|
@ -636,6 +636,12 @@ class nagios_monitor {
|
|||
description => 'metadata aggregate age',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::service {'check_eidas_health':
|
||||
hostgroup_name => ['servicemonitor'],
|
||||
check_command => 'check_nrpe_1arg!check_eidas_health',
|
||||
description => 'eidas component healthcheck',
|
||||
contact_groups => ['alerts']
|
||||
}
|
||||
nagioscfg::command {'check_ssl_cert_3':
|
||||
command_line => "/usr/lib/nagios/plugins/check_ssl_cert -A -H '\$HOSTADDRESS\$' -c '\$ARG2\$' -w '\$ARG1\$' -p '\$ARG3\$'"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue