summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-12-11 22:26:28 +0100
committervarac <varacanero@zeromail.org>2014-12-11 22:26:28 +0100
commit0687c83543da29f86e94c46fb3fe872ab19cb709 (patch)
tree1bc57f2c61cfbe3e71ccc1469e31f092099dbecb /puppet/modules/site_check_mk/files
parent354809addebc139b928b14291d6129bfefdcd074 (diff)
Increase max_check_attempts for hosts checks (Bug #6535)
Change-Id: I10ec569821f329e3bd10ac87242db102e9c82246
Diffstat (limited to 'puppet/modules/site_check_mk/files')
-rw-r--r--puppet/modules/site_check_mk/files/extra_host_conf.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/extra_host_conf.mk b/puppet/modules/site_check_mk/files/extra_host_conf.mk
new file mode 100644
index 00000000..2c96f97a
--- /dev/null
+++ b/puppet/modules/site_check_mk/files/extra_host_conf.mk
@@ -0,0 +1,6 @@
+# retry 3 times before setting a host into a hard state
+# and send out notification
+extra_host_conf["max_check_attempts"] = [
+ ("4", ALL_HOSTS )
+]
+