Jeff Ashton
c31e7d0b91
Fix win_perf_counters tests ( #3068 )
2017-07-31 11:03:26 -07:00
Steven Burgart
9ab688d62c
Fix multiple plugin loading in win_perf_counters ( #2800 )
2017-05-22 11:58:00 -07:00
Oleg Grytsynevych
b03d78d00f
win_perf_counters: Format errors reported by pdh.dll in human-readable format ( #2338 )
2017-04-20 11:22:44 -07:00
Oskar
616b66f5cb
Multi instances in win_perf_counters ( #2352 )
2017-03-22 12:04:58 -07:00
Pierre Fersing
a505123e60
Improve win_perf_counters on non English systems ( #2261 )
2017-01-24 12:46:06 -08:00
Jeff Ashton
4e808c5c20
Importing pdh from github.com/lxn/win
...
closes #1763
closes #2017
2016-12-20 12:06:40 +00:00
Da1den
17fa6f9b17
Fixed bug that you cannot gather data on non english systems ( #1944 )
2016-12-13 14:24:41 +00:00
Cameron Sparr
abcd19493e
If win stat buffer is empty, do not try to index
...
closes #1425
2016-08-09 08:29:37 +01:00
Cameron Sparr
1c24665b29
Prometheus client & win_perf_counters char changes
...
1. in prometheus client, do not check for invalid characters anymore,
because we are already replacing all invalid characters with regex
anyways.
2. in win_perf_counters, sanitize field name _and_ measurement name.
Also add '%' to the list of sanitized characters, because this character
is invalid for most output plugins, and can also easily cause string
formatting issues throughout the stack.
3. All '%' will now be translated to 'Percent'
closes #1430
2016-07-21 16:24:19 +01:00
G-regL
015261a524
Sanitize Field name
...
Replace '/[sS]ec' for '_persec' and spaces with underscores.
closes #1118
2016-04-28 12:21:28 -06:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
fc7fa4b6c5
Cleanup comments and indentation in config file
2016-02-09 11:01:50 -07:00
Rune Darrud
0d391b66a3
Added support for Windows operating systems pre-Vista.
2016-02-02 21:57:38 -07:00
Rune Darrud
331b700d1b
Corrected a issue that came from code cleanup earlier
...
wherein missing performance counters caused it to return
early from the loop, instead of ignoring missing in
default configuration mode.
closes #625
2016-01-31 23:17:45 -07:00
Christoph Wegener
2163fde0a4
Fix memory leak: Remove signal.Notify code from plugins/inputs/win_perf_counters.(*Win_PerfCounters).Gather
2016-01-31 23:16:09 -07:00
Christoph Wegener
4ea3f82e50
Replace all single percentage characters with double
...
percentage characters in sampleConfig string so that fmt.Printf
will interpret them as literal percentage characters when
running 'telegraf.exe -sample-config'
closes #620
2016-01-30 10:10:55 -07:00
Rune Darrud
f088dd7e00
Added plugin to read Windows performance counters
...
closes #575
2016-01-28 16:35:13 -07:00