run eidas healthcheck via nrpe

This commit is contained in:
Leif Johansson 2018-02-13 09:37:59 +01:00
parent 4c7978f0ee
commit 6a08d4eb7b

View file

@ -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\$'"
}