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: Yves M. <yme...@li...> - 2004-09-27 10:05:35
|
Plugins that return perf data should output it after a | character. After that character, the syntax is : label=3DvalueUOM;[warning range];[critical range];[min];[max] So the answer is no. More and better information about the syntax here (from nagios plugins do= cumentation) : http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 Yves > Hello > I'm using check_snmp_load.pl to monitor the load on several hosts and > also using check_snmp_storage.pl to monitor the disks on these hosts. > > Now PerfParse does not "grab" the data outputted by these plugins but I > was wandering if there was a plan to change these plugins for perfparse > ? > > or even : what format does perfparse want its data ? > > example output from plugins: > 1096278425 pax.xxx.is Disk Storage /var /var : 6 %used > (242Mb/4030Mb) (< 95) : OK OK > 1096278435 rex.xxx.is CPU Load Load : 1.20 1.28 1.23 : > OK OK > > > -- > Kve=C3=B0ja > Arnar =C3=9E=C3=B3rarinsson > > T=C3=B6lvunarfr=C3=A6=C3=B0ingur > Kerfisdeild > S=C3=ADmi : 569 4289 > GSM : 861 2871 > ---------------------- > Flugm=C3=A1lastj=C3=B3rn =C3=8Dslands > Reykjav=C3=ADkurflugv=C3=B6llur > 121 Reykjav=C3=ADk > http://www.caa.is > ---------------------- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > 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/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Arnar T. <ar...@ca...> - 2004-09-27 09:50:43
|
Hello I'm using check_snmp_load.pl to monitor the load on several hosts and also using check_snmp_storage.pl to monitor the disks on these hosts. Now PerfParse does not "grab" the data outputted by these plugins but I was wandering if there was a plan to change these plugins for perfparse ? or even : what format does perfparse want its data ? example output from plugins: 1096278425 pax.xxx.is Disk Storage /var /var : 6 %used (242Mb/4030Mb) (< 95) : OK OK 1096278435 rex.xxx.is CPU Load Load : 1.20 1.28 1.23 : OK OK -- Kveðja Arnar Þórarinsson Tölvunarfræðingur Kerfisdeild Sími : 569 4289 GSM : 861 2871 ---------------------- Flugmálastjórn Íslands Reykjavíkurflugvöllur 121 Reykjavík http://www.caa.is ---------------------- |
From: Korosi, N. <NK...@in...> - 2004-09-25 23:05:35
|
I'm having trouble compiling Perfparse-0.100.6 and notice a number of = references to "undefined reference to 'sql_escape'" right before exiting = with an error. ********************** perfparse-perfparse.o: In function `save_raw_data': .../perfparse/perfparse.c:682: undefined reference to `sql_escape' .../perfparse/perfparse.c:684: undefined reference to `sql_escape' .../perfparse/perfparse.c:686: undefined reference to `sql_escape' .../perfparse/perfparse.c:696: undefined reference to `sql_escape' .../perfparse/perfparse.c:698: undefined reference to `sql_escape' perfparse-perfparse.o:.../perfparse/perfparse.c:711: more undefined = references to `sql_escape' follow collect2: ld returned 1 exit status make[2]: *** [perfparse] Error 1 make[2]: Leaving directory `.../perfparse' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `.../' make: *** [all] Error 2 ********************** Anybody have any ideas? Is sql_escape() a user defined function? I = can't seem to find where it's defined, or is there a ./configure option = I'm missing? Thanks, Nick |
From: Jason T. <Jas...@pl...> - 2004-09-23 17:46:33
|
I currently have the same issue. Running Nagios v1.2 and Perpfarse 0.100.6 =20 Wondering what others out there are doing about: =20 1. serviceperf.log deletion (and hostperf.log) Should I be handling this via logrotate.d ? For some reason, I have the = Perfparse.sh running every 15 minutes as suggested and my perfparse.cfg = looks good. =20 # Performance Data Log Files: Delete_Service_Log =3D "Yes" Service_Log =3D "/usr/local/nagios/var/serviceperf.log" Delete_Host_Log =3D "Yes" Host_Log =3D "/usr/local/nagios/var/hostperf.log" However perfparse is not emptying the file out. Apparently it looks = like perfparse is HUPPing the nagios process every 15 minutes (whatever = your cron is set up). Any suggestions? =20 2. What are others doing regarding db size? My db is growing at an = alarming rate .... and probably will need to port the MySQL server onto = another machine. =20 Jason T. =20 -----Original Message----- From: per...@li... = [mailto:per...@li...]On Behalf Of = Bertinelli Massimo Sent: Thursday, September 23, 2004 1:45 AM To: 'per...@li...' Subject: [Perfparse-users] Performance data log files deletion and = nagios problem I use nagios 1.2 and perfparse Version 0.100.6. Schema Version 0.14 on = Rh 9b. When I enable deletion of service_log and Host_log ,Nagios ,in random = time,kill and say me this on tac.cgi: "warning monitoring process may not be running" . I haved controlled the right path in perfparse.cfg for: serviceperf.log hostperf.log Nagios_lock. Someone have this problem ?Someone have an idea? Someone can Help me? =20 If don't enable this on cfg file all work fine. :- ) =20 Thanks=20 Massimo Bertinelli =20 =20 =20 |
From: Bertinelli M. <Ber...@an...> - 2004-09-23 08:47:50
|
I use nagios 1.2 and perfparse Version 0.100.6. Schema Version 0.14 on Rh 9b. When I enable deletion of service_log and Host_log ,Nagios ,in random time,kill and say me this on tac.cgi: "warning monitoring process may not be running" . I haved controlled the right path in perfparse.cfg for: serviceperf.log hostperf.log Nagios_lock. Someone have this problem ?Someone have an idea? Someone can Help me? If don't enable this on cfg file all work fine. :- ) Thanks Massimo Bertinelli |
From: Jason T. <Jas...@pl...> - 2004-09-22 18:36:24
|
Hello folks, I've been able to get check_nt to work with perfparse...but just can't = seem to get a working check_ping or check_fping that has the ability to = output perfdata. I downloaded the lastest cvs check_ping.c and compilled it...but no = perfdata. For check_fping, I'm not able to compile that. Does anyone have a = working binary they can share? I'm running redhat 9 and nagios v 1.2. (but I'm sure check_fping for other versions of redhat should work) Thanks, Jason Truong Plumtree Software email: jas...@pl... (415) 399-7006 |
From: Ben C. <Be...@cl...> - 2004-09-16 07:40:54
|
New version 0.100.6. Version from yesterday would not compile cleanly on some systems. This version does. There are no other changes to version 0.100.5. Please enjoy! Ben |
From: Ben C. <Be...@cl...> - 2004-09-15 08:56:38
|
New version 0.100.5. This version adds competent date selection to the raw history reports. The also fixes a bug in the same report where summary only reported bad data. Regards, Ben. |
From: Ben C. <Be...@cl...> - 2004-09-15 07:15:26
|
Steinbacher, It is likely you are not producing performance data, just the text=20 output from your plugins. If you run one of your plugins from the=20 command prompt, you should see the performance data beyond the '|'. Have a look at the documentation as there are many reasons for this.=20 But I would suggest starting by downloading the latest nightly snapshot=20 of plugins and seeing whether that fixes your problem. Regards, Ben Steinbacher Manfred wrote: > Hello >=20 > =20 >=20 > I have succesfully installed PerfParse 0.100.4 and Nagios 1.2. >=20 > When I start this tool I only see any data when I select "View Raw=20 > Plugin Data."! All other Analysis Options are empty. >=20 > =20 >=20 > The script perfparse.sh run also successfully. >=20 > =20 >=20 > Has anyone an idea what=B4s wrong! >=20 > =20 >=20 > Thanks >=20 > manfred >=20 > =20 >=20 > Best Regards >=20 > Mit freundlichen Gr=FCssen >=20 > Manfred Steinbacher >=20 > =20 >=20 > Fa. Karl Scheucher GesmbH >=20 > Zehensdorf 29 >=20 > A-8092 Mettersdorf >=20 > =20 >=20 > Phone: +43 3477 2330 64 >=20 > Mobil: +43 664 8273540 >=20 > Fax: +43 3477 2330 49 >=20 > Mailto: man...@sc...=20 > <mailto:man...@sc...> >=20 > =20 >=20 > ********************************************************************* >=20 > CONFIDENTIAL >=20 > The contents of this email and any attachments may be confidential. It= =20 > is intended for the named recipient(s) only. If you are not the named=20 > recipient, please notify the sender immediately and do not disclose the= =20 > contents to any other person or make any copies. >=20 > =20 >=20 > This footnote also confirms that this email message has been swept for=20 > the presence of computer viruses. >=20 > ********************************************************************* >=20 > =20 >=20 |
From: Steinbacher M. <man...@sc...> - 2004-09-14 20:43:32
|
Hello =20 I have succesfully installed PerfParse 0.100.4 and Nagios 1.2. When I start this tool I only see any data when I select "View Raw = Plugin Data."! All other Analysis Options are empty. =20 The script perfparse.sh run also successfully. =20 Has anyone an idea what=B4s wrong! =20 Thanks=20 manfred =20 Best Regards Mit freundlichen Gr=FCssen Manfred Steinbacher =20 Fa. Karl Scheucher GesmbH Zehensdorf 29 A-8092 Mettersdorf =20 Phone: +43 3477 2330 64 Mobil: +43 664 8273540 Fax: +43 3477 2330 49 Mailto: <mailto:man...@sc...> man...@sc... =20 ********************************************************************* CONFIDENTIAL The contents of this email and any attachments may be confidential. It = is intended for the named recipient(s) only. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to any other person or make any copies. =20 This footnote also confirms that this email message has been swept for = the presence of computer viruses. ********************************************************************* =20 |
From: Ben C. <Be...@cl...> - 2004-09-14 11:34:38
|
Tim Wuyts wrote: > All, > I've seen it a couple of times on the mailing list, and now it's happening > to me... > > The perfparse-db-tool does not do anything. > > I've just compiled perfparse on a new machine (hint: could you please add a > list of necessary libraries to the docs :) ), installed the db schema with > the create script. Next I'm running the db-tool with the --update option. No > output whatsoever. There is nothing in the database (I would have exepected > the db update to enter things in the perfdata_state table). Hi Tim, The 'upgrade' option checks your tables are up to date. However the supplied script as always kept up to date. I would expect this tool not to have any effect on a new installation. > Did some investigating: > - when db-tool checks the version, it returns the CURRENT version if the > perfdata_state table is empty. So the db-tool thinks all is fine, and does > nothing (a little output in the style 'db is up to date' might come in > handy!) > - when you run perfparse for the first time, it complains about the db > version NOT being correct. Before checking the version, Perfparse writes a > new record to the perfdata_state table, which sets the version field to 0! > - run the db-tool again. And now it DOES update the database, because the > version is 0, not an empty row. > > Problem solved :) It seems you have found a hole in the system... The 'version' field in this table is legacy and will be moved to the 'registry' table in later versions, where it will be correctly updated on an 'upgrade'. Hopefully solving this. We will take your advice and be a little bit more verbose about what the upgrade is doing, if you believe users would benefit from this. Thanks for finding this hole, please enjoy using PP :) Ben > > Happy Perf-parsing, > Tim > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Tim W. <tim...@pi...> - 2004-09-14 09:07:25
|
All, I've seen it a couple of times on the mailing list, and now it's happening to me... The perfparse-db-tool does not do anything. I've just compiled perfparse on a new machine (hint: could you please add a list of necessary libraries to the docs :) ), installed the db schema with the create script. Next I'm running the db-tool with the --update option. No output whatsoever. There is nothing in the database (I would have exepected the db update to enter things in the perfdata_state table). Did some investigating: - when db-tool checks the version, it returns the CURRENT version if the perfdata_state table is empty. So the db-tool thinks all is fine, and does nothing (a little output in the style 'db is up to date' might come in handy!) - when you run perfparse for the first time, it complains about the db version NOT being correct. Before checking the version, Perfparse writes a new record to the perfdata_state table, which sets the version field to 0! - run the db-tool again. And now it DOES update the database, because the version is 0, not an empty row. Problem solved :) Happy Perf-parsing, Tim |
From: Yves M. <yme...@li...> - 2004-09-13 14:11:59
|
Hi, I saw no answer to that mail, and I've been too busy to answer. You have PING, FTP, HTTP and OS DRIVE For PING, the syntax "Packet loss 0%" is not OK. That's probably why. For OS DRIVE, maybe it's a bug that Julien Touche noticed recently. Lates= t version should fix it. If the problem is in the plugins, I hope somebody can answer you better. Please tell us if the problem is already fixed, and if not, if the latest= version changes anything. Yves > All, > > > > I have updated the Nagios Plugins to the latest CVS build this morning > and everything is running fine. My question is that I am the following > data from the service-perfdata.out file: > > > > 1094142516 bellsouth.net-burkes PING PING OK - Packet loss 0= %, RTA =3D 93.93 ms > OK > > 1094142526 black PING PING WARNING - Packet loss =3D 0%, RTA = 129.92 ms > WARNING > > 1094142526 dh01 OS DRIVE C:\ - total: 8.46 Gb - used: > 3.54 Gb (42%) - free 4.92 Gb (58%) OK > > 1094142536 dh01-bkup PING PING OK - Packet loss =3D 0%, R= TA > =3D 0.83 ms OK > > 1094142536 dh02 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .64 > ms OK > > 1094142536 dh03 HTTP HTTP ok: HTTP/1.1 200 OK - 0.000 > second response time OK time=3D 0.000 > > 1094142546 dh03-bkup PING PING OK - Packet loss =3D 0%, R= TA > =3D 0.56 ms OK > > 1094142556 dh04 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .54 > ms OK > > 1094142556 dh06 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .65 > ms OK > > 1094142556 dh07 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .61 > ms OK > > 1094142567 dh07-bkup PING PING OK - Packet loss =3D 0%, R= TA > =3D 0.62 ms OK > > 1094142567 dh08 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .64 > ms OK > > 1094142567 dh20 HTTP HTTP ok: HTTP/1.1 200 OK - 1.000 > second response time OK time=3D 1.000 > > 1094142576 shep PING PING WARNING - Packet loss =3D 0%, RTA = 133.57 ms > WARNING > > 1094142576 dh20-bkup PING PING OK - Packet loss =3D 0%, R= TA > =3D 0.47 ms OK > > 1094142586 dh21 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .24 > ms OK > > 1094142586 black PING PING OK - Packet loss =3D 0%, RTA =3D 7= 6.44 > ms OK > > 1094142586 dh22 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .25 > ms OK > > 1094142586 carol PING PING OK - Packet loss =3D 0%, RTA =3D 8= 1.96 > ms OK > > 1094142586 dh23 FTP Connection refused or timed out CRITICA= L > > 1094142596 dh23 PING /bin/ping -n -U -c 5 10.30.10.103 > UNKNOWN > > 1094142596 dh24 HTTP HTTP ok: HTTP/1.1 200 OK - 1.000 > second response time OK time=3D 1.000 > > 1094142606 dh24 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .09 > ms OK > > 1094142606 dh25 PING PING OK - Packet loss =3D 0%, RTA =3D 6= .00 > ms OK > > 1094142616 dh26 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .27 > ms OK > > 1094142616 dhch01 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .50 > ms OK > > 1094142616 dhch03 PING PING OK - Packet loss =3D 0%, RTA =3D 0= .51 > ms OK > > > > Why is only HTTP and FTP data being updated to the database not other > data points are being graphed? > > > > Chris > > > > Also when I updated the CVS plugin build this morning the check_nt > plugin did not update: > > > > [root@dh24 libexec]# ./check_nt --version > > check_nt (nagios-plugins 1.3.1) 1.7.2.3 > > The nagios plugins come with ABSOLUTELY NO WARRANTY. You may > redistribute > > copies of the plugins under the terms of the GNU General Public License= . > > For more information about these matters, see the file named COPYING. > > > > [root@dh24 libexec]# ./check_dns --version > > check_dns (nagios-plugins 200211131100-snapshot) 1.3 > > The nagios plugins come with ABSOLUTELY NO WARRANTY. You may > redistribute > > copies of the plugins under the terms of the GNU General Public License= . > > For more information about these matters, see the file named COPYING. > > > > > > Christopher D. Chandler Managing Partner > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Ben C. <Be...@cl...> - 2004-09-13 07:32:13
|
Julien, The '\' in the C:\ is an escape character in MySQL. (Which it NOT ANSI-SQL standard, but never mind :) I'll adjust our functions and release another version soon. Sorry about the haste, Regards, Ben. Julien TOUCHE wrote: > > i'm currently testing perfparse 0.100.4 on a linux whitebox and have the > following problem: > > # sh -x /opt/nagios/bin/perfparse.sh > + BASE_DIR=/opt/nagios > + PERFPARSE=/opt/nagios/bin/perfparse > + LOG=/opt/nagios/var/perfparse.log > + TMP_LOG=/tmp/perfparse.20545.log > + TMP_ERR=/tmp/perfparse.20545.err > + PERF_FILE=/opt/nagios/var/serviceperf.log > + '[' '!' -f /opt/nagios/var/serviceperf.log ']' > + /opt/nagios/bin/perfparse -s -r > + RETURN=254 > + '[' -f /tmp/perfparse.20545.err ']' > + cat /tmp/perfparse.20545.err > "SELECT COUNT(*) FROM perfdata_service_metric WHERE host_name = > '192.168.1.96' AND service_description = 'NRPE_NT_C' AND metric = 'C:\'" > failed: > You have an error in your SQL syntax. Check the manual that corresponds > to your MySQL server version for the right syntax to use near ''C:\'' at > line 1 > + '[' -f /tmp/perfparse.20545.log ']' > + rm /tmp/perfparse.20545.log > + '[' -f /tmp/perfparse.20545.err ']' > + rm /tmp/perfparse.20545.err > + exit > > it seems there is no addslashes function uses ... so is there any > available ? > > Regards > > Julien > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-09-13 07:30:04
|
Tim, I re-coded this section. In version 0.100.1 the stats were only correct if there was a complete set of data all with the same time interval. I tried to recode for variable frequency data. Obviously without much success! Are you using the 'Gant chart only' option? Can you let me know the filters you are using. I can get a fix out as soon as I can replicate the fix the bug. Regards, Ben Clewett. Tim Wuyts wrote: > Version 0.100.3 seems to have introduced a bug in the raw history report, > total times (and hence percentages) are no longer calculated: > > Output from 0.100.1: > > State Count Percent Time > UP 6153 89.996% 17 days 23:55:32 > WARNING 666 9.741% 1 days 22:45:05 > CRITICAL 18 0.263% 0 days 01:15:48 > UNKNOWN 0 0.000% 0 days 00:00:00 > Start: 2004-08-21 12:08:15 End: 2004-09-10 12:04:42 Span: 19 days > 23:56:27 > > Output from 0.100.4: > > State Count Percent Time > UP 6153 nan% 0 days 00:00:00 > WARNING 666 nan% 0 days 00:00:00 > CRITICAL 18 nan% 0 days 00:00:00 > UNKNOWN 0 nan% 0 days 00:00:00 > Start: 2004-08-21 12:08:15 End: 2004-09-10 12:04:42 Span: 19 days > 23:56:27 > > Tim > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-09-11 04:20:24
|
Ricardo, The problem of the SIGHUP will be addressed in the near future. A version of PP which does not use this, and also imports data without delay, is in development. I have no data on how PP runs as far as heavy loading goes. It would be interesting to collect such data... If you or anybody else can tell us the speed and type of machine you have, operating system, memory, CPU. As well as Nagios data: Number of hosts, services and metrics, and average lines/minute Nagios adds to the log file. Whether you run PP and Nagios on the same machine or not. Finally the average load on your server. I can put any data you return to me in a table for general viewing. There is also CGI data. Speed of a standard graph (say 2 weeks data) to draw, and the size of the total database. Some people may want to suggest a better form on performance analysis :) But if you send it, I'll collate it. Regards, Ben. Ricardo David Martins wrote: > Ben, > > i am concerned with the SIGHUP to nagios process. When nagios shutsdown it > deletes the entire current status and so, it will lose any awaiting > requests. This > will imply nagios to reschedule all checks. > > Well, wont this badly increase the load? > > Does this function well with say 500 services on the same server? And > what about 5000? > > Do you know of any experience in a production environment with huge loads? > > Regards > |
From: Julien T. <jul...@ly...> - 2004-09-11 03:20:47
|
i'm currently testing perfparse 0.100.4 on a linux whitebox and have the following problem: # sh -x /opt/nagios/bin/perfparse.sh + BASE_DIR=/opt/nagios + PERFPARSE=/opt/nagios/bin/perfparse + LOG=/opt/nagios/var/perfparse.log + TMP_LOG=/tmp/perfparse.20545.log + TMP_ERR=/tmp/perfparse.20545.err + PERF_FILE=/opt/nagios/var/serviceperf.log + '[' '!' -f /opt/nagios/var/serviceperf.log ']' + /opt/nagios/bin/perfparse -s -r + RETURN=254 + '[' -f /tmp/perfparse.20545.err ']' + cat /tmp/perfparse.20545.err "SELECT COUNT(*) FROM perfdata_service_metric WHERE host_name = '192.168.1.96' AND service_description = 'NRPE_NT_C' AND metric = 'C:\'" failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''C:\'' at line 1 + '[' -f /tmp/perfparse.20545.log ']' + rm /tmp/perfparse.20545.log + '[' -f /tmp/perfparse.20545.err ']' + rm /tmp/perfparse.20545.err + exit it seems there is no addslashes function uses ... so is there any available ? Regards Julien |
From: Tim W. <tim...@pi...> - 2004-09-10 21:46:18
|
Version 0.100.3 seems to have introduced a bug in the raw history report, total times (and hence percentages) are no longer calculated: Output from 0.100.1: State Count Percent Time UP 6153 89.996% 17 days 23:55:32 WARNING 666 9.741% 1 days 22:45:05 CRITICAL 18 0.263% 0 days 01:15:48 UNKNOWN 0 0.000% 0 days 00:00:00 Start: 2004-08-21 12:08:15 End: 2004-09-10 12:04:42 Span: 19 days 23:56:27 Output from 0.100.4: State Count Percent Time UP 6153 nan% 0 days 00:00:00 WARNING 666 nan% 0 days 00:00:00 CRITICAL 18 nan% 0 days 00:00:00 UNKNOWN 0 nan% 0 days 00:00:00 Start: 2004-08-21 12:08:15 End: 2004-09-10 12:04:42 Span: 19 days 23:56:27 Tim |
From: Tim W. <tim...@pi...> - 2004-09-10 21:40:11
|
Dear Developers, Could you make the interface to the raw history report similar to the binary report? Especially selection of start/end dates would be very appreciated. Thanks & keep up the awesome work ! Tim |
From: Sand P. <Phi...@sy...> - 2004-09-10 13:21:47
|
In nagios.cfg you can tell nagios to keep the check results over restarts= =2E..so you don't have all checks rechecked when you're reloading nagios.= =20 > -----Original Message----- > From: per...@li...=20 > [mailto:per...@li...] On=20 > Behalf Of Ricardo David Martins > Sent: Friday, September 10, 2004 11:41 AM > To: per...@li... > Subject: Re: [Perfparse-users] hostperf.log and nagios sighup=20 > on perfparse.sh execution >=20 > Ben, >=20 > i am concerned with the SIGHUP to nagios process. When nagios=20 > shutsdown it deletes the entire current status and so, it=20 > will lose any awaiting requests. This will imply nagios to=20 > reschedule all checks.=20 >=20 > Well, wont this badly increase the load?=20 >=20 > Does this function well with say 500 services on the same=20 > server? And what about 5000? >=20 > Do you know of any experience in a production environment=20 > with huge loads? >=20 > Regards >=20 > -- > Ricardo David Martins > ______________________________________________________________ > _______________________________________ >=20 > AVISO >=20 > Esta mensagem (incluindo quaisquer anexos) pode conter=20 > informa=E7=E3o confidencial para uso exclusivo do destinat=E1rio.=20 > Se n=E3o for o destinat=E1rio pretendido, n=E3o dever=E1 usar,=20 > distribuir ou copiar este e-mail. Se recebeu esta mensagem=20 > por engano, por favor informe o emissor e elimine-a=20 > imediatamente. Obrigado. >=20 > DISCLAIMER >=20 > This e-mail (including any attachments) may contain=20 > confidential information for exclusive use of its recipient.=20 > If you are not the intended recipient you must not use,=20 > distribute or copy this e-mail. > If you have received this e-mail in error please notify the=20 > sender and delete it immediately. Thank You. >=20 > ______________________________________________________________ > _______________________________________ >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one=20 > of 170 Project Admins to receive an Apple iPod Mini FREE for=20 > your judgement on who ports your project to Linux PPC the=20 > best. Sponsored by IBM.=20 > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php=20 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 ************************************************ sycor plastics - die neue Branchenl=F6sung f=FCr die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar=FCber hinaus pers=F6nliche Info= rmationen beinhalten. Wenn Sie nicht der bestimmungsgem=E4=DFe Empf=E4nge= r sind, l=F6schen Sie bitte die E-Mail und deren Anh=E4nge sofort und ben= achrichtigen Sie uns dar=FCber. Die Firma sycor willigt in keine Vertr=E4= ge oder vertragliche Verpflichtungen ein oder =FCbermittelt rechtsverbind= liche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht= ausdr=FCcklich in schriftlicher Form zwischen den Parteien vereinbart wu= rde. This e-mail is confidential and may contain personal and/or privileged in= formation. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does n= ot agree with contracts or contract obligations sent by e-mail, neither d= o we transmit legally binding offers by e-mail, unless this is not expres= sly agreed upon between the parties and documented in written form. |
From: Ricardo D. M. <ric...@gm...> - 2004-09-10 09:41:17
|
Ben, i am concerned with the SIGHUP to nagios process. When nagios shutsdown it deletes the entire current status and so, it will lose any awaiting requests. This will imply nagios to reschedule all checks.=20 Well, wont this badly increase the load?=20 Does this function well with say 500 services on the same server? And what about 5000? Do you know of any experience in a production environment with huge loads? Regards --=20 Ricardo David Martins ___________________________________________________________________________= __________________________ AVISO Esta mensagem (incluindo quaisquer anexos) pode conter informa=E7=E3o confidencial para uso exclusivo do destinat=E1rio. Se n=E3o for o destinat=E1rio pretendido, n=E3o dever=E1 usar, distribuir ou copiar este e-mail. Se recebeu esta mensagem por engano, por favor informe o emissor e elimine-a imediatamente. Obrigado. DISCLAIMER This e-mail (including any attachments) may contain confidential information for exclusive use of its recipient. If you are not the intended recipient you must not use, distribute or copy this e-mail. If you have received this e-mail in error please notify the sender and delete it immediately. Thank You. ___________________________________________________________________________= __________________________ |
From: Yves M. <yme...@li...> - 2004-09-08 17:15:24
|
> Hello, > > With the new version 100.4, I have this error : > (I use the same command that I configure with v99.8) > > ./perfparse-rund.sh: line 28: 11038 Segmentation fault ${PERFPARSE= } -s > -r --delete-service-log --delete-host-log >${TMP_LOG} 2>${TMP_ERR} > > Is it a bug ? yes, if it is a crash, probably :) Could you run that command line yourself, outside of a script ? Does it c= rash too ? If yes, is there any core file ? Compile perfparse again, with -g option enabled: ./configure <your options here> make CFLAGS=3D-g make install CFLAGS=3D-g Run perfparse again to generate a new core. Please use gdb and send us the backtrace: gdb perfparse --core=3Dcore bt Yves > > Thx. > > _________________________________________________________________ > MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la > solidarit=E9 =E0 port=E9e de click > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&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/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |
From: Christophe G. D. <cgo...@ho...> - 2004-09-08 16:54:34
|
Hello, With the new version 100.4, I have this error : (I use the same command that I configure with v99.8) ./perfparse-rund.sh: line 28: 11038 Segmentation fault ${PERFPARSE} -s -r --delete-service-log --delete-host-log >${TMP_LOG} 2>${TMP_ERR} Is it a bug ? Thx. _________________________________________________________________ MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la solidarité à portée de click |
From: Michael C. <MC...@Ne...> - 2004-09-08 15:54:11
|
The errors are a bit off because I already moved the files. I just deleted gd.h from /usr/include bash-2.05b# ./configure --prefix=/usr/local/nagios/ --with-imagedir=/usr/local/nagios/share/images/ --with-cgidir=/usr/local/nagios/sbin/ --with-http_image_path=/nagios/images --with-gd-dir=/usr/local/include bash-2.05b# make make all-recursive Making all in libperfparse Making all in perfparse rm -f perfparse.sh.example perfparse.sh.tmp sed -e 's,@bindir\@,/usr/local/nagios//bin,g' -e 's,@prefix\@,/usr/local/nagios/,g' ./perfparse.sh.in >perfparse.sh.tmp chmod +x perfparse.sh.tmp mv perfparse.sh.tmp perfparse.sh.example Making all in db_tools Making all in cgi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/mysql -O -pipe -mcpu=pentiumpro -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../libperfparse -g -O2 -Wall -MT perfchart.o -MD -MP -MF ".deps/perfchart.Tpo" -c -o perfchart.o perfchart.c; then mv -f ".deps/perfchart.Tpo" ".deps/perfchart.Po"; else rm -f ".deps/perfchart.Tpo"; exit 1; fi perfchart.c:33:16: gd.h: No such file or directory In file included from perfchart.c:34: /usr/include/gdfonts.h:20:16: gd.h: No such file or directory In file included from perfchart.c:34: /usr/include/gdfonts.h:22: error: syntax error before "gdFontSmall" In file included from perfchart.c:35: /usr/include/gdfontmb.h:20:16: gd.h: No such file or directory In file included from perfchart.c:35: /usr/include/gdfontmb.h:22: error: syntax error before "gdFontMediumBold" perfchart.c:51: error: syntax error before "graph" perfchart.c:51: warning: type defaults to `int' in declaration of `graph' perfchart.c:51: warning: data definition has no type or storage class perfchart.c: In function `main': perfchart.c:249: warning: implicit declaration of function `gdImageRectangle' perfchart.c:253: warning: implicit declaration of function `gdImageFilledRectangle' perfchart.c:267: warning: implicit declaration of function `gdImagePng' perfchart.c: In function `initChartGraphics': perfchart.c:407: warning: implicit declaration of function `gdImageCreate' perfchart.c:411: warning: implicit declaration of function `gdImageColorAllocate' perfchart.c: In function `drawHeadings': perfchart.c:514: warning: implicit declaration of function `gdImageString' perfchart.c:515: warning: implicit declaration of function `gdImageLine' perfchart.c: In function `drawXScale': perfchart.c:1027: warning: long int format, int arg (arg 3) perfchart.c:1122: warning: long int format, int arg (arg 3) perfchart.c:1176: warning: long int format, int arg (arg 3) perfchart.c:1176: warning: long int format, int arg (arg 4) *** Error code 1 Stop in /opt/perfparse-0.100.3/cgi. *** Error code 1 Stop in /opt/perfparse-0.100.3. *** Error code 1 > -----Original Message----- > From: Ben Clewett [mailto:Be...@cl...] > Sent: Wednesday, September 08, 2004 10:45 AM > To: Michael Clark > Cc: 'per...@li...' > Subject: Re: [Perfparse-users] FreeBSD 5.2.1 / compile problems / evil > lib s? > > > Michael Clark wrote: > > >>Michael, > >> > >>It looks like you do not have the GB package installed. > For instance > >>gd.h should be in /usr/include. > > > > ^^^ /usr/include is evil. I should have thought of that. > > I agree. There is a compile option: --with-gd-dir=/usr/local/include > Can you try this and see if it works? > > Regards, Ben. > > > > > > --- > > bash-2.05b# pkg_info | grep gd > > gd-2.0.15_1,1 A graphics library for fast creation of images > > gdb-5.3_1,1 GNU GDB 5.3 developmental snapshot > > gdbm-1.8.3_1 The GNU database manager > > gdk-pixbuf-0.22.0 A graphic library for GTK+ > > libgda-0.2.96_2 Provides uniform access to different > kinds of data > > sources > > ---- > > bash-2.05b# ls /usr/include/ | grep gd > > ---- > > bash-2.05b# ls /usr/local/include/ | grep gd > > gd.h > > gd_io.h > > gdbm.h > > gdcache.h > > gdfontg.h > > gdfontl.h > > gdfontmb.h > > gdfonts.h > > gdfontt.h > > ---- > > > > Where is the path in the C so I can change it? > > > > > > > > > > > >>You might have to manually install these from source. > >> > >>Let us know how you get along, > >> > >>Ben > >> > >> > >>Michael Clark wrote: > >> > >> > >>> > >>>I am having a very hard time with this for some reason. > >> > >>Perhaps I have > >> > >>>to compile a lib from source because I have tried upgrading > >> > >>everything I > >> > >>>thought could be related using ports/packages. > >>>I am not familiar with the gd.h which seems to be the > >> > >>problem I believe. > >> > >>> > >>>RTFM's appreciated, finding my stupid mistakes priceless =) > >>> > >>> > >>>bash-2.05b# make > >>>make all-recursive > >>>Making all in libperfparse > >>>Making all in perfparse > >>>Making all in db_tools > >>>Making all in cgi > >>>if gcc -DHAVE_CONFIG_H -I. -I. -I.. > >> > >>-I/usr/local/include/mysql -O -pipe > >> > >>>-mcpu=pentiumpro -I/usr/local/include/glib-2.0 > >>>-I/usr/local/lib/glib-2.0/include -I../libpe > >>>rfparse -g -O2 -Wall -MT perfchart.o -MD -MP -MF > >>>".deps/perfchart.Tpo" -c -o perfchart.o perfchart.c; then mv -f > >>>".deps/perfchart.Tpo" ".deps/perfchart.Po"; els > >>>e rm -f ".deps/perfchart.Tpo"; exit 1; fi > >>>perfchart.c:33:16: gd.h: No such file or directory > >>>perfchart.c:34:21: gdfonts.h: No such file or directory > >>>perfchart.c:35:22: gdfontmb.h: No such file or directory > >>>perfchart.c:51: error: syntax error before "graph" > >>>perfchart.c:51: warning: type defaults to `int' in > >> > >>declaration of `graph' > >> > >>>perfchart.c:51: warning: data definition has no type or > >> > >>storage class > >> > >>>perfchart.c: In function `main': > >>>perfchart.c:249: warning: implicit declaration of function > >>>`gdImageRectangle' > >>>perfchart.c:253: warning: implicit declaration of function > >>>`gdImageFilledRectangle' > >>>perfchart.c:267: warning: implicit declaration of function > >> > >>`gdImagePng' > >> > >>>perfchart.c: In function `initChartGraphics': > >>>perfchart.c:407: warning: implicit declaration of function > >> > >>`gdImageCreate' > >> > >>>perfchart.c:411: warning: implicit declaration of function > >>>`gdImageColorAllocate' > >>>perfchart.c: In function `drawHeadings': > >>>perfchart.c:514: warning: implicit declaration of function > >> > >>`gdImageString' > >> > >>>perfchart.c:514: error: `gdFontSmall' undeclared (first > use in this > >>>function) > >>>perfchart.c:514: error: (Each undeclared identifier is > >> > >>reported only once > >> > >>>perfchart.c:514: error: for each function it appears in.) > >>>perfchart.c:515: warning: implicit declaration of function > >> > >>`gdImageLine' > >> > >>>perfchart.c:575: error: `gdFontMediumBold' undeclared > >> > >>(first use in this > >> > >>>function) > >>>perfchart.c: In function `drawYScalePercent': > >>>perfchart.c:943: error: `gdFontSmall' undeclared (first > use in this > >>>function) > >>>perfchart.c: In function `drawYScale': > >>>perfchart.c:1006: error: `gdFontSmall' undeclared (first > >> > >>use in this > >> > >>>function) > >>>perfchart.c: In function `drawXScale': > >>>perfchart.c:1027: warning: long int format, int arg (arg 3) > >>>perfchart.c:1028: error: `gdFontSmall' undeclared (first > >> > >>use in this > >> > >>>function) > >>>perfchart.c:1122: warning: long int format, int arg (arg 3) > >>>perfchart.c:1176: warning: long int format, int arg (arg 3) > >>>perfchart.c:1176: warning: long int format, int arg (arg 4) > >>>perfchart.c: In function `fail': > >>>perfchart.c:1535: error: `gdFontSmall' undeclared (first > >> > >>use in this > >> > >>>function) > >>>perfchart.c: In function `sql_fail': > >>>perfchart.c:1664: error: `gdFontSmall' undeclared (first > >> > >>use in this > >> > >>>function) > >>>*** Error code 1 > >>> > >>>Stop in /opt/perfparse-0.100.3/cgi. > >>>*** Error code 1 > >>> > >>>Stop in /opt/perfparse-0.100.3. > >>>*** Error code 1 > >>> > >>>Stop in /opt/perfparse-0.100.3. > >>>bash-2.05b# > >>> > >>> > >>> > >>> > >>>*CONFIDENTIALITY NOTE: This electronic transmission, including all > >>>attachments, is directed in confidence solely to the > >> > >>person(s) to whom > >> > >>>it is addressed, or an authorized recipient, and may not > >> > >>otherwise be > >> > >>>distributed, copied or disclosed. The contents of the > >> > >>transmission may > >> > >>>also be subject to intellectual property rights and all > >> > >>such rights are > >> > >>>expressly claimed and are not waived. If you have received this > >>>transmission in error, please notify the sender immediately > >> > >>by return > >> > >>>electronic transmission and then immediately delete this > >> > >>transmission, > >> > >>>including all attachments, without copying, distributing or > >> > >>disclosing > >> > >>>same. * > >>> > >>> > >>> > >> > > > > > > CONFIDENTIALITY NOTE: This electronic transmission, including all > > attachments, is directed in confidence solely to the > person(s) to whom it is > > addressed, or an authorized recipient, and may not > otherwise be distributed, > > copied or disclosed. The contents of the transmission may > also be subject to > > intellectual property rights and all such rights are > expressly claimed and > > are not waived. If you have received this transmission in > error, please > > notify the sender immediately by return electronic > transmission and then > > immediately delete this transmission, including all > attachments, without > > copying, distributing or disclosing same. > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > _______________________________________________ > > Perfparse-users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > CONFIDENTIALITY NOTE: This electronic transmission, including all attachments, is directed in confidence solely to the person(s) to whom it is addressed, or an authorized recipient, and may not otherwise be distributed, copied or disclosed. The contents of the transmission may also be subject to intellectual property rights and all such rights are expressly claimed and are not waived. If you have received this transmission in error, please notify the sender immediately by return electronic transmission and then immediately delete this transmission, including all attachments, without copying, distributing or disclosing same. |
From: Ben C. <Be...@cl...> - 2004-09-08 15:45:16
|
Michael Clark wrote: >>Michael, >> >>It looks like you do not have the GB package installed. For instance >>gd.h should be in /usr/include. > > ^^^ /usr/include is evil. I should have thought of that. I agree. There is a compile option: --with-gd-dir=/usr/local/include Can you try this and see if it works? Regards, Ben. > > --- > bash-2.05b# pkg_info | grep gd > gd-2.0.15_1,1 A graphics library for fast creation of images > gdb-5.3_1,1 GNU GDB 5.3 developmental snapshot > gdbm-1.8.3_1 The GNU database manager > gdk-pixbuf-0.22.0 A graphic library for GTK+ > libgda-0.2.96_2 Provides uniform access to different kinds of data > sources > ---- > bash-2.05b# ls /usr/include/ | grep gd > ---- > bash-2.05b# ls /usr/local/include/ | grep gd > gd.h > gd_io.h > gdbm.h > gdcache.h > gdfontg.h > gdfontl.h > gdfontmb.h > gdfonts.h > gdfontt.h > ---- > > Where is the path in the C so I can change it? > > > > > >>You might have to manually install these from source. >> >>Let us know how you get along, >> >>Ben >> >> >>Michael Clark wrote: >> >> >>> >>>I am having a very hard time with this for some reason. >> >>Perhaps I have >> >>>to compile a lib from source because I have tried upgrading >> >>everything I >> >>>thought could be related using ports/packages. >>>I am not familiar with the gd.h which seems to be the >> >>problem I believe. >> >>> >>>RTFM's appreciated, finding my stupid mistakes priceless =) >>> >>> >>>bash-2.05b# make >>>make all-recursive >>>Making all in libperfparse >>>Making all in perfparse >>>Making all in db_tools >>>Making all in cgi >>>if gcc -DHAVE_CONFIG_H -I. -I. -I.. >> >>-I/usr/local/include/mysql -O -pipe >> >>>-mcpu=pentiumpro -I/usr/local/include/glib-2.0 >>>-I/usr/local/lib/glib-2.0/include -I../libpe >>>rfparse -g -O2 -Wall -MT perfchart.o -MD -MP -MF >>>".deps/perfchart.Tpo" -c -o perfchart.o perfchart.c; then mv -f >>>".deps/perfchart.Tpo" ".deps/perfchart.Po"; els >>>e rm -f ".deps/perfchart.Tpo"; exit 1; fi >>>perfchart.c:33:16: gd.h: No such file or directory >>>perfchart.c:34:21: gdfonts.h: No such file or directory >>>perfchart.c:35:22: gdfontmb.h: No such file or directory >>>perfchart.c:51: error: syntax error before "graph" >>>perfchart.c:51: warning: type defaults to `int' in >> >>declaration of `graph' >> >>>perfchart.c:51: warning: data definition has no type or >> >>storage class >> >>>perfchart.c: In function `main': >>>perfchart.c:249: warning: implicit declaration of function >>>`gdImageRectangle' >>>perfchart.c:253: warning: implicit declaration of function >>>`gdImageFilledRectangle' >>>perfchart.c:267: warning: implicit declaration of function >> >>`gdImagePng' >> >>>perfchart.c: In function `initChartGraphics': >>>perfchart.c:407: warning: implicit declaration of function >> >>`gdImageCreate' >> >>>perfchart.c:411: warning: implicit declaration of function >>>`gdImageColorAllocate' >>>perfchart.c: In function `drawHeadings': >>>perfchart.c:514: warning: implicit declaration of function >> >>`gdImageString' >> >>>perfchart.c:514: error: `gdFontSmall' undeclared (first use in this >>>function) >>>perfchart.c:514: error: (Each undeclared identifier is >> >>reported only once >> >>>perfchart.c:514: error: for each function it appears in.) >>>perfchart.c:515: warning: implicit declaration of function >> >>`gdImageLine' >> >>>perfchart.c:575: error: `gdFontMediumBold' undeclared >> >>(first use in this >> >>>function) >>>perfchart.c: In function `drawYScalePercent': >>>perfchart.c:943: error: `gdFontSmall' undeclared (first use in this >>>function) >>>perfchart.c: In function `drawYScale': >>>perfchart.c:1006: error: `gdFontSmall' undeclared (first >> >>use in this >> >>>function) >>>perfchart.c: In function `drawXScale': >>>perfchart.c:1027: warning: long int format, int arg (arg 3) >>>perfchart.c:1028: error: `gdFontSmall' undeclared (first >> >>use in this >> >>>function) >>>perfchart.c:1122: warning: long int format, int arg (arg 3) >>>perfchart.c:1176: warning: long int format, int arg (arg 3) >>>perfchart.c:1176: warning: long int format, int arg (arg 4) >>>perfchart.c: In function `fail': >>>perfchart.c:1535: error: `gdFontSmall' undeclared (first >> >>use in this >> >>>function) >>>perfchart.c: In function `sql_fail': >>>perfchart.c:1664: error: `gdFontSmall' undeclared (first >> >>use in this >> >>>function) >>>*** Error code 1 >>> >>>Stop in /opt/perfparse-0.100.3/cgi. >>>*** Error code 1 >>> >>>Stop in /opt/perfparse-0.100.3. >>>*** Error code 1 >>> >>>Stop in /opt/perfparse-0.100.3. >>>bash-2.05b# >>> >>> >>> >>> >>>*CONFIDENTIALITY NOTE: This electronic transmission, including all >>>attachments, is directed in confidence solely to the >> >>person(s) to whom >> >>>it is addressed, or an authorized recipient, and may not >> >>otherwise be >> >>>distributed, copied or disclosed. The contents of the >> >>transmission may >> >>>also be subject to intellectual property rights and all >> >>such rights are >> >>>expressly claimed and are not waived. If you have received this >>>transmission in error, please notify the sender immediately >> >>by return >> >>>electronic transmission and then immediately delete this >> >>transmission, >> >>>including all attachments, without copying, distributing or >> >>disclosing >> >>>same. * >>> >>> >>> >> > > > CONFIDENTIALITY NOTE: This electronic transmission, including all > attachments, is directed in confidence solely to the person(s) to whom it is > addressed, or an authorized recipient, and may not otherwise be distributed, > copied or disclosed. The contents of the transmission may also be subject to > intellectual property rights and all such rights are expressly claimed and > are not waived. If you have received this transmission in error, please > notify the sender immediately by return electronic transmission and then > immediately delete this transmission, including all attachments, without > copying, distributing or disclosing same. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |