change Warning: The system load threshold

Harry Tang

Verified User
Joined
Sep 30, 2015
Messages
152
Location
Finland
Hi,

Subject: Warning: The system load average is 14.27 This is an automated message notifying you that the 5 minute load average on your system is 14.27. This has exceeded the 10 threshold.

I want to change threshold, is it possible and where to modify it?

Thanks
 
Hi, sorry to jump into this old post.
I didn't have the check_load= value inside /usr/local/directadmin/conf/directadmin.conf
so I added it just before check_load_minute=5
I added the numerical value
check_load=15
Is that correct?
 
Hello,

Check a current value, e.g.:

Bash:
# da c | grep check_load=
check_load=10

Update the default value, e.g.:

Bash:
# da config-set check_load 20 --restart
 
Back
Top