Page 3 of 3

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Wed Dec 23, 2015 2:04 pm
by Box293
The queues performance counter is an option. Examples here:
http://sites.box293.com/nagios/guides/c ... erformance

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Mon Dec 28, 2015 3:31 pm
by WillemDH
this script does monitor latency of standalone disk. I would like to monitor latency of clustered shared volumes.
I'm using it to monitor cluster disks latency's. Just create a host for the cluster ip address and use that as host. By the way my syntax looks like this:

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_nrpe -H f1rebase.ddns.net -t 45 -c check_ms_win_disk_load -a '-dl E -ms 5'
OUTPUT: OK: Drive E: Avg of 5 samples: {Rate (Read: 0.00000MB/s)(Write: 0.00000MB/s)} {Avg Nr of (Reads: 0.00000r/s)(Writes: 0.00000w/s)} {Latency (Read: 0.00000ms)(Write: 0.00000ms)} {Queue Length (Read: 0.00000ql)(Write: 0.00000ql)} |'Read_Latency'=0ms 'Write_Latency'=0ms 'Read_Queue'=0ql 'Write_Queue'=0ql 'Number_of_Reads'=0r/s 'Number_of_Writes'=0w/s 'Read_Rate'=0MB/s 'Write_Rate'=0MB/s
It's possible my website is a bit outdated. in the past you needed to include at least one parameter, but I solved that. Check the screenshot of my config.

Let me know if you get it working.

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Mon Dec 28, 2015 4:00 pm
by rkennedy
Thanks @WillemDH!

@jyoti22 let us know if this helps.

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Thu Dec 31, 2015 7:36 am
by jyoti22
Thanks @WillemDH!

This works fine. However my clients New requirement is to check IO latency for SAN disk (SAN connected drives) on HyperV servers. . Can you please help me on it.

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Thu Dec 31, 2015 12:00 pm
by WillemDH
Sorry I'm using VMware, I dont have alot of knowledge of hyperv.. I'm guessing you already tried to search the Nagios Exchange? Maybe this? https://exchange.nagios.org/directory/P ... ce/details

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Posted: Mon Jan 04, 2016 12:58 pm
by rkennedy
Are you looking to monitor the IO from the Hyper-V host or from a Hyper-V client?