Add metadata cache check for new proxy class, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-02-06 13:49:55 +01:00
parent 17b0441274
commit aad5393fe4
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -224,6 +224,12 @@ class eid::nagios_monitor {
description => 'proxy eidas metadata cache age',
contact_groups => ['alerts']
}
nagioscfg::service {'proxy_eidas_metadata_cache':
hostgroup_name => ['eid::proxy'],
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',