From: Ben C. <Ben...@ro...> - 2005-01-04 09:02:33
|
Hi Barry, This might be a simple problem. Nagios generates a lock file containing the PID of Nagios. This is defined in nagios.cfg: lock_file=/usr/local/nagios/var/nagios.lock This is also defined in perfparse.cfg: Nagios_Lock = "/usr/local/nagios/var/nagios.lock" Finally in the script bin/perfparse.sh the perfparse.cfg file is defined: CONFIG_FILE="/usr/local/nagios/etc/perfparse.cfg" Can you ensure that these are correct? Please let us know whether this fixes your problems. Regards, Ben. barry.maclean wrote: > I have now got it installed but when I run perfparse.sh > I got the following error. > > No Nagios Lock file defined > > Help > Many Thanks Barry > > > -----Original Message----- > From: per...@li... > [mailto:per...@li...] On Behalf Of Yves > Sent: Monday, January 03, 2005 1:40 AM > To: per...@li... > Subject: Re: [Perfparse-users] Redhat 3 Enterprise > > > >>When I try and run make all on my redhat enterprise 3 server I receive the >>following error. >> >>What I'm I missing???? > > > libgd is probably not installed on your computer. > A new FAQ entry was created from your email : > http://wiki.perfparse.org/tiki-view_faq.php?faqId=1#q19 > When you manage to install perfparse, please tell us how to improve that > entry :) > > Yves > > >> >> >> > perfchart_png-perfchart.o(.text+0x2f08):/downloads/perfparse-0.104.3/cgi/per > >>fchart.c:1696: undefined reference to `gdImageString' >> >> > > perfchart_png-perfchart.o(.text+0x2f2c):/downloads/perfparse-0.104.3/cgi/per > >>fchart.c:1703: undefined reference to `gdImagePng' >> >>collect2: ld returned 1 exit status >> >>make[2]: *** [perfchart.png] Error 1 >> >>make[2]: Leaving directory `/downloads/perfparse-0.104.3/cgi' >> >>make[1]: *** [all-recursive] Error 1 >> >>make[1]: Leaving directory `/downloads/perfparse-0.104.3' >> >>make: *** [all] Error 2 >> >> >> >> >> >>Many Thanks Barry >> >> > > > |