diff options
| -rw-r--r-- | puppet/modules/site_check_mk/files/extra_service_conf.mk | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/puppet/modules/site_check_mk/files/extra_service_conf.mk b/puppet/modules/site_check_mk/files/extra_service_conf.mk index c7120a96..9212af95 100644 --- a/puppet/modules/site_check_mk/files/extra_service_conf.mk +++ b/puppet/modules/site_check_mk/files/extra_service_conf.mk @@ -1,6 +1,9 @@  # retry 3 times before setting a service into a hard state -# and send out notification +# Delay a hard state of the APT check for 1 day +# so unattended_upgrades has time to upgrade packages. +#  extra_service_conf["max_check_attempts"] = [ +  ("360", ALL_HOSTS , ["APT"] ),    ("4", ALL_HOSTS , ALL_SERVICES )  ] @@ -11,4 +14,3 @@ extra_service_conf["max_check_attempts"] = [  extra_service_conf["normal_check_interval"] = [    ("4", ALL_HOSTS , "Check_MK" )  ] - | 
