From a22d5b9cd4b0a908aeb87eacb0dbac2585403709 Mon Sep 17 00:00:00 2001 From: Maria Haider Date: Thu, 23 May 2024 18:55:55 +0200 Subject: [PATCH] doesn't work with '/' in the end after proxy upgrade --- .../etc/puppet/modules/eid/manifests/nagios_monitor.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5ca7cf27..d9fd3832 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/nagios_monitor.pp @@ -452,7 +452,7 @@ class eid::nagios_monitor { $hosts_proxy.each |$host|{ nagioscfg::service {"check_metadata_age_${host}": host_name => ["${host}"], - check_command => "check_metadata_age!https://${host}/eidas-ps/ServiceMetadata/!432000!86400", + check_command => "check_metadata_age!https://${host}/eidas-ps/ServiceMetadata!432000!86400", description => "check metadata age for ${host}", contact_groups => ['alerts'], } @@ -475,4 +475,4 @@ class eid::nagios_monitor { contact_groups => ['alerts'], } } -} \ No newline at end of file +}