Hi Support,
I have one requirement as in my current environment we have Microsoft Hyper-V server version 2012 R2.
We would like to monitor Latency on C: drive is actually SAN connected C drive (not a physical drive), so please help us on how to monitor SAN connected C: drive.
Monitor SAN connected C: drive for Hyper-V servers
Re: Monitor SAN connected C: drive for Hyper-V servers
Would this plugin work for you?
https://exchange.nagios.org/directory/P ... rV/details
https://exchange.nagios.org/directory/P ... rV/details
Former Nagios Employee
Re: Monitor SAN connected C: drive for Hyper-V servers
I have already implemented mount volume monitoring of CSV using below command and it is working.
/usr/local/nagios/libexec/check_nrpe -H EX01 -t 30 -c CheckDriveSize -a ShowAll MaxWarn=85% MaxCrit=90% Drive='E:\\DB01'
And we are also able to do IO latency of CSV(Volume1) using below command
$USER1$/check_nrpe -H EX01 -t 30 -p 5666 -c CheckCounter -a "Counter=\Cluster CSV File System(Volume1)\IO Read Latency" ShowAll MaxWarn=20 MaxCrit=20
Now we would like to monitor SAN attached to E: drive. Please let us know how we can monitor SAN.
/usr/local/nagios/libexec/check_nrpe -H EX01 -t 30 -c CheckDriveSize -a ShowAll MaxWarn=85% MaxCrit=90% Drive='E:\\DB01'
And we are also able to do IO latency of CSV(Volume1) using below command
$USER1$/check_nrpe -H EX01 -t 30 -p 5666 -c CheckCounter -a "Counter=\Cluster CSV File System(Volume1)\IO Read Latency" ShowAll MaxWarn=20 MaxCrit=20
Now we would like to monitor SAN attached to E: drive. Please let us know how we can monitor SAN.
Re: Monitor SAN connected C: drive for Hyper-V servers
Ah - I understand now.
How about this plugin then?
https://exchange.nagios.org/directory/P ... ad/details
How about this plugin then?
https://exchange.nagios.org/directory/P ... ad/details
Former Nagios Employee