What Warning and Critical values to use for check_load?

Posted by Sandra on Server Fault See other posts from Server Fault or by Sandra
Published on 2010-12-06T13:45:18Z Indexed on 2012/10/12 15:39 UTC
Read the original article Hit count: 128

Filed under:
|

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?

© Server Fault or respective owner

Related posts about monitoring

Related posts about nagios