From 51c2e85eb7466dbc1eb05007227c3478b2605351 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Mon, 27 May 2024 23:03:57 +0200 Subject: [PATCH] new nrpe check --- .../etc/puppet/modules/eid/manifests/nagios_monitor.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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',