multiple threshold for nagios plugin for check_load
Posted: Thu Jan 09, 2014 3:39 am
hi,
i studying nagios plugin configuration and i see one of the line as this:
i understand -w is to check warning threshold and -c for critical threshold. what i am not sure is the comma separated values. what does it mean for -w 20,15,10? and likewise for -c 30,25,20. will check_load return warning if the value falls above 20, 15 and 10?
regards,
christopher
i studying nagios plugin configuration and i see one of the line as this:
Code: Select all
check_load -w 20,15,10 -c 30,25,20regards,
christopher