You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Performance Data only provides the warning, critical and min=0 values, no maximum value.
When using for example Tachographs in a Dashboard with CPU Load provided by the agent, the minimum is set to 0 and the maximum to 100.
Describe the solution you'd like
Add arguments for Minimum and Maximum to the CPU load check (and if they are empty, continue to use the default values)
Describe alternatives you've considered
As workaround I have added in the SystemLoad.php a $critical + 10 as maximum value which is already better than the default empty value or 100 in the Tachograph as it is empty.
Additional context
Before:
After:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Performance Data only provides the warning, critical and min=0 values, no maximum value.
When using for example Tachographs in a Dashboard with CPU Load provided by the agent, the minimum is set to 0 and the maximum to 100.
Describe the solution you'd like
Add arguments for Minimum and Maximum to the CPU load check (and if they are empty, continue to use the default values)
Describe alternatives you've considered
As workaround I have added in the
SystemLoad.php
a$critical + 10
as maximum value which is already better than the default empty value or 100 in the Tachograph as it is empty.Additional context
Before:
After:
The text was updated successfully, but these errors were encountered: