<div class="gmail_quote">On Dec 16, 2007 1:16 PM, Jeronimo Zucco <<a href="mailto:jczucco@ucs.br">jczucco@ucs.br</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I did it just running iostat as a service and logging results in a log file,<br>then I just did a script with read and parse last entries of the log file. It<br>works better for me.</blockquote><div><br class="webkit-block-placeholder">
</div><span class="Apple-style-span" style="border-collapse: collapse; "><div>Interesting.  I see in 'man nagiostats' that there is an option for outputting to mrtg (-m) and lots of ways to output just specific variables (-d) 
</div><div><br></div><div>e.g. </div><div><br></div><div>MRTG DATA VARIABLES (-d option):</div><div> PROGRUNTIME        string with time Nagios process has been running.</div><div> PROGRUNTIMETT      time Nagios process has been running (time_t format).
</div><div> STATUSFILEAGE      string with age of status data file.</div><div> STATUSFILEAGETT    string with age of status data file (time_t format).</div><div> NAGIOSVERSION      string with Nagios version.</div><div> NAGIOSPID          pid number of Nagios deamon.
</div><div> NAGIOSVERPID       string with Nagios version and PID.</div><div> TOTCMDBUF          total number of external command buffer slots available.</div><div> USEDCMDBUF         number of external command buffer slots currently in use.
</div><div> HIGHCMDBUF         highest number of external command buffer slots ever in use.</div><div> TOTCHKBUF          total number of check result buffer slots available.</div><div> USEDCHKBUF         number of check result buffer slots currently in use.
</div><div> HIGHCHKBUF         highest number of check result buffer slots ever in use.</div><div> NUMSERVICES        total number of services.</div><div> NUMHOSTS           total number of hosts.</div><div> NUMSVCOK           number of services OK.
</div><div> NUMSVCWARN         number of services WARNING.</div><div> NUMSVCUNKN         number of services UNKNOWN.</div><div> NUMSVCCRIT         number of services CRITICAL.</div><div> NUMSVCPROB         number of service problems (WARNING, UNKNOWN or CRITIAL).
</div><div> NUMSVCCHECKED      number of services that have been checked since start.</div><div> NUMSVCSCHEDULED    number of services that are currently scheduled to be checked.</div><div> NUMSVCFLAPPING     number of services that are currently flapping.
</div><div> NUMSVCDOWNTIME     number of services that are currently in downtime.</div><div> NUMHSTUP           number of hosts UP.</div><div> NUMHSTDOWN         number of hosts DOWN.</div><div> NUMHSTUNR          number of hosts UNREACHABLE.
</div><div> NUMHSTPROB         number of host problems (DOWN or UNREACHABLE).</div><div> NUMHSTCHECKED      number of hosts that have been checked since start.</div><div> NUMHSTSCHEDULED    number of hosts that are currently scheduled to be checked.
</div><div> NUMHSTFLAPPING     number of hosts that are currently flapping.</div><div> NUMHSTDOWNTIME     number of hosts that are currently in downtime.</div><div> xxxACTSVCLAT       MIN/MAX/AVG active service check latency (ms).
</div><div> xxxACTSVCEXT       MIN/MAX/AVG active service check execution time (ms).</div><div> xxxACTSVCPSC       MIN/MAX/AVG active service check % state change.</div><div> xxxPSVSVCPSC       MIN/MAX/AVG passive service check % state change.
</div><div> xxxSVCPSC          MIN/MAX/AVG service check % state change.</div><div> xxxACTHSTLAT       MIN/MAX/AVG active host check latency (ms).</div><div> xxxACTHSTEXT       MIN/MAX/AVG active host check execution time (ms).
</div><div> xxxACTHSTPSC       MIN/MAX/AVG active host check % state change.</div><div> xxxPSVHSTPSC       MIN/MAX/AVG passive host check % state change.</div><div> xxxHSTPSC          MIN/MAX/AVG host check % state change.
</div><div> NUMACTHSTCHKxM     number of active host checks in last 1/5/15/60 minutes.</div><div> NUMPSVHSTCHKxM     number of passive host checks in last 1/5/15/60 minutes.</div><div> NUMACTSVCCHKxM     number of active service checks in last 1/5/15/60 minutes.
</div><div> NUMPSVSVCCHKxM     number of passive service checks in last 1/5/15/60 minutes.</div><div><br></div></span><div><span class="Apple-style-span" style="border-collapse: collapse; ">I will have to check that out.... 
</span> </div></div><br>