From: Ben C. <Be...@cl...> - 2004-06-16 14:21:33
|
This is a badly coded plugin. The format is wrong. It should be: | up=12 down=0 dormant=1 excluded=0 unused=0 Not: |up:12,down:0,dormant:1,excluded:0,unused:0 I suggest you post this as a bug to the nagios-plugin web site. Or/and edit the source code to correct this :) Ben Cook, Garry wrote: > per...@li... wrote: > >>Jon, >> >>This is odd. If perfparse sees the performance metric, it >>will index it. >> >>Can you reply with three bits of information. Can you let me >>know what >>the raw output of 'check_ifstatus' looks like: >> >>$ /..../nagios/libexec/check_ifstatus > > > I'm not seeing this plugin in PerfParse either. Here is the output of > the command: > > /usr/local/nagios/etc: sudo ../libexec/check_ifstatus -H <IPADDRESS> -C > <CSTRING> > OK: host '<IPADDRESS>', interfaces up: 12, down: 0, dormant: 1, > excluded: 0, unused: 0 |up:12,down:0,dormant:1,excluded:0,unused:0 > /usr/local/nagios/etc: > > > >>Secondly, can you stop 'perfparse' running, and show me a >>sample of the >>serviceperf.log file showing how this plugin reports it's >>self in this log? > > >>From the log, same plugin, different router: > > 1087391844 lyn-rtr Interfaces OK: host '<IPADDRESS>', > interfaces up: 5, down: 0, dormant: 0, excluded: 0, unused: 0 up:5 > ,down:0,dormant:0,excluded:0,unused:0 > > > >>Lastly, can you see if there is anything in the 'drop' file, >>and show me? >> >>Regards Ben. > > > Lots of these in the drop file: > > -------------------------- > LINE: '24' > HOST: 'knx-rtr' > SERV: 'Interfaces' > PERF: 'up:5,down:0,dormant:0,excluded:0,unused:0' > FAIL: 'Metric 0, Can't find end of metric name.' > -------------------------- > > The good news is... This is the only plugin that appears in my drop > file. :-) > > -g > > >>PS, I don't really mind, but officially this mailing list is >>to discuss >>programming issues of PerfParse. There is another mailing list, >>'perfparse-users' for these problems. This mailing list has far more >>subscribes, some of whom may know straight away what your >>problem is. :) >> >> >>Jon Lyons wrote: >> >>>Yep, 99% of my checks are with the check_ping plugin, >>>allthough check_ifstatus does reports the performance >>>numbers, but doesn't show up in the graphs... >>> >>>Just spent the entire day trying to fix my MYsql >>>client so I can try this and none of my checks are >>>supported yet....ARGH! >>> >>> >>>--- "Cook, Garry" <GW...@ma...> wrote: >>> >>> >>>>Jon Lyons wrote: >>>> >>>> >>>>>Ok, I finally got PerfParse installed and running, >>>> >>>>but >>>> >>>> >>>>>only 6 hosts out of 200 are being displayed with > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |