changed threshold again

This commit is contained in:
Maria Haider 2020-07-08 12:05:12 +02:00
parent 49bc71faab
commit 23b9fe7444
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

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