summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-22 11:23:43 +0200
committerVarac <varac@leap.se>2017-06-22 11:23:43 +0200
commitf3bafe6b2cb55305bba588fdca4f4e77e3ef2026 (patch)
treece22a54da129fd3473a58c98a8cd68a237024e01 /puppet
parenteb904e99e5f2a8ec77feca52f2a076bec1d0383a (diff)
Delay hard state of the nagios APT check
Delay a hard state of the APT check for 1 day so unattended_upgrades has time to upgrade packages. Resolves: #8748
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/site_check_mk/files/extra_service_conf.mk6
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" )
]
-