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

Delay hard state of the nagios APT check

Delay a hard state of the APT check for 1 day
so unattended_upgrades has time to upgrade packages.

Resolves: #8748
parent eb904e99
Branches
Tags
1 merge request!96Delay hard state of the nagios APT check
# 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