removed slash
This commit is contained in:
parent
17eee59250
commit
fa78cab484
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class eid::nagios_monitor {
|
||||||
$hosts_connector.each |$host|{
|
$hosts_connector.each |$host|{
|
||||||
nagioscfg::service {"check_metadata_age_${host}":
|
nagioscfg::service {"check_metadata_age_${host}":
|
||||||
host_name => ["${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}",
|
description => "check metadata age for ${host}",
|
||||||
contact_groups => ['alerts'],
|
contact_groups => ['alerts'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue