You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(56) |
Jul
(68) |
Aug
(141) |
Sep
(82) |
Oct
(76) |
Nov
(115) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(65) |
Feb
(113) |
Mar
(82) |
Apr
(37) |
May
(44) |
Jun
(22) |
Jul
(12) |
Aug
(3) |
Sep
(17) |
Oct
(11) |
Nov
(23) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(9) |
Mar
(6) |
Apr
(12) |
May
(10) |
Jun
(23) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(4) |
Nov
(6) |
Dec
(15) |
2007 |
Jan
(17) |
Feb
(14) |
Mar
(20) |
Apr
(7) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(5) |
Jul
(13) |
Aug
(2) |
Sep
(16) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sand P. <Phi...@sy...> - 2005-04-07 14:32:38
|
Hi all, I'm planning to generate some perfparse graphs and then automatically = send them to our customers. Has anyone done this before and could give = me a hint, how to automatically generate the graphs, and save them to = disk? I know this "URL to create this graph:" thing, but how can I = automatically save this generated graph? Thanks in advance! Philipp _____________________________ Philipp Sand OC-CC-TEC-SYS SYCOR GmbH Heinrich-von-Stephan-Stra=DFe 1-5 D - 37073 G=F6ttingen Telefon +49 (0) 551 - 490 - 0 Telefax +49 (0) 551 - 490 - 232468 phi...@sy... www.sycor.de ------------------------------------------------ =A0 |
From: <nu...@ts...> - 2005-04-07 03:57:59
|
I will be out of the office starting 04/06/2005 and will not return until 04/11/2005. I will respond to your message when I return. |
From: schnitzel m. <sch...@gm...> - 2005-04-06 09:31:15
|
packages.debian.org is backup, I've found that libgd2-xpm-dev was what I needed. The compile works now. Thanks for your help. A quick look shows that there are no performance flags for the debian compiled version of nagios, which is a shame. I'll read the docs to see if I can avoid a recompile. On Apr 6, 2005 11:30 AM, schnitzel meister <sch...@gm...> wrote: > packages.debian.org is backup, I've found that libgd2-xpm-dev was what I needed. > The compile works now. Thanks for your help. > > A quick look shows that there are no performance flags for the debian > compiled version of nagios, which is a shame. I'll read the docs to > see if I can avoid a recompile. > > On Apr 4, 2005 12:41 PM, Yves <yme...@pe...> wrote: > > > > > > > ii libgd2 2.0.33-1.1 GD Graphics Library version 2 > > > ii libgd2-xpm 2.0.33-1.1 GD Graphics Library version 2 > > > > Hey, you have libgd2. Why don't you have gdlib-config ? > > > > Try to install libgd2-dev ? > > With this package, restart the compilation from scratch (remove everything and > > uncompress perfparse.tar.gz again) and it should work. > > > > I thought you had only gd1 :) > > > > Yves > > > > > > -- > > - 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://www.perfparse.org/ - > > > > > |
From: Yves <yme...@pe...> - 2005-04-04 10:41:39
|
> ii libgd2 2.0.33-1.1 GD Graphics Library version 2 > ii libgd2-xpm 2.0.33-1.1 GD Graphics Library version 2 Hey, you have libgd2. Why don't you have gdlib-config ? Try to install libgd2-dev ? With this package, restart the compilation from scratch (remove everythin= g and uncompress perfparse.tar.gz again) and it should work. I thought you had only gd1 :) Yves --=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://www.perfparse.org/ - |
From: schnitzel m. <sch...@gm...> - 2005-04-04 10:21:12
|
On Apr 1, 2005 5:20 PM, Yves <yme...@pe...> wrote: > Hi, > > Somebody already did this. I hope he would answer with the exact way to do... > Do you have gdlib-config somewhere with ph4-gd ? > If yes, ./configure --with-gdlib_config=/path/to/that/location > > If not, > ./configure CFLAGS=-I/path/to/gd/include LDFLAGS=-L/path/to/gd/lib -lgd > make CFLAGS=-I/path/to/gd/include LDFLAGS=-L/path/to/gd/lib -lgd > > This is not exact and I'm not sure it works. Maybe you will have to add > CPPFLAGS=-I/path/to/gd/include. Maybe you will have to do LDADD like LDFLAGS ? > > Could you send us how you did it if it works for you ? And better, if you can, write > this to the wiki : http://wiki.perfparse.org/tiki-view_faq.php?faqId=1 > Thanks in advance, > > Yves > Thanks for this. Unfortunately it doesn't work :( First I looked for the gd library: # locate include | grep gd /usr/include/gd.h /usr/include/gdc.h /usr/include/gdchart.h /usr/include/gdcpie.h /usr/include/gdfontg.h /usr/include/gdfontl.h /usr/include/gdfontmb.h /usr/include/gdfonts.h /usr/include/gdfontt.h /usr/include/gd_io.h /usr/include/glib-2.0/glib/gdataset.h /usr/include/glib-2.0/glib/gdate.h /usr/include/glib-2.0/glib/gdir.h /usr/include/linux/ipmi_msgdefs.h So /usr/include looks likely for the path. Then I ran # ./configure CFLAGS=-I/usr/include LDFLAGS=-L/usr/include -lgd configure: error: unrecognized option: -lgd So then I ran # ./configure CFLAGS=-I/usr/include LDFLAGS=-L/usr/include && make which complained about perfchart_png-perfchart.o(.text+0x22a): In function `main': : undefined reference to `gdImageRectangle' again. Here are the GD packages I have installed: # dpkg -l|grep GD ii libgd-dev 1.8.4-36.1 GD Graphics Library (transitional package) ii libgd-noxpm-de 1.8.4-36.1 GD Graphics Library (old version, without XP ii libgd1 1.8.4-36.1 GD Graphics Library (transitional package) ii libgd1-noxpm 1.8.4-36.1 GD Graphics Library (old version, without XP ii libgd2 2.0.33-1.1 GD Graphics Library version 2 ii libgd2-xpm 2.0.33-1.1 GD Graphics Library version 2 ii libgdchart-gd2 0.11.4-6 Generate graphs using the GD library ii libgdchart-gd2 0.11.4-6 Generate graphs using the GD library (develo ii php4-gd 4.3.10-9 GD module for php4 Hope you can help me on this one. ss |
From: Yves <yme...@pe...> - 2005-04-01 15:21:10
|
Hi, Somebody already did this. I hope he would answer with the exact way to d= o... Do you have gdlib-config somewhere with ph4-gd ? If yes, ./configure --with-gdlib_config=3D/path/to/that/location If not, ./configure CFLAGS=3D-I/path/to/gd/include LDFLAGS=3D-L/path/to/gd/lib -l= gd make CFLAGS=3D-I/path/to/gd/include LDFLAGS=3D-L/path/to/gd/lib -lgd This is not exact and I'm not sure it works. Maybe you will have to add CPPFLAGS=3D-I/path/to/gd/include. Maybe you will have to do LDADD like LD= FLAGS ? Could you send us how you did it if it works for you ? And better, if you= can, write this to the wiki : http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D1 Thanks in advance, Yves > Hello. > I'm trying to install perfparse on Debian 3.1 > > We have php4-gd installed, which relies on libgd (i.e. not libgd2) > I think this is why I cannot compile, however I would have expected > the configure script to pick this up. > > Here is the output I get from make when I run it a second time: > > # make > make all-recursive > make[1]: Entering directory `/root/building/perfparse-0.105.6' > Making all in intl > make[2]: Entering directory `/root/building/perfparse-0.105.6/intl' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/intl' > Making all in m4 > make[2]: Entering directory `/root/building/perfparse-0.105.6/m4' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/m4' > Making all in libnagios_perfdata_parser > make[2]: Entering directory > `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' > Making all in libpp_common > make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_com= mon' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_comm= on' > Making all in libpp_mysql > make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_mys= ql' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_mysq= l' > Making all in modules > make[2]: Entering directory `/root/building/perfparse-0.105.6/modules' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/modules' > Making all in perfparse > make[2]: Entering directory `/root/building/perfparse-0.105.6/perfparse= ' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/perfparse' > Making all in db_tools > make[2]: Entering directory `/root/building/perfparse-0.105.6/db_tools' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/building/perfparse-0.105.6/db_tools' > Making all in cgi > make[2]: Entering directory `/root/building/perfparse-0.105.6/cgi' > /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -g -O2 -Wall -o > perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o > -L../libpp_mysql -lpp_mysql -L'/usr/lib' -lmysqlclient -lz -lcrypt > -lnsl -lm -L../libpp_common -lpp_common -lglib-2.0 -ldl -lm > gcc -g -O2 -Wall -o .libs/perfchart.png perfchart_png-perfchart.o > perfchart_png-cgi.o -L/root/building/perfparse-0.105.6/libpp_mysql > /root/building/perfparse-0.105.6/libpp_mysql/.libs/libpp_mysql.so > -L/usr/lib /usr/lib/libmysqlclient.so -lcrypt -lnsl > -L/root/building/perfparse-0.105.6/libpp_common > /root/building/perfparse-0.105.6/libpp_common/.libs/libpp_common.so > -lz /usr/lib/libglib-2.0.so -ldl -lm -Wl,--rpath > -Wl,/usr/local/perfparse-0.105.6/lib > perfchart_png-perfchart.o(.text+0x1b2): In function `main': > /root/building/perfparse-0.105.6/cgi/perfchart.c:277: undefined > reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0x1f2):/root/building/perfparse-0.105.6= /cgi/perfchart.c:278: > undefined reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0x22f):/root/building/perfparse-0.105.6= /cgi/perfchart.c:281: > undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x26e):/root/building/perfparse-0.105.6= /cgi/perfchart.c:282: > undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x29c):/root/building/perfparse-0.105.6= /cgi/perfchart.c:295: > undefined reference to `gdImagePng' > perfchart_png-perfchart.o(.text+0x6f8): In function `initChartGraphics'= : > /root/building/perfparse-0.105.6/cgi/perfchart.c:464: undefined > reference to `gdImageCreate' > perfchart_png-perfchart.o(.text+0x728):/root/building/perfparse-0.105.6= /cgi/perfchart.c:468: > undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x74c):/root/building/perfparse-0.105.6= /cgi/perfchart.c:469: > undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x773):/root/building/perfparse-0.105.6= /cgi/perfchart.c:470: > undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x7a0):/root/building/perfparse-0.105.6= /cgi/perfchart.c:471: > undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x7c7):/root/building/perfparse-0.105.6= /cgi/perfchart.c:472: > undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x7f1):/root/building/perfparse-0.105.6= /cgi/perfchart.c:473: > more undefined references to `gdImageColorAllocate' follow > perfchart_png-perfchart.o(.text+0xba0): In function `drawHeadings': > /root/building/perfparse-0.105.6/cgi/perfchart.c:600: undefined > reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0xbea):/root/building/perfparse-0.105.6= /cgi/perfchart.c:605: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xbfb):/root/building/perfparse-0.105.6= /cgi/perfchart.c:605: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xc73):/root/building/perfparse-0.105.6= /cgi/perfchart.c:621: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xc84):/root/building/perfparse-0.105.6= /cgi/perfchart.c:621: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xcfa):/root/building/perfparse-0.105.6= /cgi/perfchart.c:632: > undefined reference to `gdFontMediumBold' > perfchart_png-perfchart.o(.text+0xd0b):/root/building/perfparse-0.105.6= /cgi/perfchart.c:632: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xe27):/root/building/perfparse-0.105.6= /cgi/perfchart.c:595: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xe38):/root/building/perfparse-0.105.6= /cgi/perfchart.c:595: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xe64):/root/building/perfparse-0.105.6= /cgi/perfchart.c:596: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xe90):/root/building/perfparse-0.105.6= /cgi/perfchart.c:597: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xeca):/root/building/perfparse-0.105.6= /cgi/perfchart.c:589: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xedb):/root/building/perfparse-0.105.6= /cgi/perfchart.c:589: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xf07):/root/building/perfparse-0.105.6= /cgi/perfchart.c:590: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xf33):/root/building/perfparse-0.105.6= /cgi/perfchart.c:591: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xf6a):/root/building/perfparse-0.105.6= /cgi/perfchart.c:583: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xf7b):/root/building/perfparse-0.105.6= /cgi/perfchart.c:583: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xfa7):/root/building/perfparse-0.105.6= /cgi/perfchart.c:584: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xfd3):/root/building/perfparse-0.105.6= /cgi/perfchart.c:585: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x100a):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:577: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x101b):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:577: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x1047):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:578: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1073):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:579: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x10a1):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:571: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x10b2):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:571: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x10ea):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:572: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1116):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:573: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1281): In function `drawAverage': > /root/building/perfparse-0.105.6/cgi/perfchart.c:743: undefined > reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1396):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:691: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1400):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:696: > undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x147a):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:715: > more undefined references to `gdImageLine' follow > perfchart_png-perfchart.o(.text+0x1e8b): In function `drawYScalePercent= ': > /root/building/perfparse-0.105.6/cgi/perfchart.c:1002: undefined > reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x1ea6):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1002: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x1fa9): In function `drawYScale': > /root/building/perfparse-0.105.6/cgi/perfchart.c:1065: undefined > reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x1fba):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1065: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x23c1): In function `drawXScale': > /root/building/perfparse-0.105.6/cgi/perfchart.c:1236: undefined > reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x23d2):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1236: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2480):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1182: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x2491):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1182: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2539):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1123: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x254a):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1123: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x25a7):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1129: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x25b8):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1129: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2681):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1087: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x2692):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1087: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x3286): In function `print_failure_htm= l': > /root/building/perfparse-0.105.6/cgi/perfchart.c:1606: undefined > reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x32c5):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1608: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x32da):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1608: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x3301):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1609: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x3312):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1609: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x3328):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1612: > undefined reference to `gdImagePng' > perfchart_png-perfchart.o(.text+0x3672): In function `print_sql_failure= _image': > /root/building/perfparse-0.105.6/cgi/perfchart.c:1738: undefined > reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x36b1):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1740: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x36c6):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1740: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x36ea):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1741: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x36fb):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1741: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x373a):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1743: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x374f):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1743: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x3773):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1744: > undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x3784):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1744: > undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x37aa):/root/building/perfparse-0.105.= 6/cgi/perfchart.c:1751: > undefined reference to `gdImagePng' > collect2: ld returned 1 exit status > make[2]: *** [perfchart.png] Error 1 > make[2]: Leaving directory `/root/building/perfparse-0.105.6/cgi' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/building/perfparse-0.105.6' > make: *** [all] Error 2 > > Thanks a lot. > > > ------------------------------------------------------- > This SF.net email is sponsored by Demarc: > A global provider of Threat Management Solutions. > Download our HomeAdmin security software for free today! > http://www.demarc.com/Info/Sentarus/hamr30 > _______________________________________________ > 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://www.perfparse.org/ - |
From: schnitzel m. <sch...@gm...> - 2005-03-31 15:03:11
|
Hello. I'm trying to install perfparse on Debian 3.1 We have php4-gd installed, which relies on libgd (i.e. not libgd2) I think this is why I cannot compile, however I would have expected the configure script to pick this up. Here is the output I get from make when I run it a second time: # make make all-recursive make[1]: Entering directory `/root/building/perfparse-0.105.6' Making all in intl make[2]: Entering directory `/root/building/perfparse-0.105.6/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/intl' Making all in m4 make[2]: Entering directory `/root/building/perfparse-0.105.6/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/m4' Making all in libnagios_perfdata_parser make[2]: Entering directory `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' Making all in libpp_common make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_common' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_common' Making all in libpp_mysql make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_mysql' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_mysql' Making all in modules make[2]: Entering directory `/root/building/perfparse-0.105.6/modules' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/modules' Making all in perfparse make[2]: Entering directory `/root/building/perfparse-0.105.6/perfparse' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/perfparse' Making all in db_tools make[2]: Entering directory `/root/building/perfparse-0.105.6/db_tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/db_tools' Making all in cgi make[2]: Entering directory `/root/building/perfparse-0.105.6/cgi' /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o -L../libpp_mysql -lpp_mysql -L'/usr/lib' -lmysqlclient -lz -lcrypt -lnsl -lm -L../libpp_common -lpp_common -lglib-2.0 -ldl -lm gcc -g -O2 -Wall -o .libs/perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o -L/root/building/perfparse-0.105.6/libpp_mysql /root/building/perfparse-0.105.6/libpp_mysql/.libs/libpp_mysql.so -L/usr/lib /usr/lib/libmysqlclient.so -lcrypt -lnsl -L/root/building/perfparse-0.105.6/libpp_common /root/building/perfparse-0.105.6/libpp_common/.libs/libpp_common.so -lz /usr/lib/libglib-2.0.so -ldl -lm -Wl,--rpath -Wl,/usr/local/perfparse-0.105.6/lib perfchart_png-perfchart.o(.text+0x1b2): In function `main': /root/building/perfparse-0.105.6/cgi/perfchart.c:277: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x1f2):/root/building/perfparse-0.105.6/cgi/perfchart.c:278: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x22f):/root/building/perfparse-0.105.6/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x26e):/root/building/perfparse-0.105.6/cgi/perfchart.c:282: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x29c):/root/building/perfparse-0.105.6/cgi/perfchart.c:295: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x6f8): In function `initChartGraphics': /root/building/perfparse-0.105.6/cgi/perfchart.c:464: undefined reference to `gdImageCreate' perfchart_png-perfchart.o(.text+0x728):/root/building/perfparse-0.105.6/cgi/perfchart.c:468: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x74c):/root/building/perfparse-0.105.6/cgi/perfchart.c:469: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x773):/root/building/perfparse-0.105.6/cgi/perfchart.c:470: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7a0):/root/building/perfparse-0.105.6/cgi/perfchart.c:471: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7c7):/root/building/perfparse-0.105.6/cgi/perfchart.c:472: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7f1):/root/building/perfparse-0.105.6/cgi/perfchart.c:473: more undefined references to `gdImageColorAllocate' follow perfchart_png-perfchart.o(.text+0xba0): In function `drawHeadings': /root/building/perfparse-0.105.6/cgi/perfchart.c:600: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0xbea):/root/building/perfparse-0.105.6/cgi/perfchart.c:605: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xbfb):/root/building/perfparse-0.105.6/cgi/perfchart.c:605: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xc73):/root/building/perfparse-0.105.6/cgi/perfchart.c:621: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xc84):/root/building/perfparse-0.105.6/cgi/perfchart.c:621: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xcfa):/root/building/perfparse-0.105.6/cgi/perfchart.c:632: undefined reference to `gdFontMediumBold' perfchart_png-perfchart.o(.text+0xd0b):/root/building/perfparse-0.105.6/cgi/perfchart.c:632: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xe27):/root/building/perfparse-0.105.6/cgi/perfchart.c:595: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xe38):/root/building/perfparse-0.105.6/cgi/perfchart.c:595: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xe64):/root/building/perfparse-0.105.6/cgi/perfchart.c:596: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xe90):/root/building/perfparse-0.105.6/cgi/perfchart.c:597: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xeca):/root/building/perfparse-0.105.6/cgi/perfchart.c:589: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xedb):/root/building/perfparse-0.105.6/cgi/perfchart.c:589: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xf07):/root/building/perfparse-0.105.6/cgi/perfchart.c:590: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xf33):/root/building/perfparse-0.105.6/cgi/perfchart.c:591: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xf6a):/root/building/perfparse-0.105.6/cgi/perfchart.c:583: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xf7b):/root/building/perfparse-0.105.6/cgi/perfchart.c:583: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xfa7):/root/building/perfparse-0.105.6/cgi/perfchart.c:584: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xfd3):/root/building/perfparse-0.105.6/cgi/perfchart.c:585: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x100a):/root/building/perfparse-0.105.6/cgi/perfchart.c:577: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x101b):/root/building/perfparse-0.105.6/cgi/perfchart.c:577: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1047):/root/building/perfparse-0.105.6/cgi/perfchart.c:578: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1073):/root/building/perfparse-0.105.6/cgi/perfchart.c:579: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x10a1):/root/building/perfparse-0.105.6/cgi/perfchart.c:571: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x10b2):/root/building/perfparse-0.105.6/cgi/perfchart.c:571: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x10ea):/root/building/perfparse-0.105.6/cgi/perfchart.c:572: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1116):/root/building/perfparse-0.105.6/cgi/perfchart.c:573: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1281): In function `drawAverage': /root/building/perfparse-0.105.6/cgi/perfchart.c:743: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1396):/root/building/perfparse-0.105.6/cgi/perfchart.c:691: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1400):/root/building/perfparse-0.105.6/cgi/perfchart.c:696: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x147a):/root/building/perfparse-0.105.6/cgi/perfchart.c:715: more undefined references to `gdImageLine' follow perfchart_png-perfchart.o(.text+0x1e8b): In function `drawYScalePercent': /root/building/perfparse-0.105.6/cgi/perfchart.c:1002: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1ea6):/root/building/perfparse-0.105.6/cgi/perfchart.c:1002: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1fa9): In function `drawYScale': /root/building/perfparse-0.105.6/cgi/perfchart.c:1065: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1fba):/root/building/perfparse-0.105.6/cgi/perfchart.c:1065: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x23c1): In function `drawXScale': /root/building/perfparse-0.105.6/cgi/perfchart.c:1236: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x23d2):/root/building/perfparse-0.105.6/cgi/perfchart.c:1236: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2480):/root/building/perfparse-0.105.6/cgi/perfchart.c:1182: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2491):/root/building/perfparse-0.105.6/cgi/perfchart.c:1182: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2539):/root/building/perfparse-0.105.6/cgi/perfchart.c:1123: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x254a):/root/building/perfparse-0.105.6/cgi/perfchart.c:1123: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x25a7):/root/building/perfparse-0.105.6/cgi/perfchart.c:1129: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x25b8):/root/building/perfparse-0.105.6/cgi/perfchart.c:1129: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2681):/root/building/perfparse-0.105.6/cgi/perfchart.c:1087: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2692):/root/building/perfparse-0.105.6/cgi/perfchart.c:1087: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3286): In function `print_failure_html': /root/building/perfparse-0.105.6/cgi/perfchart.c:1606: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x32c5):/root/building/perfparse-0.105.6/cgi/perfchart.c:1608: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x32da):/root/building/perfparse-0.105.6/cgi/perfchart.c:1608: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3301):/root/building/perfparse-0.105.6/cgi/perfchart.c:1609: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x3312):/root/building/perfparse-0.105.6/cgi/perfchart.c:1609: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3328):/root/building/perfparse-0.105.6/cgi/perfchart.c:1612: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x3672): In function `print_sql_failure_image': /root/building/perfparse-0.105.6/cgi/perfchart.c:1738: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x36b1):/root/building/perfparse-0.105.6/cgi/perfchart.c:1740: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x36c6):/root/building/perfparse-0.105.6/cgi/perfchart.c:1740: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x36ea):/root/building/perfparse-0.105.6/cgi/perfchart.c:1741: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x36fb):/root/building/perfparse-0.105.6/cgi/perfchart.c:1741: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x373a):/root/building/perfparse-0.105.6/cgi/perfchart.c:1743: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x374f):/root/building/perfparse-0.105.6/cgi/perfchart.c:1743: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3773):/root/building/perfparse-0.105.6/cgi/perfchart.c:1744: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x3784):/root/building/perfparse-0.105.6/cgi/perfchart.c:1744: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x37aa):/root/building/perfparse-0.105.6/cgi/perfchart.c:1751: undefined reference to `gdImagePng' collect2: ld returned 1 exit status make[2]: *** [perfchart.png] Error 1 make[2]: Leaving directory `/root/building/perfparse-0.105.6/cgi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/building/perfparse-0.105.6' make: *** [all] Error 2 Thanks a lot. |
From: Steve G. <st...@ls...> - 2005-03-29 16:40:41
|
On Tue, Mar 29, 2005 at 05:43:00PM +0200, Yves Mettier wrote: > Steve, do you have any idea how we can change this behaviour > without breaking the standards (docbook and the xsl stylesheet from > docbook-xsl) ? Thanks for your explanation anyways. Just put line breaks in the docbook code, e.g. define command{ command_name process-service-perfdata command_line /usr/bin/printf "%b" "$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$SERVICESTATE$\t$PERFDATA$\n" | $USER2$/bin/perfparse-log2mysql -c $USER2$/etc/perfparse.cfg } and then note that the line has been broken for presentation, but that it actually needs to be all on one line. Or, if nagios supports the the trailing '\' convention, show it that way, like you do in the ../configure examples earlier: define command{ command_name process-service-perfdata command_line /usr/bin/printf "%b" \ "$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$SERVICESTATE$\t$PERFDATA$\n" \ | $USER2$/bin/perfparse-log2mysql -c $USER2$/etc/perfparse.cfg } (I took a quick look at the nagios docs, but they don't seem to say, and I don't have time right now to experiment.) Basically, anything inside <programlisting> is presented "as-is", so you need to get the width of the listing down. Steve -- "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- (Stolen from the net) |
From: Yves M. <yme...@li...> - 2005-03-29 15:43:11
|
Steve, do you have any idea how we can change this behaviour without brea= king the standards (docbook and the xsl stylesheet from docbook-xsl) ? Thanks for your explanation anyways. Yves > On Tue, Mar 29, 2005 at 03:45:21PM +0200, Yves wrote: >> It seems that paragraphs are inside <DIV CLASS=3D"CHAPTER"> tags. If t= here is a problem, >> it is with the <DIV> tag. >> [and] >> I don't think it's a problem with docbook, but with CSS stylesheets. > > No, it's because the example nagios 'define command {...}' stanza's > are wrapped in '<PRE>' tags, and thus don't wrap automatically (which > is good), but also don't have embedded line breaks, which is bad. The > docbook tag <programlisting> is what generates this. > > Anyway, the longest line in the HTML doc sets the overall width, so the > wrapping for the whole doc is screwed up. > > Steve > > -- > "Outlook not so good." That magic 8-ball knows everything! I'll ask > about Exchange Server next. > -- (Stolen from the net) > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users= . > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > 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://www.perfparse.org/ - |
From: Yves <yme...@pe...> - 2005-03-29 15:38:45
|
> Nothing is logged in the database =3D> no hosts, no services > > I join the file which is the result of the command : > /usr/local/nagios/bin/perfparsed -c /usr/local/nagios/etc/perfparse.cfg > --show_config and if it can help you to solve my problem. No idea. Things that I wanted to see are there, which is good. What does the log file say ? - nagios log - /usr/local/nagios/var/perfparse.log (with the date because you enabled = rotaton) - /usr/local/nagios/var/storage_modules.status Is "/usr/local/nagios/var/perfdata-service.log" a pipe ? If not, stop nagios, remove/rename that file, run perfparsed and then run= nagios. But I don't think this is the problem : if it is not a pipe, perfparsed w= ill refuse to run. Yves > > > > > > Frank > > fra...@dg... > > > > > "Yves" <yme...@pe...> > Envoy=E9 par : per...@li... > 29/03/2005 15:05 > Veuillez r=E9pondre =E0 ymettier > > > Pour : Fra...@dg... > cc : per...@li... > Objet : Re: [Perfparse-users] No data in MySQL database > > > Hello, > > Could you read this : http://wiki.perfparse.org/tiki-view_faq.php?faqId= =3D7#q12 ? > I think you are just missing that you have to enable the mysql storage > module. > If it not enough, there is also this : > http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D6#q7 ? > http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D5#q8 ? > > And if you need more, ask us again and run "perfparsed <your usual opti= ons > here> > --show_config" that will print something compatible with your config fi= le, > with all the > options. > > I'm interested in your results with nagios-2.02b : are you using the pi= pe > output in > Nagios ? > Yves > >> Hi all, >> >> I've installed Perfparse 0.105.6 with MySQL 4.1.7 and Nagios 2.02b. > Nagios >> is running perfectly, but perfparse don't write data in my MySQL > database. >> I see some data in the perfdata-service.log file and nothing in the >> perfdata-host.log. >> >> Can anyone help me to configure correctly perfparse, please ? >> >> I join my several config files with this message : >> >> perfparse.cfg >> >> # Server managment (perfparsed only) : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> Server_Port =3D 1976 >> >> # Parser managment : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> # Performance D= ata Log Files ("-" for stdin) : >> #Service_Log =3D "/usr/local/nagios/var/serviceperf.log= " >> Service_Log =3D "|/usr/local/nagios/var/perfdata-service.log" >> Service_Log_Position_Mark_Path =3D "/usr/local/nagios/var" >> Service_Log_Save_Position =3D "yes" >> >> # Error handling : >> Error_Log =3D "/usr/local/nagios/var/perfparse.log" >> Error_Log_Rotate =3D "Yes" >> Error_Log_Keep_N_Days =3D "7" >> Drop_File =3D "/usr/local/nagios/var/perfparse.drop" >> Drop_File_Rotate =3D "Yes" >> Drop_File_Keep_N_Days =3D "7" >> >> # Lock file for only one perfparse running at the same time >> Lock_File =3D "/usr/local/nagios/var/perfparse.lock" >> >> # Reporting options : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> >> # Do not display completion status of perfparse: >> Show_Status_Bar =3D "yes" >> >> # Display a report on exit of perfparse: >> Do_Report =3D "yes" >> >> # CGI managment : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> # Default user permissio= ns in the CGI. Accepted values are >> (ro|rw|hide) >> Default_user_permissions_Policy =3D "rw" >> Default_user_permissions_Host_groups =3D "rw" >> Default_user_permissions_Summary =3D "rw" >> >> # Output logger : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> # set Output_Log_File to= "yes" to enable it >> Output_Log_File =3D "yes" >> Output_Log_Filename =3D "/usr/local/nagios/var/perfparse_output_log" >> Output_Log_Rotate =3D "yes" >> Output_Log_Keep_N_Days =3D "7" >> >> >> # Database managment : >> # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> Use_Stora= ge_Mysql =3D "yes" >> No_Raw_Data =3D "yes" >> No_Bin_Data =3D "yes" >> >> # Database Authentication >> DB_User =3D "nagios" >> DB_Name =3D "perfparse_nagios" >> DB_Pass =3D "xxxxxxx" >> DB_Host =3D "localhost" >> >> # misc >> Dummy_Hostname =3D "venus" >> Storage_Modules_Load =3D "mysql" >> >> nagios_perfparse.cfg (loaded with nagios.cfg) >> define command { >> command_name process-service-perfdata >> command_line $USER2$/bin/perfparse_nagios_pipe_command.pl >> $USER2$/var/perfdata-service.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$= " >> "$OUTPUT$" "$SERVICESTATE$" "$SERVICEPERFDATA$" >> } >> >> define command { >> command_name process-host-perfdata >> command_line $USER2$/bin/perfparse_nagios_pipe_command.pl >> $USER2$/var/perfdata-host.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$" >> "$OUTPUT$" "$SERVICESTATE$" "$HOSTPERFDATA$" >> } >> >> nagios.cfg >> >> cfg_file=3D/usr/local/nagios/etc/nagios_perfparse.cfg >> process_performance_data=3D1 >> host_perfdata_command=3Dprocess-host-perfdata >> service_perfdata_command=3Dprocess-service-perfdata >> >> Thanks in advance for your help !! >> Frank >> >> >> fra...@dg... > > > -- > - 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://www.perfparse.org/ - > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users= . > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > _______________________________________________ > 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://www.perfparse.org/ - |
From: Steve G. <st...@ls...> - 2005-03-29 15:35:32
|
On Tue, Mar 29, 2005 at 03:45:21PM +0200, Yves wrote: > It seems that paragraphs are inside <DIV CLASS="CHAPTER"> tags. If there is a problem, > it is with the <DIV> tag. > [and] > I don't think it's a problem with docbook, but with CSS stylesheets. No, it's because the example nagios 'define command {...}' stanza's are wrapped in '<PRE>' tags, and thus don't wrap automatically (which is good), but also don't have embedded line breaks, which is bad. The docbook tag <programlisting> is what generates this. Anyway, the longest line in the HTML doc sets the overall width, so the wrapping for the whole doc is screwed up. Steve -- "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- (Stolen from the net) |
From: Yves <yme...@pe...> - 2005-03-29 13:45:28
|
> Yves, > > This is a problem with the docbook conversion to HTML. It seems to > produce fixed width pages which are a bit wide. I've tried to find a > solution without any luck. It may be an idea to find/write a parser > with removes all the unwanted HTML. Leaving just the text and the <p> > taggs. Or something similar... I'm using docbook-xsl-1.66.1 stylesheet for transformation from docbook t= o xml. It transforms <para> tag into <P> tag. It seems that paragraphs are inside <DIV CLASS=3D"CHAPTER"> tags. If ther= e is a problem, it is with the <DIV> tag. What browser are you using ? I'm trying with IE-5.50 and firefox-1.02 and= I have no problem. > Any users who know docbook better than my self, can they please have a > hack at producing good HTML? I don't think it's a problem with docbook, but with CSS stylesheets. Mayb= e my default CSS stylesheet are correct for me, which is not the case for everybody ? = But before hacking docbook-xsl, find out if you can produce a CSS stylesheet for the= install guide. If you really want to hack docbook-xsl, first have a look on the docbook-= xsl guide : http://www.sagehill.net/docbookxsl/. And then tell the maintainers about = it : http://docbook.sourceforge.net/projects/xsl/ > PS, we gave birth on Friday to a beautiful 7.6 pound baby (~4.5Kg), who > we have called Adam. Right now it's baby poo and crying all night, > perfparse will wait a short while! Congratulations Ben !!! :) And welcome to Adam :) Yves --=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://www.perfparse.org/ - |
From: Ben C. <Ben...@ro...> - 2005-03-29 13:11:58
|
Yves, This is a problem with the docbook conversion to HTML. It seems to produce fixed width pages which are a bit wide. I've tried to find a solution without any luck. It may be an idea to find/write a parser with removes all the unwanted HTML. Leaving just the text and the <p> taggs. Or something similar... Any users who know docbook better than my self, can they please have a hack at producing good HTML? PS, we gave birth on Friday to a beautiful 7.6 pound baby (~4.5Kg), who we have called Adam. Right now it's baby poo and crying all night, perfparse will wait a short while! Ben Yves wrote: >>Hello, >> >>Is the 'perfparse installation guide' available in a format that doesn't >>require my browser window to be 2000 pixels wide to read it all? > > > Are you using the doc from the docs/ directory ? Did you generate it yourself ? maybe > consider generating the the pdf form ? > > Yves > > > |
From: Yves <yme...@pe...> - 2005-03-29 13:06:00
|
Hello, Could you read this : http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D= 7#q12 ? I think you are just missing that you have to enable the mysql storage mo= dule. If it not enough, there is also this : http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D6#q7 ? http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D5#q8 ? And if you need more, ask us again and run "perfparsed <your usual option= s here> --show_config" that will print something compatible with your config file= , with all the options. I'm interested in your results with nagios-2.02b : are you using the pipe= output in Nagios ? Yves > Hi all, > > I've installed Perfparse 0.105.6 with MySQL 4.1.7 and Nagios 2.02b. Nag= ios > is running perfectly, but perfparse don't write data in my MySQL databa= se. > I see some data in the perfdata-service.log file and nothing in the > perfdata-host.log. > > Can anyone help me to configure correctly perfparse, please ? > > I join my several config files with this message : > > perfparse.cfg > > # Server managment (perfparsed only) : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Server_Port =3D 1976 > > # Parser managment : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # Performance Data Log Files ("-" for stdin) : > #Service_Log =3D "/usr/local/nagios/var/serviceperf.log" > Service_Log =3D "|/usr/local/nagios/var/perfdata-service= .log" > Service_Log_Position_Mark_Path =3D "/usr/local/nagios/var" > Service_Log_Save_Position =3D "yes" > > # Error handling : > Error_Log =3D "/usr/local/nagios/var/perfparse.log" > Error_Log_Rotate =3D "Yes" > Error_Log_Keep_N_Days =3D "7" > Drop_File =3D "/usr/local/nagios/var/perfparse.drop" > Drop_File_Rotate =3D "Yes" > Drop_File_Keep_N_Days =3D "7" > > # Lock file for only one perfparse running at the same time > Lock_File =3D "/usr/local/nagios/var/perfparse.lock" > > # Reporting options : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > # Do not display completion status of perfparse: > Show_Status_Bar =3D "yes" > > # Display a report on exit of perfparse: > Do_Report =3D "yes" > > # CGI managment : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # Default user permissions in the CGI. Accepted values are (ro|rw|hide) > Default_user_permissions_Policy =3D "rw" > Default_user_permissions_Host_groups =3D "rw" > Default_user_permissions_Summary =3D "rw" > > # Output logger : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # set Output_Log_File to "yes" to enable it > Output_Log_File =3D "yes" > Output_Log_Filename =3D "/usr/local/nagios/var/perfparse_output_log" > Output_Log_Rotate =3D "yes" > Output_Log_Keep_N_Days =3D "7" > > > # Database managment : > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Use_Storage_Mysql =3D "yes" > No_Raw_Data =3D "yes" > No_Bin_Data =3D "yes" > > # Database Authentication > DB_User =3D "nagios" > DB_Name =3D "perfparse_nagios" > DB_Pass =3D "xxxxxxx" > DB_Host =3D "localhost" > > # misc > Dummy_Hostname =3D "venus" > Storage_Modules_Load =3D "mysql" > > nagios_perfparse.cfg (loaded with nagios.cfg) > define command { > command_name process-service-perfdata > command_line $USER2$/bin/perfparse_nagios_pipe_command.pl > $USER2$/var/perfdata-service.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$" > "$OUTPUT$" "$SERVICESTATE$" "$SERVICEPERFDATA$" > } > > define command { > command_name process-host-perfdata > command_line $USER2$/bin/perfparse_nagios_pipe_command.pl > $USER2$/var/perfdata-host.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$" > "$OUTPUT$" "$SERVICESTATE$" "$HOSTPERFDATA$" > } > > nagios.cfg > > cfg_file=3D/usr/local/nagios/etc/nagios_perfparse.cfg > process_performance_data=3D1 > host_perfdata_command=3Dprocess-host-perfdata > service_perfdata_command=3Dprocess-service-perfdata > > Thanks in advance for your help !! > Frank > > > fra...@dg... --=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://www.perfparse.org/ - |
From: <Fra...@dg...> - 2005-03-29 07:26:47
|
Hi all, I've installed Perfparse 0.105.6 with MySQL 4.1.7 and Nagios 2.02b. Nagios is running perfectly, but perfparse don't write data in my MySQL database. I see some data in the perfdata-service.log file and nothing in the perfdata-host.log. Can anyone help me to configure correctly perfparse, please ? I join my several config files with this message : perfparse.cfg # Server managment (perfparsed only) : # ==================================== Server_Port = 1976 # Parser managment : # ================== # Performance Data Log Files ("-" for stdin) : #Service_Log = "/usr/local/nagios/var/serviceperf.log" Service_Log = "|/usr/local/nagios/var/perfdata-service.log" Service_Log_Position_Mark_Path = "/usr/local/nagios/var" Service_Log_Save_Position = "yes" # Error handling : Error_Log = "/usr/local/nagios/var/perfparse.log" Error_Log_Rotate = "Yes" Error_Log_Keep_N_Days = "7" Drop_File = "/usr/local/nagios/var/perfparse.drop" Drop_File_Rotate = "Yes" Drop_File_Keep_N_Days = "7" # Lock file for only one perfparse running at the same time Lock_File = "/usr/local/nagios/var/perfparse.lock" # Reporting options : # =================== # Do not display completion status of perfparse: Show_Status_Bar = "yes" # Display a report on exit of perfparse: Do_Report = "yes" # CGI managment : # =============== # Default user permissions in the CGI. Accepted values are (ro|rw|hide) Default_user_permissions_Policy = "rw" Default_user_permissions_Host_groups = "rw" Default_user_permissions_Summary = "rw" # Output logger : # =============== # set Output_Log_File to "yes" to enable it Output_Log_File = "yes" Output_Log_Filename = "/usr/local/nagios/var/perfparse_output_log" Output_Log_Rotate = "yes" Output_Log_Keep_N_Days = "7" # Database managment : # ==================== Use_Storage_Mysql = "yes" No_Raw_Data = "yes" No_Bin_Data = "yes" # Database Authentication DB_User = "nagios" DB_Name = "perfparse_nagios" DB_Pass = "xxxxxxx" DB_Host = "localhost" # misc Dummy_Hostname = "venus" Storage_Modules_Load = "mysql" nagios_perfparse.cfg (loaded with nagios.cfg) define command { command_name process-service-perfdata command_line $USER2$/bin/perfparse_nagios_pipe_command.pl $USER2$/var/perfdata-service.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$" "$OUTPUT$" "$SERVICESTATE$" "$SERVICEPERFDATA$" } define command { command_name process-host-perfdata command_line $USER2$/bin/perfparse_nagios_pipe_command.pl $USER2$/var/perfdata-host.log "$TIMET$" "$HOSTNAME$" "$SERVICEDESC$" "$OUTPUT$" "$SERVICESTATE$" "$HOSTPERFDATA$" } nagios.cfg cfg_file=/usr/local/nagios/etc/nagios_perfparse.cfg process_performance_data=1 host_perfdata_command=process-host-perfdata service_perfdata_command=process-service-perfdata Thanks in advance for your help !! Frank fra...@dg... |
From: <nu...@ts...> - 2005-03-29 04:59:45
|
I will be out of the office starting 03/28/2005 and will not return until 03/30/2005. I will respond to your message when I return. |
From: Steve G. <st...@ls...> - 2005-03-28 19:22:39
|
On Wed, Mar 23, 2005 at 03:53:36PM -0600, nu...@ts... wrote: > I have created some of my own plugins and I'm unable to see the data in > perfparse when I want to create a graph. > > # /usr/local/nagios/libexec/check_cmlicense -w 10 -c 0 > OK - ChangeSynergy(2/31) CM_Synergy(10/42) |SWMLIC > ChangeSynergy=2;21;31;0;31 CM_Synergy=10;32;42;0;42 You've got a space in the first parameter, it appears: SWMLIC ChangeSynergy You need to quote it ("SWMLIC ChangeSynergy"), or use an underscore, or some other "non-space" type thingy. Steve -- "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- (Stolen from the net) |
From: <nu...@ts...> - 2005-03-24 17:30:06
|
I compiled the newest version of the nagios-plugins (1.4) and the information is now displayed correctly in both Nagios and perfparse. The check_disk plugin performance data provided the amount of current free space instead of the currently used disk space. Thanks for the help. Steve |
From: Yves <yme...@pe...> - 2005-03-24 10:44:03
|
> I have created some of my own plugins and I'm unable to see the data in > perfparse when I want to create a graph. > > # /usr/local/nagios/libexec/check_cmlicense -w 10 -c 0 > OK - ChangeSynergy(2/31) CM_Synergy(10/42) |SWMLIC > ChangeSynergy=3D2;21;31;0;31 CM_Synergy=3D10;32;42;0;42 > > Is it because of the multiple items that are in the perfdata section? > Check_disk does the same methodology. I don't think so. But if you don't mind, change your plugin to put only o= ne item and see if something changes. Just a check for paranoid people like me :) Also try to put a unit, like '%' or 'MB'. Working better ? :) > # check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 > DISK OK - free space: /var 8364 MB (83%); /tmp 12784 MB (100%);| > /var=3D8364MB;9076;9580;0;10085 /tmp=3D12783MB;11517;12157;0;12797 > > perfdata_service : 1 Record > perfdata_service_bin : 0 Records > perfdata_service_metric : 0 Records > perfdata_service_raw : 11 records > > Do you have to enable it somehow? Again thanks for the help. Oh, yes, in nagios maybe ? :) But if nagios runs it, it sends the data to perfparse. And there is need = to enable it in perfparse. Yves --=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://www.perfparse.org/ - |
From: Yves M. <yme...@li...> - 2005-03-24 10:44:03
|
> I have created some of my own plugins and I'm unable to see the data in > perfparse when I want to create a graph. > > # /usr/local/nagios/libexec/check_cmlicense -w 10 -c 0 > OK - ChangeSynergy(2/31) CM_Synergy(10/42) |SWMLIC > ChangeSynergy=3D2;21;31;0;31 CM_Synergy=3D10;32;42;0;42 > > Is it because of the multiple items that are in the perfdata section? > Check_disk does the same methodology. I don't think so. But if you don't mind, change your plugin to put only o= ne item and see if something changes. Just a check for paranoid people like me :) Also try to put a unit, like '%' or 'MB'. Working better ? :) > # check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 > DISK OK - free space: /var 8364 MB (83%); /tmp 12784 MB (100%);| > /var=3D8364MB;9076;9580;0;10085 /tmp=3D12783MB;11517;12157;0;12797 > > perfdata_service : 1 Record > perfdata_service_bin : 0 Records > perfdata_service_metric : 0 Records > perfdata_service_raw : 11 records > > Do you have to enable it somehow? Again thanks for the help. Oh, yes, in nagios maybe ? :) But if nagios runs it, it sends the data to perfparse. And there is need = to enable it in perfparse. Yves --=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://www.perfparse.org/ - |
From: Yves <yme...@pe...> - 2005-03-24 10:36:31
|
> I have installed the software and I noticed that some of the check_disk > information is inverted. What Nagios says is ok is not ok in Parfperse = and > vice-versa. > DISK WARNING - free space: /db01 3330 MB (2%);| > Is it my version of the plugins? Thoughts? No, it's only because perfparse understand low values as OK and high valu= es as WARNING or ALARM. This is a bug of conception of perfparse. It has been fixed in most parts of the code, but still remains in the dat= abase schema that Ben wants to change (for speed, size considerations... and this). Bu= t both I and him are very busy theses weeks and wait for better days with more time fo= r perfparse :) Yves --=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://www.perfparse.org/ - |
From: <nu...@ts...> - 2005-03-23 21:53:45
|
I have created some of my own plugins and I'm unable to see the data in perfparse when I want to create a graph. # /usr/local/nagios/libexec/check_cmlicense -w 10 -c 0 OK - ChangeSynergy(2/31) CM_Synergy(10/42) |SWMLIC ChangeSynergy=2;21;31;0;31 CM_Synergy=10;32;42;0;42 Is it because of the multiple items that are in the perfdata section? Check_disk does the same methodology. # check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c 50000 DISK OK - free space: /var 8364 MB (83%); /tmp 12784 MB (100%);| /var=8364MB;9076;9580;0;10085 /tmp=12783MB;11517;12157;0;12797 perfdata_service : 1 Record perfdata_service_bin : 0 Records perfdata_service_metric : 0 Records perfdata_service_raw : 11 records Do you have to enable it somehow? Again thanks for the help. Steve Nagios 2.x FedoraCore3 |
From: <nu...@ts...> - 2005-03-23 21:38:55
|
I have installed the software and I noticed that some of the check_disk information is inverted. What Nagios says is ok is not ok in Parfperse and vice-versa. For example: # /usr/local/nagios/libexec/check_disk -w 3% -c 1% -p /db01 DISK WARNING - free space: /db01 3330 MB (2%);| /db01=3330MB;173575;177154;0;178944 Nagios : warning state Perfparse: normal state The table, perfdata_service_bin, holds the following: id host_name service_description metric ctime value warn critical state 7 oma3h001 OS - FS /db01 /db01 2005-03-23 13:59:21 3330 173575 177154 0 Is it my version of the plugins? Thoughts? Nagios 2.x FedoraCore3 check_disk (nagios-plugins 1.4.0alpha1) 1.38 Thanks for your help. Steve Nuffer ( Office: (402) 390-7938 ( Fax: (402) 778-1413 * Email: nu...@ts... _________________________________________________________________________________________________ Transaction Systems Architects, Inc. 330 S. 108th Ave. Omaha, NE 68154-2684 This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e-mail, please notify the sender immediately and destroy this e-mail. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this e-mail are those of the author personally. |
From: Yves <yme...@pe...> - 2005-03-22 10:05:41
|
> Guys, > > I've been trying to compile perfparse using the glib 1.2.10 libraries > on Redhat ES 3.0. > > First make complained that config_file.c could not find glib.h - so I > copied that to /app/perfparse/perfparse-0.105.6. Then after more error= s > I altered glib.h to include glibconfig.h (created when I did a configur= e > on glib). This is not a good idea because perfparse expects glib.h from glib-2.X. If you enabled --with-glib12=3D/path/to/glib-config, find out if there is= a problem with glib-config. If you did not enable it, do it. > > Now - I have an error in db_macro_actions.c - it doesn't seem to be > finding g_string_printf. this is a glib-2.0 feature. > > Trying to install glib-2 caused even more problems. Any ideas? I'm > tearing my hair out I'm afraid. Is there some simple thing I need to > do? If you have problems to install glib-2 on a redhat ES, the best is to ask= Redhat for support : you pay for that :) When glib-2 is installed, ensure that pkg-config is installed too and rec= ompile perfparse. Don't reuse what you did before : uncompress perfparse.tar.gz= in an empty directory and try again. Yves --=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://www.perfparse.org/ - |
From: Ben C. <bcl...@pe...> - 2005-03-22 08:23:11
|
Alex, I sometimes have the same problem my self. The glib files on Linux seem to end up in the oddest of places. glib.h includes a collection of other files in a sub-directory. Have a look at the file. If you copy it, copy all the files it references. A better way is to use the configure option: ./configure --with-gdlib_config_dir=DIR Where DIR is the full path to glib. The other error is related to the absence of the above files. Have fun, Ben. Alex Bacon wrote: > Guys, > > I've been trying to compile perfparse using the glib 1.2.10 libraries > on Redhat ES 3.0. > > First make complained that config_file.c could not find glib.h - so I > copied that to /app/perfparse/perfparse-0.105.6. Then after more errors > I altered glib.h to include glibconfig.h (created when I did a configure > on glib). > > Now - I have an error in db_macro_actions.c - it doesn't seem to be > finding g_string_printf. > > Trying to install glib-2 caused even more problems. Any ideas? I'm > tearing my hair out I'm afraid. Is there some simple thing I need to > do? > > Alex > > gcc -DHAVE_CONFIG_H -I. -I. -I.. > -DSYSCONFDIR=\"/usr/local/nagios/etc\" -DPREFIX=\"/usr/local/nagios\" > -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -I/usr/include/mysql > -I../libpp_common -I.. -g -O2 -Wall -MT > libpp_mysql_la-db_macro_actions.lo -MD -MP -MF > .deps/libpp_mysql_la-db_macro_actions.Tpo -c db_macro_actions.c -fPIC > -DPIC -o .libs/libpp_mysql_la-db_macro_actions.o > db_macro_actions.c: In function `reset_host_delete_policy': > db_macro_actions.c:54: warning: implicit declaration of function > `g_string_printf' > db_macro_actions.c:70: warning: implicit declaration of function > `g_string_append_printf' > db_macro_actions.c: In function `db_version_error': > db_macro_actions.c:166: void value not ignored as it ought to be > make[1]: *** [libpp_mysql_la-db_macro_actions.lo] Error 1 > make[1]: Leaving directory > `/app/perfparse/perfparse-0.105.6/libpp_mysql' > make: *** [install-recursive] Error 1 > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |