-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PerfCounterPlugin cannot read some counters #84
Comments
Got the same issue with PerfCounterPlugin_Uptime on Windows Server 2012 RC2. No special locales. |
Same issue with "\System\Systembetriebszei" and "\SQLServer:General Statistics\Connection Reset/sec". |
if Instance option it's not specified on the configuration file the value of instance is set to "*" (/src/plugins/PerfCounterMuninNodePlugin.cpp:155) and as a consequence the path of perfcounter will be created as \\Object(*)\\Counter (/src/plugins/PerfCounterMuninNodePlugin.cpp:166) resulting in an invalid path. [PerfCounterPlugin_uptime] Tested on Windows Server 2012 RC2. Please note, about the uptime plugin, that is common to prefer the PerfCounter version of the uptime plugin. To disable the embedded uptime plugin you can add Uptime=0 in the Plugins section (this switch can be another good addition to the default munin-node.ini). |
Hello,
for some reason the plugin cannot read some (valuable) performance counters. For example "System\Threads". Tested on Windows 10 Pro 1903. Most of the counters are read.
The plugin config is:
The PowerShell code shows that the counter exists and has value:
The error in the application log:
Other values that cannot be read:
The text was updated successfully, but these errors were encountered: