Page 4 of 4

Re: Status information UNKNOWN

Posted: Wed Apr 08, 2015 4:33 pm
by Box293
ziedmahjoub wrote:
Box293 wrote:check_nrpe for NSClient++ allows multiple drives:

Code: Select all

Command:
check_nrpe -H win7-01 -t 30 -c CheckDriveSize -a ShowAll MaxWarn=80% MaxCrit=90% Drive=C: Drive=E:

Output:
OK: C:: 17G, E:: 91M|'C: %'=28%;80;90 'C:'=16.99G;47.9;53.9;0;59 'E: %'=0%;80;90 'E:'=90.97M;32765.59;36861.29;0;40956.99
Box do you mean they can be checked at the same time ?
Yes

Re: Status information UNKNOWN

Posted: Fri Apr 10, 2015 10:46 am
by ziedmahjoub
Box,
i wanna know , how can you check 2 disks in just one command definition !!

im put -l H J ?

Re: Status information UNKNOWN

Posted: Fri Apr 10, 2015 12:28 pm
by scottwilkerson
as mentioned before you can use the following

Code: Select all

check_nrpe -H win7-01 -t 30 -c CheckDriveSize -a ShowAll MaxWarn=80% MaxCrit=90% Drive=C: Drive=E:
This would check Drive C: and drive E:

Re: Status information UNKNOWN

Posted: Sat Apr 11, 2015 2:59 am
by ziedmahjoub
its ok