Module: check_mk
Branch: master
Commit: 4073cc5cac5a63a5e5ab8e81d49f4fb2a25addba
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4073cc5cac5a63…
Author: Tom Baerwinkel <tb(a)mathias-kettner.de>
Date: Fri Jun 22 19:07:31 2018 +0200
6115 FIX Use the correct matching behaviour and avoid a crash while baking agents for some agent bakery rules
Previously, the agent bakery rulesets "Perform Real-Time Checks", "Agent
updater (Linux, Windows)", "ORACLE Databases (Linux, Solaris, AIX)", and
"Plugins, local checks and MRPE for non-root users" did not have the correct
matching behaviour. Now, the correct behaviour which is shown in the decription
for "Matching" in the GUI is used.
If you have multiple rules for any of those rulesets please make sure to bake
the agents again, and deploy the newly baked agents to the affected hosts.
This Werk also fixes a crash of "Bake agents" for rules with the matching
behaviour "Each parameter is defined by the first matching rule where that
parameter is set (checked)".
Change-Id: I60454ddbde9b2d655f14931f37fa6a0383abdacd
---
.werks/6115 | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/.werks/6115 b/.werks/6115
new file mode 100644
index 0000000..7f1a876
--- /dev/null
+++ b/.werks/6115
@@ -0,0 +1,21 @@
+Title: Use the correct matching behaviour and avoid a crash while baking agents for some agent bakery rules
+Level: 1
+Component: wato
+Compatible: incomp
+Edition: cee
+Version: 1.6.0i1
+Date: 1529685871
+Class: fix
+
+Previously, the agent bakery rulesets "Perform Real-Time Checks", "Agent
+updater (Linux, Windows)", "ORACLE Databases (Linux, Solaris, AIX)", and
+"Plugins, local checks and MRPE for non-root users" did not have the correct
+matching behaviour. Now, the correct behaviour which is shown in the decription
+for "Matching" in the GUI is used.
+
+If you have multiple rules for any of those rulesets please make sure to bake
+the agents again, and deploy the newly baked agents to the affected hosts.
+
+This Werk also fixes a crash of "Bake agents" for rules with the matching
+behaviour "Each parameter is defined by the first matching rule where that
+parameter is set (checked)".