diff options
| author | elijah <elijah@riseup.net> | 2015-04-01 22:26:56 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2015-04-01 22:26:56 -0700 | 
| commit | eeb5fd763d7f78d6dcff252981cc9e38dd446fa6 (patch) | |
| tree | 72811093a821dc4e8db3723804f98b8057d8b0bb /puppet/modules | |
| parent | 0215d430334b5f155dc0f6c193ed0103672d3069 (diff) | |
run check_mk tests every 10 minutes
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_check_mk/files/extra_service_conf.mk | 8 | 
1 files changed, 2 insertions, 6 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 61b0dd39..a4c6e769 100644 --- a/puppet/modules/site_check_mk/files/extra_service_conf.mk +++ b/puppet/modules/site_check_mk/files/extra_service_conf.mk @@ -5,14 +5,10 @@ extra_service_conf["max_check_attempts"] = [  ]  # -# run check_mk_agent every 2 minutes if it terminates successfully. +# run check_mk_agent every 10 minutes if it terminates successfully.  # see https://leap.se/code/issues/6539 for the rationale  # -# update: temporarily set interval to 60 minutes until we solve the -#         issue with the users db getting bloated with deleted -#         test users. -#  extra_service_conf["normal_check_interval"] = [ -  ("60", ALL_HOSTS , "Check_MK" ) +  ("10", ALL_HOSTS , "Check_MK" )  ]  | 
