Werk #15873: ucd_cpu_load: Consider the number of CPUs

Component Checks & agents
Title ucd_cpu_load: Consider the number of CPUs
Date Oct 18, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.2.0p18 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

The number of CPUs in UCD SNMP Daemon: CPU Utilization was hardcoded to 1, which is mostly wrong today.

With this Werk we count the number of CPUs by fetching {HOST-RESOURCES-V2-MIB::hrProcessorFrwID}. If this is not available the check falls back to 1 CPU.

To the list of all Werks