Skip to content
Snippets Groups Projects
Verified Commit 1078bfff authored by Varac's avatar Varac
Browse files

Merge branch 'delay_apt_hardstate'

parents ab15baa5 f3bafe6b
Branches
Tags
No related merge requests found
Pipeline #
# 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" )
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment