monitor clustered shared volumes in 2012 R2 using Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post by Box293 »

The queues performance counter is an option. Examples here:
http://sites.box293.com/nagios/guides/c ... erformance
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post 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.
You do not have the required permissions to view the files attached to this post.
Nagios XI 5.8.1
https://outsideit.net
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post by rkennedy »

Thanks @WillemDH!

@jyoti22 let us know if this helps.
Former Nagios Employee
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post 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.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post 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
Nagios XI 5.8.1
https://outsideit.net
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: monitor clustered shared volumes in 2012 R2 using Nagios

Post by rkennedy »

Are you looking to monitor the IO from the Hyper-V host or from a Hyper-V client?
Former Nagios Employee
Locked