Page 1 of 1

Mounted Volume Monitoring

Posted: Wed Aug 07, 2013 6:10 am
by veenm
Hi ,

I want to monitor mounted volume on windows server, Please let me know if anyone has the solution for this.

Re: Mounted Volume Monitoring

Posted: Wed Aug 07, 2013 9:30 am
by abrist
There are multiple ways to do this: NSClient++, WMI, or SNMP. There are probably other ways as well. Have you looked at the available wizards in XI?

Re: Mounted Volume Monitoring

Posted: Wed Aug 21, 2013 10:49 am
by veenm
Thanks for the reply.

I have used the passive check for this as below.
check_mount=CheckDriveSize ShowAll MaxWarnUsed=85% MaxCritUsed=90% Drive=F:\CADDaten\SWDAT2

Apart from above approach what are the other way we can configure the monitoring for mounted volume.

Re: Mounted Volume Monitoring

Posted: Wed Aug 21, 2013 11:12 am
by slansing
As noted above you can use any of those methods, if you would prefer to use active checks you could use check_nt, or NRPE via NSclient to attain the same information, this would be done via their disk checks.

Re: Mounted Volume Monitoring

Posted: Thu Sep 05, 2013 7:50 am
by veenm
Thanks for the information.

Re: Mounted Volume Monitoring

Posted: Thu Sep 05, 2013 9:29 am
by slansing
Let us know if you need help.