diff options
Diffstat (limited to 'puppet/modules/site_check_mk/files')
-rw-r--r-- | puppet/modules/site_check_mk/files/extra_host_conf.mk | 6 |
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 ) +] + |