...
Status | ||||
---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Problem
Since the increase of the cores on the Windows VM, the graphs show constant values without any change.
The Windows Agent executes the following commands to get the values:
...
Stop the site
Code Block language bash theme RDark root@mylinuxhost~# omd stop <SITENAME>
.
As site user, you should find this file: ~/tmp/check_mk/counters/<HOSTNAME>. In this file, you need to delete the following section:
Code Block language bash theme RDark title ~/tmp/check_mk/counters/<HOSTNAME> ('wmi_cpuload', None, 'load_5min'): (29632775.478311848, 18.056825022850912), ('wmi_cpuload', None, 'load_15min'): (29632775.478311848, 15.787631011576273),
.
Attached, you will find a screenshot with the marked section:
.
Start the site
Code Block language bash theme RDark root@mylinuxhost~# omd start <SITENAME>
...