Module: check_mk
Branch: master
Commit: 20cd475fccf189c4723f026682a6f3265fc4308f
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=20cd475fccf189…
Author: Andreas Umbreit <au(a)mathias-kettner.de>
Date: Mon Oct 30 14:21:49 2017 +0100
add werk 5261
Change-Id: I69a63567e28227fd58f0b330af9b66cf274c4ed7
---
.werks/5261 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.werks/5261 b/.werks/5261
new file mode 100644
index 0000000..4094d04
--- /dev/null
+++ b/.werks/5261
@@ -0,0 +1,13 @@
+Title: Improve agent bakery robustness when baking new agents
+Level: 1
+Component: agents
+Compatible: compat
+Edition: cee
+Version: 1.5.0i1
+Date: 1509360187
+Class: fix
+
+Depending on the complexity of the underlying configuration ruleset, some agents accidently could be marked as to be rebaked although there is no config change for them.
+This is now mitigated by applying a more robust hashing algorithm for the agent config hashes.
+
+After updating, no further action is required to apply the fix. Notably, no re-bake of existing agents is required.