From: Andy S. <new...@at...> - 2004-06-29 12:29:48
|
Hi Garry, I got it. So the short answer is that check_nt doesn't produce the additional output. And that comprises 90% of my checks. Thanks! Andy > per...@li... wrote: >> Hey Gang, >> >> I just installed the app and I seem to be missing my other service >> checks from the graphs. >> >> I am only seeing available metrics to graph time. What about NT >> Services (disk, cpu, etc.) >> >> I installed v.10 and I am very interested in having these metrics. >> Did I do something wrong during the compile or is this by design? >> >> Thanks! >> Andy > > PerfParse should currently be limited only by the Performance Data > returned by the plugins. > > Run your plugin from the command line and see if it outputs performance > data (some are not yet configured to do so). > If the command returns performance data, it should appear in PerfParse. > > /usr/local/nagios/libexec: ./check_load -w 3,3,3 -c 5,5,5 > OK - load average: 1.56, 1.60, 1.68|load1=1;3;5;0 load5=1;3;5;0 > load15=1;3;5;0 > > My check_load plugin returns the output shown above. Everything before > the '|' is the old-style output, everything after is performance data. > If you see performance data but this is not showing graphs in PerfParse, > submit a bug report at > http://sourceforge.net/tracker/?group_id=109355&atid=653190. > If the plugins you are concerned about don't show a pipe and data > similar to that shown above, then the plugin is the problem. > > If you find that your plugins are not producing performance data, there > are a few things that you can do: > -Make sure you have the latest Nagios Plugins from CVS > (http://sourceforge.net/cvs/?group_id=29880) > -Wait for the next version of stable Nagios Plugins to be released > (http://sourceforge.net/project/showfiles.php?group_id=29880) > -Edit the plugins to produce performance data and submit patches back to > the development team > (http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 & > http://nagiosplug.sourceforge.net/developer-guidelines.html#PATCHES) > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > |