The queues performance counter is an option. Examples here:
http://sites.box293.com/nagios/guides/c ... erformance
monitor clustered shared volumes in 2012 R2 using Nagios
- 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: monitor clustered shared volumes in 2012 R2 using Nagios
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:this script does monitor latency of standalone disk. I would like to monitor latency of clustered shared volumes.
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/sLet 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
https://outsideit.net
Re: monitor clustered shared volumes in 2012 R2 using Nagios
Former Nagios Employee
Re: monitor clustered shared volumes in 2012 R2 using Nagios
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.
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
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
https://outsideit.net
Re: monitor clustered shared volumes in 2012 R2 using Nagios
Are you looking to monitor the IO from the Hyper-V host or from a Hyper-V client?
Former Nagios Employee