Check multiple drives with one check

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Check multiple drives with one check

Post 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
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: Check multiple drives with one check

Post 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
Locked