Page 1 of 1

Check multiple drives with one check

Posted: Wed Jan 09, 2013 11:19 am
by BanditBBS
Is there a way to check multiple drives with one check?

I will be adding hundreds of Windows servers that all have different drive configurations. Is there a command to use that reports back all of the drives free space? Would like to use something like this so no drives get missed when setting up all the servers.

Thanks

Re: Check multiple drives with one check

Posted: Wed Jan 09, 2013 12:15 pm
by yancy
BanditBBS,

The NRPE handler will report back all volumes, for example:

Code: Select all

CheckDriveSize ShowAll MaxWarn=1M MaxCrit=2M CheckAll=volumes
for more info

http://www.nsclient.org/nscp/wiki/Check ... kDriveSize

regards,

-Yancy