Module: check_mk
Branch: master
Commit: 00e756a7d42757377d13e2e11689c6b1022dc847
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=00e756a7d42757…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Feb 5 16:18:21 2013 +0100
Updated bug entries #0915
---
.bugs/915 | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/.bugs/915 b/.bugs/915
new file mode 100644
index 0000000..4011a40
--- /dev/null
+++ b/.bugs/915
@@ -0,0 +1,20 @@
+Title: More comfortable handling of "Performance Counters" monitoring
+Component: checks
+State: open
+Date: 2013-02-05 16:14:01
+Targetversion: 1.2.3
+Class: feature
+
+At the moment the ids of performancecounters must be scanned and configured
+manually
(
http://mathias-kettner.de/checkmk_windows.html#H1:Performance%20Counters,%2…)
+
+This is not very comfortable and also no auto detection. It would be nice to have
+a functionality where we can deliver a default config or one user could create
+his own config like:
+
+[winperf]
+ counters = $MSExchangeTransport Queues$:msx_queues
+
+Then, on agent startup the variable would be used to scan for the id automatically.
+The localization problem has to be fixed when implementing this. Maybe there is
+something like LANG=c ...?