Page 2 of 2

Re: check free disk space

Posted: Thu Mar 21, 2013 8:05 pm
by scottwilkerson
if

Code: Select all

command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ -a ShowAll MinWarnFree=$ARG2$ Drive=$ARG3$ MinCritFree=5G
change check_command to

Code: Select all

check_command          CheckDriveSize!CheckDriveSize|5G!c:

Re: check free disk space

Posted: Mon Mar 25, 2013 3:19 pm
by happy
The syntax worked! (there was a typo in the check_command)

Many Thanks!

Re: check free disk space

Posted: Mon Mar 25, 2013 3:26 pm
by slansing
Excellent, sometimes its the simple things! Locking as resolved.