new nrpe check

This commit is contained in:
Maria Haider 2024-05-27 23:03:57 +02:00
parent a8458a3d37
commit 51c2e85eb7
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -230,6 +230,12 @@ class eid::nagios_monitor {
description => 'proxy eidas metadata list age',
contact_groups => ['alerts']
}
nagioscfg::service {'proxy_eidas_metadata_cache':
hostgroup_name => ['proxy_eidas_metadata'],
check_command => 'check_nrpe_1arg!check_fileage_proxy_eidas_metadata_cache',
description => 'proxy eidas metadata cache age',
contact_groups => ['alerts']
}
nagioscfg::service {'check_eidas_health':
hostgroup_name => ['servicemonitor'],
check_command => 'check_nrpe_1arg!check_eidas_health',