removed slash

This commit is contained in:
Maria Haider 2025-01-22 14:40:42 +01:00
parent 17eee59250
commit fa78cab484
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -470,7 +470,7 @@ class eid::nagios_monitor {
$hosts_connector.each |$host|{
nagioscfg::service {"check_metadata_age_${host}":
host_name => ["${host}"],
check_command => "check_metadata_age!https://${host}/idp/metadata/sp/!432000!86400",
check_command => "check_metadata_age!https://${host}/idp/metadata/sp!432000!86400",
description => "check metadata age for ${host}",
contact_groups => ['alerts'],
}