Funny you mention that, I just completed a script that does disk iostat, and graphs all the columns from an iostat -X<br>(Solaris centric, but I am sure you could mod it for any other OS)<br><br>The graphs show up in trends. <br>
For us it made no sense to create an alert based on iostat, but rather to record it for and use it as a forensic tool if/when things went bad.<br><br>It has been running in test overnight, and if all looks good, I will post it later today.<br>
<br>Cheers<br>    Vernon<br><br><br><div class="gmail_quote">On Thu, Sep 9, 2010 at 4:47 AM, Daniel Bourque <span dir="ltr"><<a href="mailto:dbourque@weatherdata.com">dbourque@weatherdata.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
   I want to create graphs for i/o per seconds on all disks on host <a href="http://bob.somewhere.com" target="_blank">bob.somewhere.com</a> . I am trying to do like the disk check, but I can't hobbit to create multiple rrd files.<br>

<br>
so my check ends up running the following<br>
<br>
-------<br>
<br>
/usr/lib/hobbit/client/bin/bb 1.1.1.1 "status bob,somewhere,com.iostat_tps,sda green Wed Sep  8 15:01:49 CDT 2010<br>
<br>
       iostat_tps : 23.40<br>
"<br>
<br>
/usr/lib/hobbit/client/bin/bb 1.1.1.1 "status bob,somewhere,com.iostat_tps,sdb green Wed Sep  8 15:01:49 CDT 2010<br>
<br>
       iostat_tps : 12.00<br>
"<br>
<br>
-----<br>
<br>
in hobbitserver.cfg :<br>
<br>
I appended "iostat_tps=ncv"  to TEST2RRD<br>
I added NVC_iostat_tps="iostat_tps:GAUGE"<br>
<br>
----<br>
<br>
I restarted the rrd processes<br>
<br>
----<br>
<br>
I am not seeing<br>
<br>
iostat_tps,sda.rrd<br>
iostat_tps,sdb.rrd<br>
<br>
under /opt/hobbit/data/rrd/<a href="http://bob.somewhere.com/" target="_blank">bob.somewhere.com/</a><br>
<br>
----<br>
<br>
my hope is to able to do a graph using something like<br>
<br>
[iostat_tps]<br>
<br>
       FNPATTERN iostat_tps(.*).rrd<br>
<br>
<br>
<br>
Any ideas ?<br>
<br>
<br>
hobbit 4.2.0<br>
RHEL 3<br>
<br>
<br>
Thank !<br><font color="#888888">
<br>
<br>
-- <br>
Dan<br>
<br>
<br>
To unsubscribe from the xymon list, send an e-mail to<br>
<a href="mailto:xymon-unsubscribe@xymon.com" target="_blank">xymon-unsubscribe@xymon.com</a><br>
<br>
<br>
</font></blockquote></div><br>