Icinga / icingaweb2-module-vspheredb

The easiest way to monitor a VMware vSphere environment.
https://icinga.com/docs/vsphere/latest
GNU General Public License v2.0
100 stars 34 forks source link

check result of overclocked CPUs #526

Open tbauriedel opened 1 year ago

tbauriedel commented 1 year ago

When using the vpsheredb checks, it is currently the case that overclocked CPU values are not displayed cleanly, which is unfortunately due to the fact that these values cannot be obtained from the VMWare API.

Currently it looks like this: [CRITICAL] 13.5 GHz out of 12 GHz used, -1.53E+3 GHz (-12.75%) free The exponential representation should be avoided.

To better recognize that a CPU is overclocked, it would also be useful to have a percentage display of the utilization: [CRITICAL] 13.5 GHz (112.75%) out of 12 GHz used, -1.53 GHz (-12.75%) free

Your Environment

tbauriedel commented 1 year ago

ref/NC/774268

Thomas-Gelf commented 1 year ago

Example:

grafik