...
Since the increase of the cores on the Windows VM, the graphs show constant values without any change
...
The Windows Agent is executing executes the following commands to get the values:
...
Code Block | ||||
---|---|---|---|---|
| ||||
Get-WmiObject -class Win32_PerfRawData_PerfOS_System -namespace root\cimv2 |Format-List *
|
Code Block | ||||
---|---|---|---|---|
| ||||
Get-WmiObject -class Win32_PerfRawData_PerfOS_System -namespace root\cimv2 |Format-List ProcessorQueueLength |
Solution
Checkmk is caching these values with the corresponding timestamp. In this case, the new timestamp has a smaller value than the new one. That's why Checkmk is presenting always the old/constant values. We suspect that this because of the core modification. It looks like Windows is resesting some system counters. To solve this, you need to remove the cached counter file:
...