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
Check multiple drives with one check
Check multiple drives with one check
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
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
Re: Check multiple drives with one check
BanditBBS,
The NRPE handler will report back all volumes, for example:
for more info
http://www.nsclient.org/nscp/wiki/Check ... kDriveSize
regards,
-Yancy
The NRPE handler will report back all volumes, for example:
Code: Select all
CheckDriveSize ShowAll MaxWarn=1M MaxCrit=2M CheckAll=volumeshttp://www.nsclient.org/nscp/wiki/Check ... kDriveSize
regards,
-Yancy