Page 1 of 1

Storage I/O

Posted: Thu Dec 22, 2016 7:45 am
by gselvakumar
Hi Team,

Is there any plugin for monitoring Storage I/O for Windows server

Re: Storage I/O

Posted: Thu Dec 22, 2016 2:32 pm
by rkennedy
Check out our Exchange to see if you can find any plugins - https://exchange.nagios.org

If you cannot find something there, I would look to see if you can achieve this through monitoring a performance counter. (if there is an applicable one)

Re: Storage I/O

Posted: Tue Dec 27, 2016 12:50 am
by gselvakumar
Hi,
Check out our Exchange to see if you can find any plugins - https://exchange.nagios.org
I did not find any plugin https://exchange.nagios.org :cry:
If you cannot find something there, I would look to see if you can achieve this through monitoring a performance counter. (if there is an applicable one)
How to do this ? If we do this do we get a graph for this ?

Re: Storage I/O

Posted: Tue Dec 27, 2016 2:15 pm
by rkennedy
Take a look at Start -> Performance Monitor to see if you can find the metric, if you do, then you can use the Windows Server wizard to add the counter to be monitored.

Take a look at these links -

https://support.nagios.com/kb/article.php?id=126
https://support.nagios.com/kb/article.php?id=127

Re: Storage I/O

Posted: Tue Jan 10, 2017 4:40 pm
by WillemDH

Re: Storage I/O

Posted: Tue Jan 10, 2017 6:01 pm
by avandemore
This outlines the format a plugin is expected to return data:

https://nagios-plugins.org/doc/guidelines.html

It should be relatively simply for you or your Systems Administrator to write up a script that output the data you want in the format Nagios requires. There are a lot of different ways to measure IO, and this way you'll be sure you're getting what you want.