-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15873 FIX ucd_cpu_load: Consider the number of CPUs
Change-Id: Ide9425f2b15ac1321ee7e5dab2b798363e88f4b1 Co-authored-by: Moritz Kiemer <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Title: ucd_cpu_load: Consider the number of CPUs | ||
Class: fix | ||
Compatible: compat | ||
Component: checks | ||
Date: 1697635673 | ||
Edition: cre | ||
Level: 1 | ||
Version: 2.2.0p18 | ||
|
||
The number of CPUs in <i>UCD SNMP Daemon: CPU Utilization</i> 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters