Module: check_mk
Branch: master
Commit: 029512b3a27c725ad3fb0211d69f9153727fa869
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=029512b3a27c72…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Feb 28 16:19:16 2017 +0100
4420 FIX Cleaning up signatures of unused packages now
The signatures of old agents (packages that are not needed by any host) were not
deleted from the var/check_mk/agents/*/_PACKAGES directories while the packages
and config files were deleted.
This had the effect that when you change a agent package relevant configuration,
bake the agent, change the value back and bake the agent with the same config,
the agent will already be signed without the need manually sign it again. This
was possible when the former signed config is exactly the same as the new one.
Change-Id: I6233f24fa95e157095a729b0eaa698db46f741df
---
.werks/4420 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.werks/4420 b/.werks/4420
new file mode 100644
index 0000000..63631b5
--- /dev/null
+++ b/.werks/4420
@@ -0,0 +1,16 @@
+Title: Cleaning up signatures of unused packages now
+Level: 1
+Component: metrics
+Compatible: compat
+Version: 1.4.0b4
+Edition: cee
+Date: 1488294733
+Class: fix
+
+The signatures of old agents (packages that are not needed by any host) were not
+deleted from the var/check_mk/agents/*/_PACKAGES directories while the packages
+and config files were deleted.
+
+This had the effect that when you change a agent package relevant configuration,
+bake the agent, change the value back and bake the agent with the same config,
+the agent will already be signed without the need manually sign it again. This