Page 1 of 1
Monitoring Windows Cluster Shared Volume
Posted: Mon Feb 08, 2016 5:39 am
by amprantino
Hello all,
is there a way to monitor Cluster Shared Volume on windows servers?
Can I monitor using SNMP where is attached the volume or if stops to be available?
Thank you
Re: Monitoring Windows Cluster Shared Volume
Posted: Mon Feb 08, 2016 10:37 am
by rkennedy
This script should work for you,
https://exchange.nagios.org/directory/P ... rV/details.
It uses powershell, so you'll need to use an agent on the windows machine.
Re: Monitoring Windows Cluster Shared Volume
Posted: Thu Mar 03, 2016 4:55 am
by amprantino
This script requires nsclient++
Is there a way to do it using SNMP ?
Re: Monitoring Windows Cluster Shared Volume
Posted: Thu Mar 03, 2016 12:20 pm
by rkennedy
What version of Windows are you running? I know Microsoft is deprecated it in 2012.
It might be able to be done at a hardware level, what are you using currently? I did find this link -
http://en.community.dell.com/techcenter ... agios-core
Re: Monitoring Windows Cluster Shared Volume
Posted: Thu Mar 03, 2016 1:14 pm
by amprantino
MS still supports Windows clustering & cluster shared volume [CSV] on 2012R2.
Do you mean SNMP support? Windows 2012 still support SNMP.... next version may not support SNMP
Re: Monitoring Windows Cluster Shared Volume
Posted: Thu Mar 03, 2016 2:52 pm
by bwallace
I believe rkennedy was talking about SNMP which is indeed deprecated in Windows 2012
https://technet.microsoft.com/en-us/lib ... 31568.aspx although you could go ahead and install it.
Instead you could try using WS-Management and CIM together with Dell Open Manage. This link was posted earlier, but here it is:
http://en.community.dell.com/techcenter ... agios-core
Re: Monitoring Windows Cluster Shared Volume
Posted: Thu Mar 03, 2016 4:04 pm
by nozlaf
if microsoft / windows provides the information via SNMP then its possible to monitor it with Nagios using SNMP
have you tried asking in a windows forum if the CSV status is accessible via SNMP ?
Re: Monitoring Windows Cluster Shared Volume
Posted: Fri Mar 04, 2016 11:27 am
by bwallace
Thanks for the suggestion nozlaf. amprantino, let us know whether that or my previous suggestion will work for you.