doesn't work with '/' in the end after proxy upgrade

This commit is contained in:
Maria Haider 2024-05-23 18:55:55 +02:00
parent b3ae808483
commit a22d5b9cd4
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -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'],
}
}
}
}