summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/extra_service_conf.mk
blob: 61b0dd397759883fc425ffa007a561b2e9e5776e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# retry 3 times before setting a service into a hard state
# and send out notification
extra_service_conf["max_check_attempts"] = [
  ("4", ALL_HOSTS , ALL_SERVICES )
]

#
# run check_mk_agent every 2 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" )
]