Useddiskspace question

Hello, I have nagios 3.1.0 working in a Debian 5 box and needed to know if there is any way of monitoring the total space (all drives) of an Windows Machina (I’m using SNMP with nsclient++).

I tried several useddiskspace modifies, but it doesn’t work in the way I want…

thank you :wink:

Hi.
It’s fairly simple.
check_command check_nt!USEDDISKSPACE!-l c checks drive c
check_command check_nt!USEDDISKSPACE!-l d checks drive d
This will give you total, used and free space on the drive. Just remember to change service_description to match your drive.