From: Ben C. <be...@cl...> - 2004-11-09 08:05:44
|
Hi Michael, At the present time PP does not use rrdgraphs or rrdtool. However this is planned for the future, there is a space waiting for a programmer. I am interested in your ideas for more meaningful information and multiple colours. Can you explain what you would like to see? Looking at your script, this looks interesting. You may however want to remove the cat of the perfdata-host, this is not used by PP. There is a icmp plugin which produces performance data, which can therefore be used for the service-log. Therefore the host file gives no useful information and is not parsed. You may also want to use the '-r' option as well, this will give you some idea of how many lines are dropped. I hope this is of some use, Regards, Ben. Michael T. Halligan wrote: > I've got perfparse setup and mostly working at this point. There are a > few minor things I'm trying to figure out (like having it write more > meaningful information to rrdgraphs, and graphing multiple colors to > rrdtool).. The last major problem I'm having is with host performance > data. > > I'm writing my service data to /home/nagios/var/log/perfdata-service.log > and my host data to /var/log/perfdata-host.log > > I'm using this script here to actually force the parsing : > > --------------------------------------------------------------------- > USER2=/home/nagios > > mv ${USER2}/var/log/perfdata-service.log > ${USER2}/var/log/perfdata-service.log1 > mv ${USER2}/var/log/perfdata-host.log ${USER2}/var/log/perfdata-host.log1 > cat ${USER2}/var/log/perfdata-service.log1 > ${USER2}/var/log/perfdata-host.log1 | ${USER2}/bin/perfparse-log2db -c > ${USER2}/etc/perfparse.cfg > rm ${USER2}/var/log/perfdata-service.log1 > rm ${USER2}/var/log/perfdata-host.log1 > --------------------------------------------------------------------- > > For my host check I'm using check_icmp which appears to be logging > information properly to /home/nagios/var/log/perfdata-host.log .. but > perfdata doesn't seem to be picking up the host check performance data. > > > ------------------- > BitPusher, LLC > http://www.bitpusher.com/ > 1.888.9PUSHER > (415) 724.7998 - Mobile > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_idU88&alloc_id065&opÌk > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |