hi,
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,20
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