diff --git a/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp b/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp index d9fd3832..12b26b46 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp @@ -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',