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: Philip V. <ph...@we...> - 2005-01-28 07:03:16
|
Bobby, when you ran configure, you probably got the message: configure: WARNING: Could not find gdlib-config. The compiler and linker assume that you specify the options manually in CFLAGS and LDFLAGS when running make I get this on RedHat AS3 and 7.3 - I have gd-1.8.4 and gd-devel-1.8.4 installed. I'm not sure which version of gd has gdlib-config, probably version 2. Anyway: $ vi cgi/Makefile Search for GD_LIBS, then make this line: GD_LIBS =3D -lgd Then it should work. Alternatively: $ GD_LIBS=3D-lgd make -e Also works for me. Philip -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Bobby Johnson Sent: Friday, 28 January 2005 10:15 AM To: per...@li... Subject: Re: [Perfparse-users] problem compiling I uninstalled devel/glibc-1.2.10 and installed 2.4.5. Now I get another error, see below. Also forgot to mention before. This is perfparse 0.105.2 and 0.104.9 with the argv=3D line moved. I = have gd 1.8.3 installed. The needed headers are in /usr/local/include and seem to have these funcions. My gcc is 2.95. gcc -g -O2 -Wall -o .libs/perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o -L/root/nagios/perfparse-0.104.9/libpp_mysql -L/root/nagios/perfparse-0.104.9/libpp_mysql/.libs -lpp_mysql -L/root/nagios/perfparse-0.104.9/libpp_common -L/root/nagios/perfparse-0.104.9/libpp_common/.libs -lpp_common -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -lssl -lcrypto -L/usr/local/lib -lglib-2.0 -lintl -liconv -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib/mysql perfchart_png-perfchart.o(.text+0x1e7): In function `main': /root/nagios/perfparse-0.104.9/cgi/perfchart.c:276: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text +0x211):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:277: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text +0x234):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:280: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text +0x261):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' ****cut****** perfchart_png-perfchart.o(.text +0x30c3):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:1720: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text +0x30e8):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:1727: undefined reference to `gdImagePng' collect2: ld returned 1 exit status *** Error code 1 Stop in /root/nagios/perfparse-0.104.9/cgi (line 370 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.104.9 (line 356 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.104.9 (line 267 of Makefile). On Wed, 2005-01-26 at 17:27 -0700, Bobby Johnson wrote: > # ./configure --with-glib12=3D/usr/local/include/glib-1.2/ > --prefix=3D/usr/local --with-imagedir=3D/var/www/htdocs/nagios/share/images/ > --with-cgidir=3D/var/www/cgi-bin/nagios/ > --with-http_image_path=3D/nagios/images >=20 >=20 > *********CUT********** >=20 >=20 > # make >=20 > ********CUT********* >=20 > /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -Wall -o perfparsed > perfparsed-perfparsed.o perfparsed-perfparse-common.o > perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o > perfparsed-storage_history.o -lz -L../libpp_common -lpp_common > -L../libnagios_perfdata_parser -lnagios_perfdata_parser -L/usr/local/lib > -lglib -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lm > gcc -g -O2 -Wall -o .libs/perfparsed perfparsed-perfparsed.o perfparsed-perfparse-common.o perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o perfparsed-storage_history.o -L/root/nagios/perfparse-0.105.2/libpp_common -L/root/nagios/perfparse-0.105.2/libpp_common/.libs -lpp_common -lz -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser/.libs -lnagios_perfdata_parser -L/usr/local/lib -lglib -lintl -liconv -lm -Wl,-rpath,/usr/local/lib > perfparsed-storage.o(.text+0x6cc): In function `storage_periodic_cleanup': > /root/nagios/perfparse-0.105.2/perfparse/storage.c:269: undefined reference to `g_path_get_basename' > collect2: ld returned 1 exit status > *** Error code 1 >=20 > Stop in /root/nagios/perfparse-0.105.2/perfparse (line 358 of Makefile). > *** Error code 1 >=20 > Stop in /root/nagios/perfparse-0.105.2 (line 361 of Makefile). > *** Error code 1 >=20 > Stop in /root/nagios/perfparse-0.105.2 (line 272 of Makefile). > # >=20 > I'm running OpenBSD 3.6 > glibc 1.2.10 devel >=20 > Please help. I can attach any other output if needed. >=20 > Bobby >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Bobby J. <bo...@pl...> - 2005-01-28 00:16:06
|
I uninstalled devel/glibc-1.2.10 and installed 2.4.5. Now I get another error, see below. Also forgot to mention before. This is perfparse 0.105.2 and 0.104.9 with the argv= line moved. I have gd 1.8.3 installed. The needed headers are in /usr/local/include and seem to have these funcions. My gcc is 2.95. gcc -g -O2 -Wall -o .libs/perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o -L/root/nagios/perfparse-0.104.9/libpp_mysql -L/root/nagios/perfparse-0.104.9/libpp_mysql/.libs -lpp_mysql -L/root/nagios/perfparse-0.104.9/libpp_common -L/root/nagios/perfparse-0.104.9/libpp_common/.libs -lpp_common -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -lz -lssl -lcrypto -L/usr/local/lib -lglib-2.0 -lintl -liconv -lm -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib/mysql perfchart_png-perfchart.o(.text+0x1e7): In function `main': /root/nagios/perfparse-0.104.9/cgi/perfchart.c:276: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text +0x211):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:277: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text +0x234):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:280: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text +0x261):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' ****cut****** perfchart_png-perfchart.o(.text +0x30c3):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:1720: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text +0x30e8):/root/nagios/perfparse-0.104.9/cgi/perfchart.c:1727: undefined reference to `gdImagePng' collect2: ld returned 1 exit status *** Error code 1 Stop in /root/nagios/perfparse-0.104.9/cgi (line 370 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.104.9 (line 356 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.104.9 (line 267 of Makefile). On Wed, 2005-01-26 at 17:27 -0700, Bobby Johnson wrote: > # ./configure --with-glib12=/usr/local/include/glib-1.2/ > --prefix=/usr/local --with-imagedir=/var/www/htdocs/nagios/share/images/ > --with-cgidir=/var/www/cgi-bin/nagios/ > --with-http_image_path=/nagios/images > > > *********CUT********** > > > # make > > ********CUT********* > > /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o perfparsed > perfparsed-perfparsed.o perfparsed-perfparse-common.o > perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o > perfparsed-storage_history.o -lz -L../libpp_common -lpp_common > -L../libnagios_perfdata_parser -lnagios_perfdata_parser -L/usr/local/lib > -lglib -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lm > gcc -g -O2 -Wall -o .libs/perfparsed perfparsed-perfparsed.o perfparsed-perfparse-common.o perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o perfparsed-storage_history.o -L/root/nagios/perfparse-0.105.2/libpp_common -L/root/nagios/perfparse-0.105.2/libpp_common/.libs -lpp_common -lz -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser/.libs -lnagios_perfdata_parser -L/usr/local/lib -lglib -lintl -liconv -lm -Wl,-rpath,/usr/local/lib > perfparsed-storage.o(.text+0x6cc): In function `storage_periodic_cleanup': > /root/nagios/perfparse-0.105.2/perfparse/storage.c:269: undefined reference to `g_path_get_basename' > collect2: ld returned 1 exit status > *** Error code 1 > > Stop in /root/nagios/perfparse-0.105.2/perfparse (line 358 of Makefile). > *** Error code 1 > > Stop in /root/nagios/perfparse-0.105.2 (line 361 of Makefile). > *** Error code 1 > > Stop in /root/nagios/perfparse-0.105.2 (line 272 of Makefile). > # > > I'm running OpenBSD 3.6 > glibc 1.2.10 devel > > Please help. I can attach any other output if needed. > > Bobby > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <bcl...@pe...> - 2005-01-27 17:23:12
|
Paulo, There should be nothing wrong with the mailing lists. Did you have any problem subscribing? I have forwarded this email to that group where Friedrich may be able to offer some more help. I think your problem sound like it may be ongoing development. Possibly a bug in the current version. You may have more luck with the a perfparsed method of data import, I believe that is better tested. I'll look at source code and see what I can find. Regards, Ben Paulo Afonso Graner Fessel wrote: > Hello Ben. > > I'm trying to use PerfParsw with PostgreSQL but until now I have no luck. > > I don't feel that's a problem with perfparse.cfg, as when I try to run > perfparse-log2any I get the following error: > > [root@nagiosdev bin]# ./perfparse-log2any > 2005/01/27 14:49:02 [ storage.c:61 25289 ] storage_postgresql > module failed to load > (msg='/usr/local/nagios/lib/libpp_storage_postgresql.so: undefined > symbol: iSQLCount') > > What is this symbol that isn't being exported to > libpp_storage_postgresql.so? The structure to which it belongs is > exactly the same as libpp_storage_mysql.so, and it loads without any > problems. > > I'm using Perfparse-0.105.2 with PostgreSQL 8.0, compiled at Mdk10.1. > > []'s > Paulo > > P.S.: Is there any problem with the Perfparse-Devel mailing list? > > *Paulo Afonso Graner Fessel* > /Administrador de Ambiente e Sistemas UNIX/ > pau...@pr... <mailto:pau...@pr...> > OWT > Fone: +55 (11) 3038-6554 > Fax: +55 (11) 3038-6508 > http://www.primesys.com.br <http://www.primesys.com.br/> > > > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Bobby J. <bo...@pl...> - 2005-01-27 00:26:54
|
# ./configure --with-glib12=/usr/local/include/glib-1.2/ --prefix=/usr/local --with-imagedir=/var/www/htdocs/nagios/share/images/ --with-cgidir=/var/www/cgi-bin/nagios/ --with-http_image_path=/nagios/images *********CUT********** # make ********CUT********* /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o perfparsed perfparsed-perfparsed.o perfparsed-perfparse-common.o perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o perfparsed-storage_history.o -lz -L../libpp_common -lpp_common -L../libnagios_perfdata_parser -lnagios_perfdata_parser -L/usr/local/lib -lglib -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lm gcc -g -O2 -Wall -o .libs/perfparsed perfparsed-perfparsed.o perfparsed-perfparse-common.o perfparsed-server_parser.o perfparsed-log_reader.o perfparsed-storage.o perfparsed-storage_history.o -L/root/nagios/perfparse-0.105.2/libpp_common -L/root/nagios/perfparse-0.105.2/libpp_common/.libs -lpp_common -lz -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser -L/root/nagios/perfparse-0.105.2/libnagios_perfdata_parser/.libs -lnagios_perfdata_parser -L/usr/local/lib -lglib -lintl -liconv -lm -Wl,-rpath,/usr/local/lib perfparsed-storage.o(.text+0x6cc): In function `storage_periodic_cleanup': /root/nagios/perfparse-0.105.2/perfparse/storage.c:269: undefined reference to `g_path_get_basename' collect2: ld returned 1 exit status *** Error code 1 Stop in /root/nagios/perfparse-0.105.2/perfparse (line 358 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.105.2 (line 361 of Makefile). *** Error code 1 Stop in /root/nagios/perfparse-0.105.2 (line 272 of Makefile). # I'm running OpenBSD 3.6 glibc 1.2.10 devel Please help. I can attach any other output if needed. Bobby |
From: Ben C. <bcl...@pe...> - 2005-01-25 15:21:21
|
Our friends at sourceforge have fixed their servers. Therefore the latest version is available for download at the usual places. Sorry for the problems, Regards, Ben -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Guillaume D. <gui...@tu...> - 2005-01-25 10:42:04
|
check_perfparse_version OK Perfparse Database Version Correct: 0.19. | pp_ver=3D0.19 true_ver=3D0.19 It's Ok now pp is working fine. Thanks gcc version : version gcc 3.3.5 (Debian 1:3.3.5-5) and in the new release : no problem... another thing in the docs in 5.3: "$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$ $SERVICEOUTPUT$ is more correct ? because output give "$" in my database :) > Interesting. > > Can you please try this: > > Edit the file libpp_mysql/db_macro_actions.c > > From line 95: can youi try adjusting this function by adding two lines > starting 'setlocale', to look like this: > > double getVersion() > { > double version; > char *s; > > setlocale(LC_NUMERIC, "POSIX"); > > s =3D getRegistry(REG_VER_HOST, REG_VER_KEY, 0); > > if (s && s[0]) { > version =3D atof(s); > } else { > version =3D DB_VERSION; > setVersion(version); > } > > setlocale(LC_NUMERIC, ""); > > return version; > > } > > Then 'make' and re-run your tests. Has this made any difference? > > Can you also tell me what version of 'gcc' you are running? > > Thanks, > > Ben. > > Guillaume Delecourt wrote: > > check_perfparse_version > > ERROR Database schema version is not correct. Current version 0,00 > > Required version 0.19 | pp_ver=3D0,00 true_ver=3D0.19 > > > > but : > > mysql> SELECT rvalue,ctime from perfdata_registry WHERE host =3D 'dummy' > > AND rkey =3D 'pp/database/version' > > -> ; > > +--------+---------------------+ > > > > | rvalue | ctime | > > > > +--------+---------------------+ > > > > | 0.19 | 2005-01-24 16:34:09 | > > > > +--------+---------------------+ > > 1 row in set (0.00 sec) > > > > On Monday 24 January 2005 16:07, Ben Clewett wrote: > >>Guillaume > >> > >>This is very odd. I've never seen this before, but I think I know where > >>the problem might be. > >> > >>Can you try running the program check_perfparse_version. Does this > >>return the same? > >> > >>More later, > >> > >>Ben > >> > >>Guillaume Delecourt wrote: > >>>Hello, > >>>I have this error with perfparse-0.104.9 (with any method) : > >>> > >>>2005/01/24 12:54:58 [ storage.c:95 592 ] Initialisation du modu= le > >>>storage_mysql effectu=E9e avec succ=E8s > >>>2005/01/24 12:54:58 [storage_mysql.c:143 592 ] Database schema > >>>version is not correct. > >>>Current version 0.18. Required version 0.18 > >>>Consider upgrading with perfparse-db-tool --update > >>> > >>>i try perfparse-db-tool --update but nothing changes... > >>> > >>>Thanks for any help, > >>>Guillaume. > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > >>>Tool for open source databases. Create drag-&-drop reports. Save time > >>>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > >>>Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >>>_______________________________________________ > >>>Perfparse-users mailing list > >>>Per...@li... > >>>https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. Save time > > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Perfparse-users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Ben C. <bcl...@pe...> - 2005-01-25 09:11:08
|
Latest version 0.105.2 is delayed due to sourceforge errors. Please try again later to download this excellent release. Ben. -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Ben C. <bcl...@pe...> - 2005-01-25 08:34:15
|
New version 0.105.2 First official release containing Friedrich Priewasser's PostgreSQL module. For more information, please visit: http://wiki.perfparse.org/tiki-view_forum_thread.php?comments_parentId=16&forumId=2 -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: Ben C. <bcl...@pe...> - 2005-01-24 21:29:48
|
Bergström Sorry, my fault. In the program cgi/perfgraph.c please move the code on line 75: argvInt[0] = argv[0]; To bellow the next paragraph, around line 86. Will be fixed in next release :) Ben Bergström Sebastian wrote: > Installing libglib2.0-dev helpes make to go much further but I still get a problem: > > host:~/perfparse-0.104.9# make > make all-recursive > make[1]: Entering directory `/root/perfparse-0.104.9' > Making all in intl > make[2]: Entering directory `/root/perfparse-0.104.9/intl' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/intl' > Making all in m4 > make[2]: Entering directory `/root/perfparse-0.104.9/m4' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/m4' > Making all in libnagios_perfdata_parser > make[2]: Entering directory `/root/perfparse-0.104.9/libnagios_perfdata_parser' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/libnagios_perfdata_parser' > Making all in libpp_common > make[2]: Entering directory `/root/perfparse-0.104.9/libpp_common' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_common' > Making all in libpp_mysql > make[2]: Entering directory `/root/perfparse-0.104.9/libpp_mysql' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_mysql' > Making all in modules > make[2]: Entering directory `/root/perfparse-0.104.9/modules' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/modules' > Making all in perfparse > make[2]: Entering directory `/root/perfparse-0.104.9/perfparse' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/perfparse' > Making all in db_tools > make[2]: Entering directory `/root/perfparse-0.104.9/db_tools' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/root/perfparse-0.104.9/db_tools' > Making all in cgi > make[2]: Entering directory `/root/perfparse-0.104.9/cgi' > source='perfgraph.c' object='perfparse_cgi-perfgraph.o' libtool=no \ depfile='.deps/perfparse_cgi-perfgraph.Po' tmpdepfile='.deps/perfparse_cgi-perfgraph.TPo' \ depmode=gcc /bin/sh ../depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I'/usr/include/mysql' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../libpp_common -I../libpp_mysql -I.. '-DLOCALEDIR="/usr/local/nagios/share/locale"' '-DSYSCONFDIR="/usr/local/nagios/etc"' -g -O2 -Wall -c -o perfparse_cgi-perfgraph.o `test -f 'perfgraph.c' || echo './'`perfgraph.c > perfgraph.c: In function `main': > perfgraph.c:75: parse error before `int' > perfgraph.c:93: `options' undeclared (first use in this function) > perfgraph.c:93: (Each undeclared identifier is reported only once > perfgraph.c:93: for each function it appears in.) > perfgraph.c: In function `displayDatabaseError': > perfgraph.c:271: warning: use of `l' length character with `f' type character > make[2]: *** [perfparse_cgi-perfgraph.o] Error 1 > make[2]: Leaving directory `/root/perfparse-0.104.9/cgi' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/perfparse-0.104.9' > make: *** [all] Error 2 > > Any kind of solution/idea are welcome. > > -----Original Message----- > From: Yves [mailto:yme...@pe...] > Sent: den 24 januari 2005 17:11 > To: per...@li... > Subject: Re: [Perfparse-users] Problem with make - perfparse 0.104.9 > > A package called libglib2.0-dev is probably missing. > The missing file comes from glib. > > > >>config_file.c:40: glib.h: No such file or directory > > > Yves > |
From: <Seb...@ku...> - 2005-01-24 18:14:39
|
Installing libglib2.0-dev helpes make to go much further but I still get = a problem: host:~/perfparse-0.104.9# make make all-recursive make[1]: Entering directory `/root/perfparse-0.104.9' Making all in intl make[2]: Entering directory `/root/perfparse-0.104.9/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/intl' Making all in m4 make[2]: Entering directory `/root/perfparse-0.104.9/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/m4' Making all in libnagios_perfdata_parser make[2]: Entering directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' Making all in libpp_common make[2]: Entering directory `/root/perfparse-0.104.9/libpp_common' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_common' Making all in libpp_mysql make[2]: Entering directory `/root/perfparse-0.104.9/libpp_mysql' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_mysql' Making all in modules make[2]: Entering directory `/root/perfparse-0.104.9/modules' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/modules' Making all in perfparse make[2]: Entering directory `/root/perfparse-0.104.9/perfparse' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/perfparse' Making all in db_tools make[2]: Entering directory `/root/perfparse-0.104.9/db_tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/db_tools' Making all in cgi make[2]: Entering directory `/root/perfparse-0.104.9/cgi' source=3D'perfgraph.c' object=3D'perfparse_cgi-perfgraph.o' libtool=3Dno = \ depfile=3D'.deps/perfparse_cgi-perfgraph.Po' = tmpdepfile=3D'.deps/perfparse_cgi-perfgraph.TPo' \ depmode=3Dgcc /bin/sh = ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I'/usr/include/mysql' = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../libpp_common = -I../libpp_mysql -I.. '-DLOCALEDIR=3D"/usr/local/nagios/share/locale"' = '-DSYSCONFDIR=3D"/usr/local/nagios/etc"' -g -O2 -Wall -c -o = perfparse_cgi-perfgraph.o `test -f 'perfgraph.c' || echo = './'`perfgraph.c perfgraph.c: In function `main': perfgraph.c:75: parse error before `int' perfgraph.c:93: `options' undeclared (first use in this function) perfgraph.c:93: (Each undeclared identifier is reported only once perfgraph.c:93: for each function it appears in.) perfgraph.c: In function `displayDatabaseError': perfgraph.c:271: warning: use of `l' length character with `f' type = character make[2]: *** [perfparse_cgi-perfgraph.o] Error 1 make[2]: Leaving directory `/root/perfparse-0.104.9/cgi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/perfparse-0.104.9' make: *** [all] Error 2 Any kind of solution/idea are welcome. -----Original Message----- From: Yves [mailto:yme...@pe...]=20 Sent: den 24 januari 2005 17:11 To: per...@li... Subject: Re: [Perfparse-users] Problem with make - perfparse 0.104.9 A package called libglib2.0-dev is probably missing. The missing file comes from glib. > config_file.c:40: glib.h: No such file or directory 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://perfparse.sf.net/ - ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting = Tool for open source databases. Create drag-&-drop reports. Save time by = over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Yves <yme...@pe...> - 2005-01-24 16:11:26
|
A package called libglib2.0-dev is probably missing. The missing file comes from glib. > config_file.c:40: glib.h: No such file or directory 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://perfparse.sf.net/ - |
From: <Seb...@ku...> - 2005-01-24 16:02:44
|
I use Debian v.3.0 with all current updates. The Perfparse version I'm trying to install is: 0.104.9. Perfparse was = configured typing: ./configure --prefix=3D/usr/local/nagios = --with-imagedir=3D/usr/local/nagios/share/images/ = --with-cgidir=3D/usr/local/nagios/sbin = --with-http_image_path=3D/nagios/images Everything seems ok so far. The problem appears when I try to do a make: host:~/perfparse-0.104.9# make make all-recursive make[1]: Entering directory `/root/perfparse-0.104.9' Making all in intl make[2]: Entering directory `/root/perfparse-0.104.9/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/intl' Making all in m4 make[2]: Entering directory `/root/perfparse-0.104.9/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/m4' Making all in libnagios_perfdata_parser make[2]: Entering directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' Making all in libpp_common make[2]: Entering directory `/root/perfparse-0.104.9/libpp_common' source=3D'config_file.c' object=3D'libpp_common_la-config_file.lo' = libtool=3Dyes \ depfile=3D'.deps/libpp_common_la-config_file.Plo' = tmpdepfile=3D'.deps/libpp_common_la-config_file.TPlo' \ depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. = '-DLIBDIR=3D"/usr/local/lib"' '-DLOCALSTATEDIR=3D"/usr/local/var"' = '-DSYSCONFDIR=3D"/usr/local/etc"' '-DPREFIX=3D"/usr/local"' = '-DLOCALEDIR=3D"/usr/local/share/locale"' -I.. -g -O2 -Wall -c -o = libpp_common_la-config_file.lo `test -f 'config_file.c' || echo = './'`config_file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBDIR=3D\"/usr/local/lib\" = -DLOCALSTATEDIR=3D\"/usr/local/var\" -DSYSCONFDIR=3D\"/usr/local/etc\" = -DPREFIX=3D\"/usr/local\" -DLOCALEDIR=3D\"/usr/local/share/locale\" -I.. = -g -O2 -Wall -c config_file.c = -Wp,-MD,.deps/libpp_common_la-config_file.TPlo -fPIC -DPIC -o = .libs/libpp_common_la-config_file.o config_file.c:40: glib.h: No such file or directory make[2]: *** [libpp_common_la-config_file.lo] Error 1 make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_common' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/perfparse-0.104.9' make: *** [all] Error 2 The libpp_common_la-config_file.lo file doesn't exist, however a file = named: libpp_common_la-config_file.loT does. Copying the latter and = altering the extension to .lo helps make to progress a bit further. I'm = unsure if I really should try to rename the files but it seems that make = accepts the correct filenames and progresses further, however I come to = a dead end after renaming several files: make[2]: *** [perfparse_log2any-perfparse-log2any.o] Error 1 I can't find anything wrong with that file and since it feels wrong to = start renaming files in the first place I start hesitate. Any id=E9as? ---------------------------------------------- Sebastian Bergstroem Technical coordinator Kunskapsskolan i Sverige AB seb...@ku... -----------------------------------------------=20 |
From: Ben C. <bcl...@pe...> - 2005-01-24 15:51:48
|
Interesting. Can you please try this: Edit the file libpp_mysql/db_macro_actions.c From line 95: can you try adjusting this function by adding two lines starting 'setlocale', to look like this: double getVersion() { double version; char *s; setlocale(LC_NUMERIC, "POSIX"); s = getRegistry(REG_VER_HOST, REG_VER_KEY, 0); if (s && s[0]) { version = atof(s); } else { version = DB_VERSION; setVersion(version); } setlocale(LC_NUMERIC, ""); return version; } Then 'make' and re-run your tests. Has this made any difference? Can you also tell me what version of 'gcc' you are running? Thanks, Ben. Guillaume Delecourt wrote: > check_perfparse_version > ERROR Database schema version is not correct. Current version 0,00 Required > version 0.19 | pp_ver=0,00 true_ver=0.19 > > but : > mysql> SELECT rvalue,ctime from perfdata_registry WHERE host = 'dummy' AND > rkey = 'pp/database/version' > -> ; > +--------+---------------------+ > | rvalue | ctime | > +--------+---------------------+ > | 0.19 | 2005-01-24 16:34:09 | > +--------+---------------------+ > 1 row in set (0.00 sec) > > > > > On Monday 24 January 2005 16:07, Ben Clewett wrote: > >>Guillaume >> >>This is very odd. I've never seen this before, but I think I know where >>the problem might be. >> >>Can you try running the program check_perfparse_version. Does this >>return the same? >> >>More later, >> >>Ben >> >>Guillaume Delecourt wrote: >> >>>Hello, >>>I have this error with perfparse-0.104.9 (with any method) : >>> >>>2005/01/24 12:54:58 [ storage.c:95 592 ] Initialisation du module >>>storage_mysql effectuée avec succès >>>2005/01/24 12:54:58 [storage_mysql.c:143 592 ] Database schema >>>version is not correct. >>>Current version 0.18. Required version 0.18 >>>Consider upgrading with perfparse-db-tool --update >>> >>>i try perfparse-db-tool --update but nothing changes... >>> >>>Thanks for any help, >>>Guillaume. >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting >>>Tool for open source databases. Create drag-&-drop reports. Save time >>>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. >>>Download a FREE copy at http://www.intelliview.com/go/osdn_nl >>>_______________________________________________ >>>Perfparse-users mailing list >>>Per...@li... >>>https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > 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: Guillaume D. <gui...@tu...> - 2005-01-24 15:37:10
|
check_perfparse_version ERROR Database schema version is not correct. Current version 0,00 Required= =20 version 0.19 | pp_ver=3D0,00 true_ver=3D0.19 but : mysql> SELECT rvalue,ctime from perfdata_registry WHERE host =3D 'dummy' AN= D=20 rkey =3D 'pp/database/version' -> ; +--------+---------------------+ | rvalue | ctime | +--------+---------------------+ | 0.19 | 2005-01-24 16:34:09 | +--------+---------------------+ 1 row in set (0.00 sec) On Monday 24 January 2005 16:07, Ben Clewett wrote: > Guillaume > > This is very odd. I've never seen this before, but I think I know where > the problem might be. > > Can you try running the program check_perfparse_version. Does this > return the same? > > More later, > > Ben > > Guillaume Delecourt wrote: > > Hello, > > I have this error with perfparse-0.104.9 (with any method) : > > > > 2005/01/24 12:54:58 [ storage.c:95 592 ] Initialisation du module > > storage_mysql effectu=E9e avec succ=E8s > > 2005/01/24 12:54:58 [storage_mysql.c:143 592 ] Database schema > > version is not correct. > > Current version 0.18. Required version 0.18 > > Consider upgrading with perfparse-db-tool --update > > > > i try perfparse-db-tool --update but nothing changes... > > > > Thanks for any help, > > Guillaume. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. Save time > > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Perfparse-users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Ben C. <bcl...@pe...> - 2005-01-24 15:09:46
|
Guillaume This is very odd. I've never seen this before, but I think I know where the problem might be. Can you try running the program check_perfparse_version. Does this return the same? More later, Ben Guillaume Delecourt wrote: > Hello, > I have this error with perfparse-0.104.9 (with any method) : > > 2005/01/24 12:54:58 [ storage.c:95 592 ] Initialisation du module > storage_mysql effectuée avec succès > 2005/01/24 12:54:58 [storage_mysql.c:143 592 ] Database schema version is > not correct. > Current version 0.18. Required version 0.18 > Consider upgrading with perfparse-db-tool --update > > i try perfparse-db-tool --update but nothing changes... > > Thanks for any help, > Guillaume. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > 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: Guillaume D. <gui...@tu...> - 2005-01-24 12:50:54
|
Hello, I have this error with perfparse-0.104.9 (with any method) : 2005/01/24 12:54:58 [ =A0 storage.c:95 =A0 =A0592 =A0 ] Initialisation du m= odule=20 storage_mysql effectu=E9e avec succ=E8s 2005/01/24 12:54:58 [storage_mysql.c:143 =A0 592 =A0 ] Database schema vers= ion is=20 not correct. Current version 0.18. =A0Required version 0.18 Consider upgrading with perfparse-db-tool --update=20 i try perfparse-db-tool --update but nothing changes... Thanks for any help, Guillaume. |
From: Ben C. <bcl...@pe...> - 2005-01-24 10:55:57
|
You may complete this your self from the URI: http://sourceforge.net/mail/?group_id=109355 Regards, Ben :) dew...@fr... wrote: > > hello, > > is it possible to add me to these mailing lists please? > > thank you > > rémi dewynter > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-devel > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |
From: <dew...@fr...> - 2005-01-24 10:41:29
|
hello, is it possible to add me to these mailing lists please? thank you r=E9mi dewynter |
From: Horvath T. <zs...@ax...> - 2005-01-20 17:17:43
|
Hi List! I think the FAQ ( http://wiki.perfparse.org/tiki-view_faq.php?faqId=5#q21 ), which was mentioned by Ben and the two suggestions from Yves is very important. In my opinion it is important enough to included in a separate topic in the main PP website (http://perfparse.sourceforge.net/). Why? For instance in my scenario was the following: I looked for a chart add-on for Nagios. I read information about lot of them, and chose two, or three candidates. But I have no clue which one will satisfies my needs best. I chose PP because it can store raw data (and it has other nice features also:) ). But all of my colleges and managers know only MRTG or RRDTool. My customer - whose network is monitored by our company - also. I needed some argument to convince them. I think lot of people will chose PP if they know these information. And another important thing: if someone choose PP in a way that he or she is aware of these information, he or she would not complain of PP not satisfying his/her needs, etc. Thanks, Tamas! |
From: Yves <yme...@pe...> - 2005-01-20 11:29:34
|
This is working :) Let me introduce Bruno and R=E9mi (I don't know if R=E9mi has subscribed = yet). They are both working in the same company as me. As I said earlier in this mailing-list= , I don't have too much time any more for perfparse. But I have time to work with Bruno = and Remi and help them to contribute. They are both new in nagios and perfparse, but they can work full time on= that. No doubt they will soon be able to contribute. They are also both new in contributing to free software and they will lea= rn that development model. They will probably need some help soon. I will do what= I can. Please also help them when you can. Yves > > Bonjour , > > Sur la demande express de yves, je viens m'inscrire sur la mailing list= e de > perfparse . > Merci de me confirmer que cela est fait . > > Cordialement > > Bruno Marcilly > > /................... > > Hello, > > According to Yves Mettier , could i subscribe to the perfparse's mailin= g > list ? > Thank you, to confirm to me , when it's ok . > > Bests regards > > Bruno Marcilly > > This e-mail and any attachment is for authorised use by the intended re= cipient(s) only. > It may contain proprietary material, confidential information and/or be= subject to legal > privilege. It should not be copied, disclosed to, retained or used by, = any other party. > If you are not an intended recipient then please promptly delete this e= -mail and any > attachment and all copies and inform the sender. Thank you. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > 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-20 11:19:50
|
Bienvenue à la liste d'expédition. Ben. PS, I hope my translator works, my own French is a little basic. Marcilly, Bruno wrote: > Bonjour , > > Sur la demande express de yves, je viens m'inscrire sur la mailing liste de > perfparse . > Merci de me confirmer que cela est fait . > > Cordialement > > Bruno Marcilly > > /................... > > Hello, > > According to Yves Mettier , could i subscribe to the perfparse's mailing > list ? > Thank you, to confirm to me , when it's ok . > > Bests regards > > Bruno Marcilly > > This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Marcilly, B. <Bru...@lo...> - 2005-01-20 11:12:17
|
Bonjour , Sur la demande express de yves, je viens m'inscrire sur la mailing liste de perfparse . Merci de me confirmer que cela est fait . Cordialement Bruno Marcilly /................... Hello, According to Yves Mettier , could i subscribe to the perfparse's mailing list ? Thank you, to confirm to me , when it's ok . Bests regards Bruno Marcilly This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. |
From: Yves <yme...@pe...> - 2005-01-19 18:11:09
|
> I have, as you know, been reticent about RRD. I have written my reason= s > down here: > > http://wiki.perfparse.org/tiki-view_faq.php?faqId=3D5#q21 I asked Ben to update that document with the following : There are 2 kind of needs for perfparse. 1/ need to see what happened yesterday, of few days ago, on a graph, and = only thanks to a graph. There is a storage module that allows an export of data into a f= ormat friendly to gnuplot. This should fit most of your needs already. If somebody implements a storage module for rrdtool, this should not be t= oo hard to do, and it should also fit that need : fill the RRD database, and use your ow= n tools to ask rrdtool to make the graph. 2/ need to store data for long-term, and then make statistics and reports= (including graphs). You must use a database for that. There is no way to use a rrd f= ile. Ben explains this well in his FAQ. In other words, Ben and many will be very happy with a rrd storage module= is somebody wants to contribute. But it will not replace the database. Last thing : one of the latest version of Perfparse I contributed to (0.1= 04.8 or 0.104.9 ?) allows to compile with no database support. With no database support, = you get only 20% of the features of perfparse. With RRD support, those 20% would be re= ally more friendly than now. 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://perfparse.sf.net/ - |
From: Sean H. <SHa...@nw...> - 2005-01-19 16:52:14
|
Does anyone have some words of wisdom regarding Nagios 2.0 beta? I need to rebuild my old nagios server, and I'd like to try Nagios 2.0. Has anyone had success with Nagios 2 and perfmon yet? Sean Harbour Network Engineer Northwest Regional ESD 503-614-1448 sha...@nw... |
From: Ben C. <bcl...@pe...> - 2005-01-19 09:07:53
|
Cook, Garry wrote: > Thank you Ben for the kind words. All meant well. A bad web site and poor documentation has killed many a good product in the past. Our success is your work :) > While I was initially able to contribute quite a bit to the documentation of PP, I have > fallen back from the project over the past few months. This is due to many things, > such as moving my office to a new location, moving my family to a new home, > holidays, snowboarding season, and most recently family issues that require cross > country travel in the next few weeks and quite possibly searching for a new position > outside of my current organization. I can understand snowboarding instead of coding all day. Or in my case, taking a motorbike across Europe. :) I hope things go well for you, please keep in contact. > Additionally, my Nagios/MRTG server was just not beefy enough to also handle the > MySQL DB, so I have not even used some of the newer versions of PP. At this time I > have acquired a new server specifically for MySQL, and hope to lend a hand to > developers again in the future. When? I'm still not sure, but hopefully sooner rather > than later. Sounds great! That should make a huge difference. > One thing that I would like to see is the addition of RRD storage of metrics. I'm not > even sure if the current development track will allow for this, but I intend to > investigate this if someone else does not. Perhaps some folks can add their thoughts > on this issue... I have, as you know, been reticent about RRD. I have written my reasons down here: http://wiki.perfparse.org/tiki-view_faq.php?faqId=5#q21 This is not to say we will not do this. Just that I remain unconvinced that this is the correct storage method for PP. But I respect the needs of our users, and if this is what they demand... > Thanks to everyone that Ben has mentioned below. I'm sure that when I get back to > work with PP it will be all the more impressive than it was a few months ago. > > Many thanks are also due to Yves, who has contributed quite a bit to make PP the > project that it is today. I'm sorry to see that you will not be able to contribute as much > in the future, although it sounds like you will not fall back completely as I have at this > point. Thanks for everything you have contributed, I look forward to anything you can give us in the future. Good luck with your own future projects, Ben. > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.273.5050 (Office) - 720.220.1862 (Mobile) > > per...@li... wrote: > >>Dear PerfParse users and developers, >> >>There are quite a few people working on various parts of the project >>today. I think it's time we all introduced our selves, and said a >>little about where we would like to take our project. >> >>To help this, I'll like people who have been involved >>recently. I hope >>some of you may reply to this and let us know a little more >>about your >>current activity. >> >>Starting with our two newest members: >> >>Benoit and Guillaume. >> >>They will be working to bring PP to Debian. If they are on these >>mailing lists, maybe they can say a little more. >> >> >>Now our oldest members: >> >>Ben, Garry, Yves. >> >>My self, I started this project in order to answer a posting on the >>nagios-plugin mailing list, around May 2003. The entire project was >>then just one line of code. Something like: >> >>tail -f serviceperf.log | awk | mysql >> >>I then wrote PP as a demo and for my personal use. This very soon >>became PerfParse with the encouragement of many users. >> >>Garry joined and turned my attempt at a web site into the professional >>looking site we now have. He also provides some great documentation. >>I am sure most of our users found PP through Garry's documents. I >>thank him that the projects early success. >> >>Yves re-wrote a lot of the code, as well as building the >>product into a >> GNU automake environment, internationalizing the code, and >>making the >>code more modular. Without his help the product I am sure >>would have >>never developed into anything like it's current state. His >>needs and >>my needs are different, which gives the project the ability >>to answer to >>many users needs. >> >>Other members: >> >>Flo Gleixner. >> >>Flo described him self as a 'slow coder'. From his workings >>so far on >>tiki/wiki and perfparse, this can be his only short falling. >>His work >>is as good as the best coder you are likely to meet. Flo is >>working on >>a php front end for PerfParse, using similar methods as tiki/wiki. A >>suggested goal to merge Nagios PP into a wiki type product, giving to >>the user the ability and advantages of all systems. >> >>Rene Grabner. >> >>Rene is working to translate the documents into German. >> >>Tim Wuyts. >> >>Tim has contributed many ideas, as well as some scripts to >>the product. >>Most recently he has given us the Raw Data Summary storage. >>This will >>greatly enhance the product. >> >>Friedrich Priewasser >> >>Friedrich is working on a conversion to PostgreSQL, which should be >>released sometime very soon. I am sure this will open >>PerfParse to many >>new users. >> >>Massimiliano Minniti >> >>Massimiliano is looking into a conversion to Oracle storage. >> >>Carsten Franke >> >>Translation of PerfParse into German. >> >>Jeff Scott >> >>Who kindly donated domains including perfparse.org. >> >>Thanks as well to all the other members who have contributed time, >>testing, ideas and code to the project. Including in no order: >> >>Charles Allred, Chris Donovan, Dirk Beer, Ethan Galstad, James >>Greenhalgh, James Ochs, Jon Lyons, Julian Touche, Darren Kemp, >>Krzemiński Krzysztof, Marcos & Marcelo, Norbert Wiedeke, >>Philipp Sand, >>Sebastien Guilbaud and Ton Voon. >> >>My personal thanks to you all. >> >>Regards, Ben. > > > > > ------------------------------------------------------- > 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-announce mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-announce > -- Ben Clewett bcl...@pe... PerfParse http://www.perfparse.org PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php |