changed threshold again
This commit is contained in:
parent
49bc71faab
commit
23b9fe7444
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@ class nagios_monitor {
|
|||
$hosts_md_eidas.each |$host|{
|
||||
nagioscfg::service {"check_metadata_age_${host}":
|
||||
host_name => ["${host}"],
|
||||
check_command => "check_metadata_age!https://${host}/entities!518400!172800",
|
||||
check_command => "check_metadata_age!https://${host}/entities!432000!86400",
|
||||
description => "check metadata for ${host}",
|
||||
contact_groups => ['alerts'],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue