Module: check_mk
Branch: master
Commit: 5051382fccad2aba0279cb658e506b0209db5a7d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5051382fccad2a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Apr 22 13:53:53 2015 +0200
#2182 FIX Fixed services randomly becoming stale when using CMC
Fixed update of services when host has just been added and fist
performed check was the discovery check.
---
.werks/2182 | 11 +++++++++++
ChangeLog | 1 +
2 files changed, 12 insertions(+)
diff --git a/.werks/2182 b/.werks/2182
new file mode 100644
index 0000000..e77ca1e
--- /dev/null
+++ b/.werks/2182
@@ -0,0 +1,11 @@
+Title: Fixed services randomly becoming stale when using CMC
+Level: 1
+Component: core
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i1
+Date: 1429703582
+
+Fixed update of services when host has just been added and fist
+performed check was the discovery check.
diff --git a/ChangeLog b/ChangeLog
index 84b9fd8..1909ec5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
* 2187 FIX: Avoid CLOSE_WAIT sockets for agent connection in case of timeouts...
* 2194 FIX: Avoid new discovered checks from being used without config reload
* 2180 FIX: cmk -D showed always "bulkwalk: no" for SNMPv3 hosts (which is
wrong)...
+ * 2182 FIX: Fixed services randomly becoming stale when using CMC...
Checks & Agents:
* 1665 agent_netapp: New special agent for NetApp monitoring via Web-API...