Werk #10907: ucd_cpu_util: Fix CPU utilization calculation

Komponente Checks & agents
Titel ucd_cpu_util: Fix CPU utilization calculation
Datum 08.05.2020
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 2.0.0i1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

Fixed the calculation for the CPU utilization. The system value used the outdated values/OIDs.

No longer query the CpuRawKernel value, since its already included in the CpuRawSystem. CpuRawSystem = CpuRawKernel + CpuRawWait

The system value gets computed as: system = CpuRawSystem + CpuRawInterrupt + CpuRawSoftIRQ (CpuRawInterrupt in this case is equal to IRQ)

Zur Liste aller Werks