Module: check_mk
Branch: master
Commit: e2d953f25090183972f5e965ac9e4984751b919f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e2d953f2509018…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Fri May 11 13:30:50 2018 +0200
5926 FIX Agent Bakery options for WMI and full path with Windows processes
Werk #2656 added the options to use WMI for retrieving information
about process on Windows and to display the full path of the process.
These new configuration options were left without the counterpart for
configuring them in the Agent Bakery.
This deficit is now fixed so that the option use_wmi for the ps section
is also configurable through the Agent Bakery. The full path option is
now also configurable, nevertheless enabling it only takes effect if
use_wmi is also enabled.
Change-Id: Ie55c511ccb6ee8fd3cc90c63e14b62c3f07d2928
---
.werks/5926 | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.werks/5926 b/.werks/5926
new file mode 100644
index 0000000..98adb2e
--- /dev/null
+++ b/.werks/5926
@@ -0,0 +1,20 @@
+Title: Agent Bakery options for WMI and full path with Windows processes
+Level: 1
+Component: checks
+Compatible: compat
+Edition: cee
+Version: 1.6.0i1
+Date: 1526037609
+Class: fix
+
+Werk #2656 added the options to use WMI for retrieving information
+about process on Windows and to display the full path of the process.
+These new configuration options were left without the counterpart for
+configuring them in the Agent Bakery.
+
+This deficit is now fixed so that the option use_wmi for the ps section
+is also configurable through the Agent Bakery. The full path option is
+now also configurable, nevertheless enabling it only takes effect if
+use_wmi is also enabled.
+
+