Could give it a go.<br>Send me the output of iostat -x 2 2 for your favourite OS(s)<br><br>Where I am now, I only have Solaris, hence the bias.<br><br>Cheers<br>    V<br><br><br><div class="gmail_quote">On Wed, Sep 15, 2010 at 5:22 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;">Sorry I can't reply to the thread for some reason i quit receiving the emails, I checked the archive and noticed the replies to my former thread. ( thanks ! )<br>

<br>
Vernon, since I don't run solaris here, only linux and some tru64, the -r ( csv output ) and -n ( friendly names ) options makes it hard to use your shell script since they either don't exists or don't work the same. Can you perhaps provide a same output of  "iostat -xrn" and along with formated text you pass to hobbit in your check.<br>

<br>
I can then provide a snippet of code for linux, which would provide the equivalent output. So you could just add a case in the shell script.<br>
<br>
<br>
case `uname` in<br>
   Linux)<br>
     /usr/bin/iostat -x $DURATION 2 | wonderful stuff > $TEMPFILE.raw<br>
      ;;<br>
   SunOS)<br>
     /usr/bin/iostat -xrn $DURATION 2 > $TEMPFILE.raw<br>
     ;;<br>
esac<br><font color="#888888">
<br>
<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>