Adjust health delta of load to 50
This is a very bad situation and should be critical.
This commit is contained in:
parent
09a005d3d7
commit
6525a2568b
|
@ -79,7 +79,7 @@ class MonitoringPluginScript(MonitoringPlugin):
|
||||||
# Check that the load average is greater or equal to the cpu count
|
# Check that the load average is greater or equal to the cpu count
|
||||||
if load_average > float(cpu_cores):
|
if load_average > float(cpu_cores):
|
||||||
# Set the health delta to 10 (subtract 10 from the total of 100)
|
# Set the health delta to 10 (subtract 10 from the total of 100)
|
||||||
health_delta = 10
|
health_delta = 50
|
||||||
# Craft a message that can be used by the clients
|
# Craft a message that can be used by the clients
|
||||||
message = f"Current load is {load_average} out of {cpu_cores} CPU cores"
|
message = f"Current load is {load_average} out of {cpu_cores} CPU cores"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue