From: barry.maclean <bar...@sh...> - 2005-01-03 22:42:05
|
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 > > -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
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 >> >> > > > |
From: Yves <yme...@pe...> - 2005-01-04 09:44:40
|
Barry, Ben, all... I'm reading perfparse.sh : it's obsolete !!! Perfparse no more send a signal to nagios. All references to nagios lock = file should be removed in recent perfparse versions. And perfparse can now be used in other ways than using that script : pref= er read the install guide. Yves > > This might be a simple problem. Nagios generates a lock file containin= g > the PID of Nagios. This is defined in nagios.cfg: > > lock_file=3D/usr/local/nagios/var/nagios.lock > > This is also defined in perfparse.cfg: > > Nagios_Lock =3D "/usr/local/nagios/var/nagios.lock" > > Finally in the script bin/perfparse.sh the perfparse.cfg file is define= d: > > CONFIG_FILE=3D"/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=3D1#q19 >> When you manage to install perfparse, please tell us how to improve th= at >> entry :) >> >> Yves >> >> >>> >>> >>> >> perfchart_png-perfchart.o(.text+0x2f08):/downloads/perfparse-0.104.3/c= gi/per >> >>>fchart.c:1696: undefined reference to `gdImageString' >>> >>> >> >> perfchart_png-perfchart.o(.text+0x2f2c):/downloads/perfparse-0.104.3/c= gi/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 >>> >>> >> >> >> > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |
From: Ben C. <bcl...@pe...> - 2005-01-04 10:04:02
|
Yves, There may be a few users using the perfparse.sh script, for historical reasons. It was once the only way of running PP. Do you mean it's unsupported. So use at own risk if you still want to run this way. Or dead, don't use this at all? We also have the other script perfparse_deamon.sh. Is this live, dead, unsupported? Ben Yves wrote: > Barry, Ben, all... > > I'm reading perfparse.sh : it's obsolete !!! > Perfparse no more send a signal to nagios. All references to nagios lock file should be > removed in recent perfparse versions. > And perfparse can now be used in other ways than using that script : prefer read the > install guide. > > Yves > > >>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 >>>> >>>> >>> >>> >>> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>_______________________________________________ >>Perfparse-users mailing list >>Per...@li... >>https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >> > > > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Yves <yme...@pe...> - 2005-01-04 10:17:54
|
> Yves, > > There may be a few users using the perfparse.sh script, for historical > reasons. It was once the only way of running PP. > > Do you mean it's unsupported. So use at own risk if you still want to > run this way. Or dead, don't use this at all? I mean it's obsolete and broken (because of nagios lock reference). Is it unsupported ? If yes, we'll remove it in next versions. If not, it = will be updated. Some talk about this is necessary. If you want to talk with Ben, I and ot= hers about this, come on perfparse-devel-int mailing-list. Here is not the place for= such a talk :) > We also have the other script perfparse_deamon.sh. Is this live, dead, > unsupported? I don't use it. But it looks to be working well. Because it is in the con= trib/ directory, I personnaly consider it as unsupported. We should talk about = this on perfparse-devel-int mailing-list too. If you are using perfparse_daemon.sh, you should ask yourself if using pe= rfparsed is not a better solution now. Yves > > Ben > > > Yves wrote: > >> Barry, Ben, all... >> >> I'm reading perfparse.sh : it's obsolete !!! >> Perfparse no more send a signal to nagios. All references to nagios lo= ck file should >> be >> removed in recent perfparse versions. >> And perfparse can now be used in other ways than using that script : p= refer read the >> install guide. >> >> Yves >> >> >>>This might be a simple problem. Nagios generates a lock file containi= ng >>>the PID of Nagios. This is defined in nagios.cfg: >>> >>>lock_file=3D/usr/local/nagios/var/nagios.lock >>> >>>This is also defined in perfparse.cfg: >>> >>>Nagios_Lock =3D "/usr/local/nagios/var/nagios.lock" >>> >>>Finally in the script bin/perfparse.sh the perfparse.cfg file is defin= ed: >>> >>>CONFIG_FILE=3D"/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 Yve= s >>>>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 recei= ve 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=3D1#q19 >>>>When you manage to install perfparse, please tell us how to improve t= hat >>>>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 >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>>------------------------------------------------------- >>>The SF.Net email is sponsored by: Beat the post-holiday blues >>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >>>_______________________________________________ >>>Perfparse-users mailing list >>>Per...@li... >>>https://lists.sourceforge.net/lists/listinfo/perfparse-users >>> >>> >> >> >> > > > -- > Ben Clewett bcl...@pe... > PerfParse http://www.perfparse.org > PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |