We'd like to set an alert in order to be notified when free disk space on a Windows drive reaches 300 MB.
Is there a way to modify the check_nt command to accomplish this or another plug-in?
Monitoring free disk space in Windows
Re: Monitoring free disk space in Windows
we are using windows snmp with informant-std to query processor, disk, memory
http://www.wtcs.org/informant/download.htm
check_snmp -H $HOSTADDRESS$ $ARG1$ -o .1.3.6.1.4.1.9600.1.1.1.1.20.6.95.84.111.116.97.108 -C private -P 1 -l "DiskFreeSpace" -u "Megabytes" -m INFORMANT-STD -w 10000: -c 5000:

http://www.wtcs.org/informant/download.htm
check_snmp -H $HOSTADDRESS$ $ARG1$ -o .1.3.6.1.4.1.9600.1.1.1.1.20.6.95.84.111.116.97.108 -C private -P 1 -l "DiskFreeSpace" -u "Megabytes" -m INFORMANT-STD -w 10000: -c 5000:

Re: Monitoring free disk space in Windows
pnewlon,
It looks like you've a large Windows environment. Do you use WMI at all for it?
It looks like you've a large Windows environment. Do you use WMI at all for it?
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: Monitoring free disk space in Windows
For PCI security reasons, we are not permitted to use WMI so we are using SNMP. From a traffic over the WAN perspective, SNMP is much more gentle on the pipes too. The Informant MIB is an extension of the standard Windows MIB. The installer is (can be) quiet and very small.
Re: Monitoring free disk space in Windows
pnewlon,
Thanks for the input, any time I can get real world reasons, it makes me happy.
Thanks for the input, any time I can get real world reasons, it makes me happy.
Nicholas Scott
Former Nagios employee
Former Nagios employee
Re: Monitoring free disk space in Windows
My pleasure! I like to be able to help at least a little!