Right now I am using these values:
# y = c * p / 100
# y: nagios value
# c: number of cores
# p: wanted load procent
# 4 cores
# time 5 minutes 10 minutes 15 minutes
# warning: 90% 70% 50%
# critical: 100% 80% 60%
command[check_load]=/usr/local/nagios/libexec/check_load -w 3.6,2.8,2.0 -c 4.0,3.2,2.4
But these values are just picked almost random.
Does anyone have some tested values?
standardortestedvalue. It depends on your expected server workload. If you expect a high load, you should increase the values. Otherwise, your server will always appear in critical state. – Khaled Dec 6 '10 at 14:01