doesn't work with '/' in the end after proxy upgrade
This commit is contained in:
parent
b3ae808483
commit
a22d5b9cd4
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue