Module: check_mk
Branch: master
Commit: 8c0e15f9f7a6a61923bc6eea2b870c97c3c58d55
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8c0e15f9f7a6a6…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Mon May 4 12:33:38 2015 +0200
#2077 FIX Windows MSI Installer: fixed automatical install of agent plugins
Upon install, the MSI installer did not unpack any plugins provided
by the plugins.cap file. You had to manually unpack these plugins
with the command "check_mk_agent.exe unpack plugins.cap".
This has been fixed.
---
.werks/2077 | 15 +++++++++++++++
ChangeLog | 1 +
2 files changed, 16 insertions(+)
diff --git a/.werks/2077 b/.werks/2077
new file mode 100644
index 0000000..64b324a
--- /dev/null
+++ b/.werks/2077
@@ -0,0 +1,15 @@
+Title: Windows MSI Installer: fixed automatical install of agent plugins
+Level: 2
+Component: checks
+Class: fix
+Compatible: compat
+State: unknown
+Version: 1.2.7i1
+Date: 1430735433
+
+Upon install, the MSI installer did not unpack any plugins provided
+by the plugins.cap file. You had to manually unpack these plugins
+with the command "check_mk_agent.exe unpack plugins.cap".
+
+This has been fixed.
+
diff --git a/ChangeLog b/ChangeLog
index bc69311..c16bbc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -351,6 +351,7 @@
* 2071 FIX: windows agent: fileinfo check now correctly reports empty directories...
* 2072 FIX: agent_netapp, netapp_api_volumes, netapp_api_disks: Improved check
output...
* 2075 FIX: check_mk_agent: fixed formatting error for windows eventlog entries >
2048 characters...
+ * 2077 FIX: Windows MSI Installer: fixed automatical install of agent plugins...
Multisite:
* 1758 Improved exception hander: Shows details without additional debug request,
added mailto link for error report...