Module: check_mk
Branch: master
Commit: 4099b18875c5435a6f02c844e9e6455bbe42b88c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4099b18875c543…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Fri Oct 6 11:28:47 2017 +0200
Bug regarding deprecated rules and down hosts
Change-Id: I13462deadf5daabb7f16349ccc4f0a3418ddc6db
---
.bugs/2971 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.bugs/2971 b/.bugs/2971
new file mode 100644
index 0000000..8e05192
--- /dev/null
+++ b/.bugs/2971
@@ -0,0 +1,16 @@
+Title: Activate Changes fails after update if some host with an deprecated check is down
+Component: checks
+State: open
+Date: 2017-10-06 11:12:29
+Targetversion: 1.4.0
+Class: bug
+
+To reproduce the bug:
+- Create site with version 1.2.8 or earlier
+- Configure a host with a postfix service (postfix_mailq)
+- Cut the connection to the host (services will be stale)
+- update to 1.4.0
+- create a rule for the postfix service (Number of mails in outgoing mail queue)
+- Activate Changes
+
+It seems, that the autochecks.mk is not updated, if the agent_data of a host is not
reachable.