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: Jeyri B. <jba...@in...> - 2004-06-22 21:52:45
|
Hi, I want to install the perfparse program but I read that I need for = the nagios run ./configure --with-file-perfdata, because the perfparse = don=B4t work with default perfdata. When I execute the ./configure with = --with-file-perfdata, all is ok but when I execute make all appear the = following error: [root@nagios nagios-1.2]# make all cd ./base && make make[1]: Cambiando a directorio `/usr/src/nagios-1.2/base' gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE nagios.c checks.o config.o = commands.o flapping.o logging.o notifications.o sehandlers.o utils.o = sretention.o ../xdata/xrddefault.c ../common/comments.c = ../xdata/xcddefault.c ../common/objects.c ../xdata/xodtemplate.c = ../common/statusdata.c ../xdata/xsddefault.c perfdata.o = ../xdata/xpdfile.c ../common/downtime.c ../xdata/xdddefault.c -lm -o = nagios perfdata.o: In function `initialize_performance_data': /usr/src/nagios-1.2/base/perfdata.c:57: undefined reference to = `xpddefault_initialize_performance_data' perfdata.o: In function `cleanup_performance_data': /usr/src/nagios-1.2/base/perfdata.c:73: undefined reference to = `xpddefault_cleanup_performance_data' perfdata.o: In function `update_service_performance_data': /usr/src/nagios-1.2/base/perfdata.c:103: undefined reference to = `xpddefault_update_service_performance_data' perfdata.o: In function `update_host_performance_data': /usr/src/nagios-1.2/base/perfdata.c:127: undefined reference to = `xpddefault_update_host_performance_data' collect2: ld devolvi=F3 el estado de salida 1 make[1]: *** [nagios] Error 1 make[1]: Saliendo directorio `/usr/src/nagios-1.2/base' make: *** [all] Error 2 [root@nagios nagios-1.2]# Can you help me? Thanks, Jeyri Bautista |
From: Ben C. <Ben...@ro...> - 2004-06-21 08:11:51
|
Morning Michael, PerfParse does not need or use Perl, Nagios does not need perl to work=20 with PerfParse. I do not use Perl my self :) However, some plugins do=20 use this. You will have to consult the Nagios experts for more=20 information about this. Secondly, MySQL. Yes, you do really need MySQL version 4. This has=20 transactions, which PerfParse uses to ensure your data is entered=20 correctly, and where problems to occur, these cause the program to break=20 without adding rubbish to your system. I am sorry that SUSE 8.1 does=20 not have MySQL 4. You can however install and build the raw system by=20 downloading the source from mysql.org. This is pretty easy to do, and=20 will ensure you always have the latest version. If you do this, please=20 deinstall MySQL binary files first, but not the 'data' :) The environment I use is a RedHat Linux 7.2, which has been personally=20 upgraded by downloading raw source from various sites. The box is about=20 1GHz with 512 memory and 40GB hard disk. We have only about 30 hosts,=20 but over 300 services, running Nagios and PerfParse on the same system.=20 The load of the box (if I look at the daily average from PerfParse=20 over last month :) is 1.035. Well below the 2.5 advised limit for a=20 UNIX box. If you want to lower the load, here are some tips (Garry, if your=20 reading, you may want to add to HOWTO :): - Use two box's, one for Nagios, one for PerfParse. - Use as much memory as you can get hold of. - Set the 'Delete Policy' to 'Always' for any metrics you do not want to=20 work with. They will then be ignored. - Use the '--no-raw' option on PerfParse. In the future there will be other options to control the load through=20 PerfParse, like deleting data only daily, which will also help.=20 Probably version 0.10 or 0.11. Please watch for later release versions. There are no real figures as to what specification is needed for a=20 certain service count. I would be very interested in knowing what your=20 load is with your 500 services. Kind regards, Ben. Michael Huettig wrote: > Hi Ben, > i read your documentation about perfparse and have some questions: >=20 > Is it necessary to build nagios for perfparse with options=20 > --enable-embedded-perl --with-perlcache? > I have some problems with embedded-perl using nagios-1.2, some plugins = (1.3.1)=20 > don=B4t work correctly. > For Suse81 there only exist mysql-3.23.52-106, i read that you need=20 > mysql-4.xx, so my question is, is it possible to use mysql-3.23?=20 >=20 > I think your project is very usefull and easier to configure than apan.= What=B4s=20 > your environment, we are checking about 350 hosts with round about 1000= =20 > services, are there any problems checking a lot of hosts and services i= n=20 > perfparse on a P-III-1000 with 256 MB -RAM? >=20 > Please let me know, thanks for your information. >=20 > With best regards >=20 > Michael Huettig >=20 > Am Freitag, 18. Juni 2004 18:18 schrieb Ben Clewett: >=20 >>There is a new version of PerfParse, 0.09. For users upgrading from >>other versions, please be aware of a minor name-change of the CGI progr= ams. >> >>This version contains grouping of hosts, which some users requested, as >>well as many smaller enhancements and bug-fixes. Thanks for all the >>users who gave me good feedback, and Yves and Garry for contributing so >>much to the project. >> >>Please let me know of any problems, never mind how small, and enjoy the >>next version. >> >>Regards, Ben Clewett. >>http://perfparse.sourceforge.net/ >=20 >=20 >=20 > ********************************************************************** > Diese E-Mail wurde auf Viren ueberprueft. > www.mimesweeper.com > ********************************************************************** >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKN= D > _______________________________________________ > Nagiosplug-help mailing list > Nag...@li... > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > ::: Please include plugins version (-v) and OS when reporting any issue= .=20 > ::: Messages without supporting info will risk being sent to /dev/null >=20 |
From: Michael H. <Mic...@Me...> - 2004-06-21 07:11:06
|
Hi Ben, i read your documentation about perfparse and have some questions: Is it necessary to build nagios for perfparse with options=20 --enable-embedded-perl --with-perlcache? I have some problems with embedded-perl using nagios-1.2, some plugins (1.3= .1)=20 don=B4t work correctly. For Suse81 there only exist mysql-3.23.52-106, i read that you need=20 mysql-4.xx, so my question is, is it possible to use mysql-3.23?=20 I think your project is very usefull and easier to configure than apan. Wha= t=B4s=20 your environment, we are checking about 350 hosts with round about 1000=20 services, are there any problems checking a lot of hosts and services in=20 perfparse on a P-III-1000 with 256 MB -RAM? Please let me know, thanks for your information. With best regards Michael Huettig Am Freitag, 18. Juni 2004 18:18 schrieb Ben Clewett: > There is a new version of PerfParse, 0.09. For users upgrading from > other versions, please be aware of a minor name-change of the CGI program= s. > > This version contains grouping of hosts, which some users requested, as > well as many smaller enhancements and bug-fixes. Thanks for all the > users who gave me good feedback, and Yves and Garry for contributing so > much to the project. > > Please let me know of any problems, never mind how small, and enjoy the > next version. > > Regards, Ben Clewett. > http://perfparse.sourceforge.net/ ********************************************************************** Diese E-Mail wurde auf Viren ueberprueft. www.mimesweeper.com ********************************************************************** |
From: Jon L. <jly...@ya...> - 2004-06-21 03:47:38
|
Yea, I was trying to suggest maybe modifying perfparse to ignore those lines, the curruption only occurrs after running perfparse a few times, and is always at the begining of the file. This file gets pretty huge very quickley on my system.... Ben Clewett <be...@cl...> wrote: Jon, I think there is a problems with the format of your serviceperf.log. You can see the FROM_UNIXTIME() which should be a number and not EVAN-SWR-MDF-C. This file could definitely be corrupt, or the options in your nagios.cfg are wrong. Can I suggest you look at the HOWTO for details of the correct options in nagios.cfg, and, I am sorry to say, delete your servicelog.cfg which is obviously not in a happy state. Regards, Ben. Jon Lyons wrote: > Ben, > I've upgraded to the latest version of perfparse, > but somehow the serviceperf.log file keeps getting > currupted with extra characters and then parfpase > erros out; > "INSERT INTO perfdata_service_raw (host_name, > service_description, ctime, txt_data) VALUES > ('PING','PING OK - Packet loss = 0%, RTA = 1.98 > ms',FROM_UNIXTIME(EVAN-SWR-MDF-C),'packet_loss=0%;10;20;0;100 > RTA=1.98ms;0;0.000000;; > > I have to edit/delete the log files to correct the > problem. I think because nagios and perfpaese are > trying to access the file at the same?(I've got a > weird setup with NFS invovled so thats probably it). > > Also, I'm not seeing any data with my check_ping & > check_ifstatus plugins, the graphs are blank, with 0 samples... > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > --------------------------------- Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. |
From: Ben C. <be...@cl...> - 2004-06-20 08:27:11
|
Jon, I think there is a problems with the format of your serviceperf.log. You can see the FROM_UNIXTIME() which should be a number and not EVAN-SWR-MDF-C. This file could definitely be corrupt, or the options in your nagios.cfg are wrong. Can I suggest you look at the HOWTO for details of the correct options in nagios.cfg, and, I am sorry to say, delete your servicelog.cfg which is obviously not in a happy state. Regards, Ben. Jon Lyons wrote: > Ben, > I've upgraded to the latest version of perfparse, > but somehow the serviceperf.log file keeps getting > currupted with extra characters and then parfpase > erros out; > "INSERT INTO perfdata_service_raw (host_name, > service_description, ctime, txt_data) VALUES > ('PING','PING OK - Packet loss = 0%, RTA = 1.98 > ms',FROM_UNIXTIME(EVAN-SWR-MDF-C),'packet_loss=0%;10;20;0;100 > RTA=1.98ms;0;0.000000;; > > I have to edit/delete the log files to correct the > problem. I think because nagios and perfpaese are > trying to access the file at the same?(I've got a > weird setup with NFS invovled so thats probably it). > > Also, I'm not seeing any data with my check_ping & > check_ifstatus plugins, the graphs are blank, with 0 samples... > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > |
From: Manas S. <Man...@ta...> - 2004-06-19 07:48:35
|
Hi, I tried to download perfparse-0.08.tar but I am not able to untar it can u help me out . Thanks and regards Manas -----Original Message----- From: Ben Clewett [mailto:Be...@cl...] Sent: Friday, June 18, 2004 9:49 PM To: 'per...@li...'; nag...@li... Subject: [Nagiosplug-help] PerfParse v0.09 There is a new version of PerfParse, 0.09. For users upgrading from other versions, please be aware of a minor name-change of the CGI programs. This version contains grouping of hosts, which some users requested, as well as many smaller enhancements and bug-fixes. Thanks for all the users who gave me good feedback, and Yves and Garry for contributing so much to the project. Please let me know of any problems, never mind how small, and enjoy the next version. Regards, Ben Clewett. http://perfparse.sourceforge.net/ ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Nagiosplug-help mailing list Nag...@li... https://lists.sourceforge.net/lists/listinfo/nagiosplug-help ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null |
From: Ben C. <Be...@cl...> - 2004-06-18 16:18:03
|
There is a new version of PerfParse, 0.09. For users upgrading from other versions, please be aware of a minor name-change of the CGI programs. This version contains grouping of hosts, which some users requested, as well as many smaller enhancements and bug-fixes. Thanks for all the users who gave me good feedback, and Yves and Garry for contributing so much to the project. Please let me know of any problems, never mind how small, and enjoy the next version. Regards, Ben Clewett. http://perfparse.sourceforge.net/ |
From: Ben C. <Be...@cl...> - 2004-06-18 10:06:27
|
Sorry Philipp, This will end up in the PerfParse 'drop' bin. The performance data is badly formed. It needs a ' ' and not a ';' between the metrics. This should be very easy to edit in the source code of this plugin as a quick-fix. :) Ben. Sand Philipp wrote: > Next Question to the check_icmp. > Although it produces performance data output, perfparse isn't able to > work with that data :( > My output looks like this: > OK - 192.168.110.22: loss 0%, rta 0.06 ms | pl=0;rta=0.06 > > Can anybody help me? :) > > >>-----Original Message----- >>From: Sand Philipp >>Sent: Friday, June 18, 2004 10:25 AM >>To: nag...@li... >>Subject: RE: AW: [Nagiosplug-help] Check_ping performance data? >> >>Questions to that plugin: >> >>1. why must it be run with root priv.? >>2. with that setuid interval limitation of < 25 ... Did you >>mean not to set the interval < 25s oder < 25 minutes? >>3. Is there a possibility to get performance data out of that >>plugin when multiple ips are used? I read the fping >>description and was very happy that you can ping more than >>one ip with one command. But when i tried it with the >>check_icmp i only get: >> >># ./check_icmp -H 192.168.110.22 192.168.110.76 -w 200,20% -c >>500,50% -p >>5 >><br> >><br> >>OK - All 2 hosts are alive >> >>Back...no performance data :-/ and I think those double <br> >>are a problem for nagios, too... >> >> >>>-----Original Message----- >>>From: Andreas Ericsson [mailto:ae...@op...] >>>Sent: Thursday, June 17, 2004 11:05 AM >>>To: nag...@li... >>>Subject: Re: AW: [Nagiosplug-help] Check_ping performance data? >>> >>>Bock, Christian wrote: >>> >>>>nag...@li... wrote: >>>> >>>> >>>>>Jon Lyons wrote: >>>>> >>>>> >>>>>>Anyone know when the performance data information will >> >>be added to >> >>>>>>the check_ping plugin? Trying to use the new perfparse >> >>for stats... >> >>>>>It's added to the check_icmp plugin, which drifts around >>> >>>from time to >>> >>>>>time on the mailing list. >>>>> >>>>>I wrote it, so gimme a holler if you want a copy. >>>> >>>> >>>>I definately want a copy, that's what I need right now :-) >>>> >>>> >>> >>>Ok. I've gotten a small drove of emails about this, so I'll post it >>>once more to the list then. >>> >>>Plugin-developers; Any chance this might make it into the default >>>plugins any time soon? >>> >>> >>>>>>Thanks! >>>>>> >>>>> >>>> ... a lot >>>> >>>>chris >>>> >>>> >>>> >>>>>You're welcome. ;-) >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference >>>>>Learn from the experts at JavaOne(SM), Sun's Worldwide Java >>> >>>Developer >>> >>>>>Conference, June 28 - July 1 at the Moscone Center in San >> >>Francisco, >> >>>>>CA REGISTER AND SAVE! http://java.sun.com/javaone/sf >> >>Priority Code >> >>>>>NWMGYKND _______________________________________________ >>>>>Nagiosplug-help mailing list >>>>>Nag...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/nagiosplug-help >>>>> >>>>> >>>>>>>>Please include plugins version (-v) and OS when reporting any >>>>>>>>issue. Messages without supporting info will risk >> >>being sent to >> >>>>>>>>/dev/null >>>> >>>> >>>> >>>-- >>>Andreas Ericsson >>>OP5 AB >>>+46 (0)733 709032 >>>and...@op... >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference >>>Learn from the experts at JavaOne(SM), Sun's Worldwide Java >> >>Developer >> >>>Conference, June 28 - July 1 at the Moscone Center in San >> >>Francisco, >> >>>CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code >>>NWMGYKND _______________________________________________ >>>Nagiosplug-help mailing list >>>Nag...@li... >>>https://lists.sourceforge.net/lists/listinfo/nagiosplug-help >>>::: Please include plugins version (-v) and OS when reporting any >>>issue. >>>::: Messages without supporting info will risk being sent >> >>to /dev/null >> >>> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference >>Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer >>Conference, June 28 - July 1 at the Moscone Center in San >>Francisco, CA >>REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority >>Code NWMGYKND >>_______________________________________________ >>Nagiosplug-help mailing list >>Nag...@li... >>https://lists.sourceforge.net/lists/listinfo/nagiosplug-help >>::: Please include plugins version (-v) and OS when reporting >>any issue. >>::: Messages without supporting info will risk being sent to /dev/null >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Nagiosplug-help mailing list > Nag...@li... > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > ::: Please include plugins version (-v) and OS when reporting any issue. > ::: Messages without supporting info will risk being sent to /dev/null > |
From: Sand P. <Phi...@sy...> - 2004-06-18 09:48:29
|
Next Question to the check_icmp. Although it produces performance data output, perfparse isn't able to work with that data :(=20 My output looks like this: OK - 192.168.110.22: loss 0%, rta 0.06 ms | pl=3D0;rta=3D0.06 Can anybody help me? :) > -----Original Message----- > From: Sand Philipp=20 > Sent: Friday, June 18, 2004 10:25 AM > To: nag...@li... > Subject: RE: AW: [Nagiosplug-help] Check_ping performance data? >=20 > Questions to that plugin: >=20 > 1. why must it be run with root priv.? > 2. with that setuid interval limitation of < 25 ... Did you=20 > mean not to set the interval < 25s oder < 25 minutes? > 3. Is there a possibility to get performance data out of that=20 > plugin when multiple ips are used? I read the fping=20 > description and was very happy that you can ping more than=20 > one ip with one command. But when i tried it with the=20 > check_icmp i only get: >=20 > # ./check_icmp -H 192.168.110.22 192.168.110.76 -w 200,20% -c=20 > 500,50% -p > 5 > <br> > <br> > OK - All 2 hosts are alive >=20 > Back...no performance data :-/ and I think those double <br>=20 > are a problem for nagios, too... >=20 > > -----Original Message----- > > From: Andreas Ericsson [mailto:ae...@op...] > > Sent: Thursday, June 17, 2004 11:05 AM > > To: nag...@li... > > Subject: Re: AW: [Nagiosplug-help] Check_ping performance data? > >=20 > > Bock, Christian wrote: > > > nag...@li... wrote: > > >=20 > > >>Jon Lyons wrote: > > >> > > >>>Anyone know when the performance data information will=20 > be added to=20 > > >>>the check_ping plugin? Trying to use the new perfparse=20 > for stats... > > >>> > > >> > > >>It's added to the check_icmp plugin, which drifts around > > from time to > > >>time on the mailing list.=20 > > >> > > >>I wrote it, so gimme a holler if you want a copy. > > >=20 > > >=20 > > > I definately want a copy, that's what I need right now :-) > > >=20 > > >=20 > >=20 > > Ok. I've gotten a small drove of emails about this, so I'll post it=20 > > once more to the list then. > >=20 > > Plugin-developers; Any chance this might make it into the default=20 > > plugins any time soon? > >=20 > > >>>Thanks! > > >>> > > >> > > > ... a lot > > >=20 > > > chris > > >=20 > > >=20 > > >>You're welcome. ;-) > > >> > > >> > > >>------------------------------------------------------- > > >>This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference=20 > > >>Learn from the experts at JavaOne(SM), Sun's Worldwide Java > > Developer > > >>Conference, June 28 - July 1 at the Moscone Center in San=20 > Francisco,=20 > > >>CA REGISTER AND SAVE! http://java.sun.com/javaone/sf=20 > Priority Code=20 > > >>NWMGYKND _______________________________________________ > > >>Nagiosplug-help mailing list > > >>Nag...@li... > > >>https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > > >> > > >>>>>Please include plugins version (-v) and OS when reporting any=20 > > >>>>>issue. Messages without supporting info will risk=20 > being sent to=20 > > >>>>>/dev/null > > >=20 > > >=20 > > >=20 > >=20 > > -- > > Andreas Ericsson > > OP5 AB > > +46 (0)733 709032 > > and...@op... > >=20 > >=20 > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference=20 > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java=20 > Developer=20 > > Conference, June 28 - July 1 at the Moscone Center in San=20 > Francisco,=20 > > CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code=20 > > NWMGYKND _______________________________________________ > > Nagiosplug-help mailing list > > Nag...@li... > > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > > ::: Please include plugins version (-v) and OS when reporting any=20 > > issue. > > ::: Messages without supporting info will risk being sent=20 > to /dev/null > >=20 > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San=20 > Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority=20 > Code NWMGYKND > _______________________________________________ > Nagiosplug-help mailing list > Nag...@li... > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help > ::: Please include plugins version (-v) and OS when reporting=20 > any issue.=20 > ::: Messages without supporting info will risk being sent to /dev/null >=20 >=20 |
From: Ben C. <Be...@cl...> - 2004-06-17 07:59:33
|
Jon, This error would tend to indicate you have a blank like in the serviceperf.log file. Probably at the top of this file. Can you edit this and remove any blank lines? (You can see the FROM_UNIXTIME() which should be FROM_UNIXTIME(1234567) which caused this specific error. Some programming to enhance the robustness of PerfParse needs to be done here. :) Regards, Ben. Jon Lyons wrote: > Thanks, tried that but still nothing, the Statistics > info says 0 as well, I think its the SQL error > statment, the data isn't getting updated.. > > ./perfparse -U monty -Psome_pass -D nagios -H > 10.128.18.202 > Filename: /usr/local/var/serviceperf.log > "INSERT INTO perfdata_service_raw (host_name, > service_description, ctime, txt_data) VALUES > ('','',FROM_UNIXTIME(),'')" 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 '),'')' at line 1 > 00:00:01 l 0 read 0 @ 0.0 l/sec. Met 0 @ nan Met/l. > Drop 0. nagios-stats# > > > Statistics. > Sample Points: 0 > Minimum: 0.000000 Average: 0.000000 > Maximum: 0.000000 Standard Dev: 0.000000 > > > >>Change the 'Max Scale:' value in the web form to >>something higher than >>the number of interfaces (for the service above, >>change '<auto>' to >>'15'), then redraw the graph. >> >>I think that currently the graph is being drawn with >>a max scale value >>equal to the number of interfaces, so the data is >>there, although you >>cannot see it because it runs right along the top of >>the graph. >> > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-06-17 07:56:41
|
Sorry gues, this specific error of a max-scale is a bug in PerfParse. PerfParse ignores the max value from the plugin at the moment, and instead looks at the entire sample before drawing the graph and notes the largest value it finds. In the case of this being an *exact* multiple of a specific value (10x 20x 25x 30x or 50x ?) then the line is, as you say, hard up against the top of the graph. This is noted as a bug on the PerfParse project page, and I will fix this soon. Regards, Ben. Cook, Garry wrote: > [snip] > >>***************************** >> >>Ok, I fixed the check_ifstatus plugin, now I have >>those services listed and Last Value colume has data >>in it, but the graphs for this service show no data... >> >>1087403020 1301-SWR-MDF-A Check Interface Status >> OK: host '10.128.250.1', interfaces up: 12, down: 0, >>dormant: 0, excluded: 0, unused: 0 up=12 down=0 >>dormant=0 excluded=0 unused=0 > > > Change the 'Max Scale:' value in the web form to something higher than > the number of interfaces (for the service above, change '<auto>' to > '15'), then redraw the graph. > > I think that currently the graph is being drawn with a max scale value > equal to the number of interfaces, so the data is there, although you > cannot see it because it runs right along the top of the graph. > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Jon L. <jly...@ya...> - 2004-06-16 20:07:24
|
My check_ifstatus plugin and perfparse is somehow currupting hostperf.log serviceperf.log, does perfparse write to these files or only read them? What ever was wrong I needed to delete the nagios log files and re-create and remove my plugin with the perfparse mods. __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Cook, G. <GW...@ma...> - 2004-06-16 19:38:30
|
Jon Lyons wrote: > Yea, same thing, it's something with the INSERT mysql > statement, I've deleted and recreated the db, not sure > whats has changed, or why it's happening, I was only > playing(editing) with the check_ifstatus plugin... :( =20 The only other thing that I can think of is that maybe it IS a problem with the check_ifstatus plugin. Instead of using the plugin that you edited, apply the patch that I sent to the list a few hours ago, and give that a shot. It's working fine on my system. Make sure the patch is applied to the original plugin, not the one that's giving you headaches. > --- "Cook, Garry" <GW...@ma...> wrote: >> Jon Lyons wrote: >>> Thanks, tried that but still nothing, the Statistics >>> info says 0 as well, I think its the SQL error >>> statment, the data isn't getting updated.. >>>=20 >>> ./perfparse -U monty -Psome_pass -D nagios -H >>> 10.128.18.202 >>=20 >> Try this instead: >> ../perfparse -U monty -P some_pass -D nagios -H >> 10.128.18.202 >>=20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Jon L. <jly...@ya...> - 2004-06-16 19:29:09
|
Yea, same thing, it's something with the INSERT mysql statement, I've deleted and recreated the db, not sure whats has changed, or why it's happening, I was only playing(editing) with the check_ifstatus plugin... :( --- "Cook, Garry" <GW...@ma...> wrote: > Jon Lyons wrote: > > Thanks, tried that but still nothing, the > Statistics > > info says 0 as well, I think its the SQL error > > statment, the data isn't getting updated.. > > > > ./perfparse -U monty -Psome_pass -D nagios -H > > 10.128.18.202 > > Try this instead: > ../perfparse -U monty -P some_pass -D nagios -H > 10.128.18.202 > > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: Cook, G. <GW...@ma...> - 2004-06-16 19:17:50
|
Jon Lyons wrote: > Thanks, tried that but still nothing, the Statistics > info says 0 as well, I think its the SQL error > statment, the data isn't getting updated.. >=20 > ./perfparse -U monty -Psome_pass -D nagios -H > 10.128.18.202 Try this instead: ./perfparse -U monty -P some_pass -D nagios -H 10.128.18.202 Add a space between the -P parameter and your password. > Filename: /usr/local/var/serviceperf.log > "INSERT INTO perfdata_service_raw (host_name, > service_description, ctime, txt_data) VALUES > ('','',FROM_UNIXTIME(),'')" 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 '),'')' at line 1 > 00:00:01 l 0 read 0 @ 0.0 l/sec. Met 0 @ nan Met/l. Drop 0. > nagios-stats#=20 >=20 >=20 > Statistics. > Sample Points: 0 > Minimum: 0.000000 Average: 0.000000 > Maximum: 0.000000 Standard Dev: 0.000000 >=20 >=20 >> Change the 'Max Scale:' value in the web form to >> something higher than >> the number of interfaces (for the service above, >> change '<auto>' to >> '15'), then redraw the graph. >>=20 >> I think that currently the graph is being drawn with a max scale >> value equal to the number of interfaces, so the data is >> there, although you >> cannot see it because it runs right along the top of the graph. Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Jon L. <jly...@ya...> - 2004-06-16 19:12:45
|
Thanks, tried that but still nothing, the Statistics info says 0 as well, I think its the SQL error statment, the data isn't getting updated.. ./perfparse -U monty -Psome_pass -D nagios -H 10.128.18.202 Filename: /usr/local/var/serviceperf.log "INSERT INTO perfdata_service_raw (host_name, service_description, ctime, txt_data) VALUES ('','',FROM_UNIXTIME(),'')" 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 '),'')' at line 1 00:00:01 l 0 read 0 @ 0.0 l/sec. Met 0 @ nan Met/l. Drop 0. nagios-stats# Statistics. Sample Points: 0 Minimum: 0.000000 Average: 0.000000 Maximum: 0.000000 Standard Dev: 0.000000 > Change the 'Max Scale:' value in the web form to > something higher than > the number of interfaces (for the service above, > change '<auto>' to > '15'), then redraw the graph. > > I think that currently the graph is being drawn with > a max scale value > equal to the number of interfaces, so the data is > there, although you > cannot see it because it runs right along the top of > the graph. > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Cook, G. <GW...@ma...> - 2004-06-16 17:14:24
|
[snip] > ***************************** >=20 > Ok, I fixed the check_ifstatus plugin, now I have > those services listed and Last Value colume has data > in it, but the graphs for this service show no data... >=20 > 1087403020 1301-SWR-MDF-A Check Interface Status > OK: host '10.128.250.1', interfaces up: 12, down: 0, > dormant: 0, excluded: 0, unused: 0 up=3D12 down=3D0 > dormant=3D0 excluded=3D0 unused=3D0 Change the 'Max Scale:' value in the web form to something higher than the number of interfaces (for the service above, change '<auto>' to '15'), then redraw the graph. I think that currently the graph is being drawn with a max scale value equal to the number of interfaces, so the data is there, although you cannot see it because it runs right along the top of the graph.=20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Jon L. <jly...@ya...> - 2004-06-16 17:03:19
|
Well, I fixed check_ifstatus(at least I thought), but it may have currupted something...I like what i see, guess I'll have to wait till things are more stable.... nagios-stats# /usr/local/nagios/bin/perfparse -r Filename: /usr/local/var/serviceperf.log File open at line 0 and ready to parse: "INSERT INTO perfdata_service_raw (host_name, service_description, ctime, txt_data) VALUES ('','',FROM_UNIXTIME(),'')" 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 '),'')' at line 1 00:00:00 l 0 read 0 @ 0.0 l/sec. Met 0 @ nan Met/l. Drop 0. nagios-stats# ***************************** Ok, I fixed the check_ifstatus plugin, now I have those services listed and Last Value colume has data in it, but the graphs for this service show no data... 1087403020 1301-SWR-MDF-A Check Interface Status OK: host '10.128.250.1', interfaces up: 12, down: 0, dormant: 0, excluded: 0, unused: 0 up=12 down=0 dormant=0 excluded=0 unused=0 > I suggest you post this as a bug to the > nagios-plugin web site. Or/and > edit the source code to correct this :) > > Ben > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Cook, G. <GW...@ma...> - 2004-06-16 16:49:42
|
Ben Clewett wrote: > Hi Garry, >=20 > Good patch. I couldn't help noticing a little error. The > delimiter for > performance data is ' ' and not ','. PP is very forgiving, but other > programs may not be so. Have a look at this for more information: >=20 > http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 >=20 > Don't worry, I have posted may a bad comment in my time. > Usually people > are happy to see some enthusiasm and interest. Let me know if your > patch is accepted, in what ever format. :) >=20 > Regards, Ben. Thanks for the heads up Ben. I've poked and prodded a little more, and this patch seems to work well. However, I'm not going to send it over to the plugin development list just yet, as I've already notified them of the issue, and I'm sure that there is probably someone over there who can make it work even better. If I don't see anything about it in the next few days, I'll send them this one. In the meantime, if anyone is using check_ifstatus (Jon, are you still out there?), please test this out and provide me some feedback. Thanks.=20 Due to the fact that this is probably going to wordwrap, I've attached the patchfile as well. *** check_ifstatus2 2004-06-16 10:08:28.000000000 -0600 --- check_ifstatus.orig 2004-06-16 08:11:54.000000000 -0600 *************** *** 207,213 **** $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up=3D%d;;;; down=3D%d;;;; dormant=3D%d;;;; excluded=3D%d;;;; = unused=3D%d;;;;",$ifup,$ifdown,$ifdormant,$ifexclude,$i funused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; =20 --- 207,213 ---- $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up:%d,down:%d,dormant:%d,excluded:%d,unused:%d",$ifup,$ifdown,$ ifdormant,$ifexclude,$ifunused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Cook, G. <GW...@ma...> - 2004-06-16 15:37:26
|
per...@li... wrote: > The check_ifstatus patch seems to output Performance Data incorrectly. > I've patched it and included the patch below. For future reference, > please let me know if I should submit this somewhere on sf.net, or if > sending to the list is ok. Thanks. >=20 > *** check_ifstatus.orig 2004-06-16 08:11:54.000000000 -0600 > --- check_ifstatus 2004-06-16 08:12:31.000000000 -0600 > *************** > *** 207,213 **** > $ifexclude, > $ifunused); > } > ! my $perfdata =3D > sprintf("up:%d,down:%d,dormant:%d,excluded:%d,unused:%d",$ifup > ,$ifdown,$ ifdormant,$ifexclude,$ifunused); > print ("$state: $answer |$perfdata\n"); > exit $ERRORS{$state}; >=20 > --- 207,213 ---- > $ifexclude, > $ifunused); > } > ! my $perfdata =3D > = sprintf("up=3D%d,down=3D%d,dormant=3D%d,excluded=3D%d,unused=3D%d",$ifup > ,$ifdown,$ ifdormant,$ifexclude,$ifunused); > print ("$state: $answer |$perfdata\n"); > exit $ERRORS{$state}; =20 Looks like I was somewhat overzealous, and did not do enough testing. While the patch above does allow Nagios to process the performance data from the check_ifstatus plugin, the $PERFDATA output is still not formatted correctly. I'll look at it again when I have some more time, although I'm going to have to study up on the output method first, so it may take me a while. Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Cook, G. <GW...@ma...> - 2004-06-16 14:28:58
|
The check_ifstatus patch seems to output Performance Data incorrectly. I've patched it and included the patch below. For future reference, please let me know if I should submit this somewhere on sf.net, or if sending to the list is ok. Thanks. *** check_ifstatus.orig 2004-06-16 08:11:54.000000000 -0600 --- check_ifstatus 2004-06-16 08:12:31.000000000 -0600 *************** *** 207,213 **** $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up:%d,down:%d,dormant:%d,excluded:%d,unused:%d",$ifup,$ifdown,$ ifdormant,$ifexclude,$ifunused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; =20 --- 207,213 ---- $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up=3D%d,down=3D%d,dormant=3D%d,excluded=3D%d,unused=3D%d",$ifup,= $ifdown,$ ifdormant,$ifexclude,$ifunused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; =20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile)=20 |
From: Cook, G. <GW...@ma...> - 2004-06-16 14:24:49
|
per...@li... wrote: [snip] > Lots of these in the drop file: >=20 > -------------------------- > LINE: '24' > HOST: 'knx-rtr' > SERV: 'Interfaces' > PERF: 'up:5,down:0,dormant:0,excluded:0,unused:0' > FAIL: 'Metric 0, Can't find end of metric name.' > -------------------------- >=20 > The good news is... This is the only plugin that appears in my drop > file. :-)=20 >=20 > -g >=20 [snip] >> Jon Lyons wrote: >>> Yep, 99% of my checks are with the check_ping plugin, >>> allthough check_ifstatus does reports the performance >>> numbers, but doesn't show up in the graphs... [snip] I've fixed this problem, it was incorrect output coming from the plugin. Here is the patch: *** check_ifstatus.orig 2004-06-16 08:11:54.000000000 -0600 --- check_ifstatus 2004-06-16 08:12:31.000000000 -0600 *************** *** 207,213 **** $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up:%d,down:%d,dormant:%d,excluded:%d,unused:%d",$ifup,$ifdown,$ ifdormant,$ifexclude,$ifunused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; =20 --- 207,213 ---- $ifexclude, $ifunused); } ! my $perfdata =3D sprintf("up=3D%d,down=3D%d,dormant=3D%d,excluded=3D%d,unused=3D%d",$ifup,= $ifdown,$ ifdormant,$ifexclude,$ifunused); print ("$state: $answer |$perfdata\n"); exit $ERRORS{$state}; =20 Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Ben C. <Be...@cl...> - 2004-06-16 14:21:33
|
This is a badly coded plugin. The format is wrong. It should be: | up=12 down=0 dormant=1 excluded=0 unused=0 Not: |up:12,down:0,dormant:1,excluded:0,unused:0 I suggest you post this as a bug to the nagios-plugin web site. Or/and edit the source code to correct this :) Ben Cook, Garry wrote: > per...@li... wrote: > >>Jon, >> >>This is odd. If perfparse sees the performance metric, it >>will index it. >> >>Can you reply with three bits of information. Can you let me >>know what >>the raw output of 'check_ifstatus' looks like: >> >>$ /..../nagios/libexec/check_ifstatus > > > I'm not seeing this plugin in PerfParse either. Here is the output of > the command: > > /usr/local/nagios/etc: sudo ../libexec/check_ifstatus -H <IPADDRESS> -C > <CSTRING> > OK: host '<IPADDRESS>', interfaces up: 12, down: 0, dormant: 1, > excluded: 0, unused: 0 |up:12,down:0,dormant:1,excluded:0,unused:0 > /usr/local/nagios/etc: > > > >>Secondly, can you stop 'perfparse' running, and show me a >>sample of the >>serviceperf.log file showing how this plugin reports it's >>self in this log? > > >>From the log, same plugin, different router: > > 1087391844 lyn-rtr Interfaces OK: host '<IPADDRESS>', > interfaces up: 5, down: 0, dormant: 0, excluded: 0, unused: 0 up:5 > ,down:0,dormant:0,excluded:0,unused:0 > > > >>Lastly, can you see if there is anything in the 'drop' file, >>and show me? >> >>Regards Ben. > > > Lots of these in the drop file: > > -------------------------- > LINE: '24' > HOST: 'knx-rtr' > SERV: 'Interfaces' > PERF: 'up:5,down:0,dormant:0,excluded:0,unused:0' > FAIL: 'Metric 0, Can't find end of metric name.' > -------------------------- > > The good news is... This is the only plugin that appears in my drop > file. :-) > > -g > > >>PS, I don't really mind, but officially this mailing list is >>to discuss >>programming issues of PerfParse. There is another mailing list, >>'perfparse-users' for these problems. This mailing list has far more >>subscribes, some of whom may know straight away what your >>problem is. :) >> >> >>Jon Lyons wrote: >> >>>Yep, 99% of my checks are with the check_ping plugin, >>>allthough check_ifstatus does reports the performance >>>numbers, but doesn't show up in the graphs... >>> >>>Just spent the entire day trying to fix my MYsql >>>client so I can try this and none of my checks are >>>supported yet....ARGH! >>> >>> >>>--- "Cook, Garry" <GW...@ma...> wrote: >>> >>> >>>>Jon Lyons wrote: >>>> >>>> >>>>>Ok, I finally got PerfParse installed and running, >>>> >>>>but >>>> >>>> >>>>>only 6 hosts out of 200 are being displayed with > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Cook, G. <GW...@ma...> - 2004-06-16 14:07:28
|
per...@li... wrote: > Jon, >=20 > This is odd. If perfparse sees the performance metric, it > will index it. >=20 > Can you reply with three bits of information. Can you let me > know what > the raw output of 'check_ifstatus' looks like: >=20 > $ /..../nagios/libexec/check_ifstatus=20 I'm not seeing this plugin in PerfParse either. Here is the output of the command: /usr/local/nagios/etc: sudo ../libexec/check_ifstatus -H <IPADDRESS> -C <CSTRING> OK: host '<IPADDRESS>', interfaces up: 12, down: 0, dormant: 1, excluded: 0, unused: 0 |up:12,down:0,dormant:1,excluded:0,unused:0 /usr/local/nagios/etc:=20 > Secondly, can you stop 'perfparse' running, and show me a > sample of the > serviceperf.log file showing how this plugin reports it's > self in this log? From the log, same plugin, different router: 1087391844 lyn-rtr Interfaces OK: host '<IPADDRESS>', interfaces up: 5, down: 0, dormant: 0, excluded: 0, unused: 0 up:5 ,down:0,dormant:0,excluded:0,unused:0 =20 > Lastly, can you see if there is anything in the 'drop' file, > and show me? >=20 > Regards Ben. Lots of these in the drop file: -------------------------- LINE: '24' HOST: 'knx-rtr' SERV: 'Interfaces' PERF: 'up:5,down:0,dormant:0,excluded:0,unused:0' FAIL: 'Metric 0, Can't find end of metric name.' -------------------------- The good news is... This is the only plugin that appears in my drop file. :-) -g =20 > PS, I don't really mind, but officially this mailing list is > to discuss > programming issues of PerfParse. There is another mailing list, > 'perfparse-users' for these problems. This mailing list has far more > subscribes, some of whom may know straight away what your > problem is. :) >=20 >=20 > Jon Lyons wrote: >> Yep, 99% of my checks are with the check_ping plugin, >> allthough check_ifstatus does reports the performance >> numbers, but doesn't show up in the graphs... >>=20 >> Just spent the entire day trying to fix my MYsql >> client so I can try this and none of my checks are >> supported yet....ARGH! >>=20 >>=20 >> --- "Cook, Garry" <GW...@ma...> wrote: >>=20 >>> Jon Lyons wrote: >>>=20 >>>> Ok, I finally got PerfParse installed and running, >>>=20 >>> but >>>=20 >>>> only 6 hosts out of 200 are being displayed with |
From: Ben C. <Be...@cl...> - 2004-06-16 13:09:20
|
Norbert, Your problem might be permissions. The owner of the programs does not matter, but they must be read and executable by Apache, eg: $ cd nagios/sbin $ ls -l perf* -rwxr-xr-x 1 root root 24760 Jun 8 10:02 perfchart.png -rwxr-xr-x 1 root root 39864 Jun 8 10:02 perfgraph.cgi (The user 'root' is sometimes used on CGI as is makes the code unhackable if the web server, like Apache, is compromised. But this is a matter of contention. Use what you like. :) Can you also tell me what browser you are using. Some versions of the KDE browser (Koncorer?) have a bug which I have not yet coded for, which can produce this error. If this is not the case, you will need to look at your html server setup. Regards, Ben. PS, the file names shown above are currently being discussed as to what they should be. Please use what ever your version has compiled and no other. Norbert Wiedeke/GIS wrote: > Hallo, > > that was the Browser (netscape/Solaris) , > Mozilla/Linux, iexplore/Xp haven't this Error. > > Norbert. > > > > Hallo Ben, > > it's, okay ...... > > Now, the next error: > > I can activate the Perfparse page (perfgraph.cgi). > > There are 4 links. > When i'm activate one of the 4 links the message appears: > > Forbidden > You don't have permission to access /nagios/cgi-bin/ on this server. > > > Norbert. > > > > > > > Ben Clewett > <Be...@cl... An: Norbert Wiedeke/GIS > .uk> <nor...@gi...>, > "'per...@li...'" > 15.06.04 15:17 <per...@li...> > Kopie: > Thema: Re: Antwort: Re: Antwort: Re: Perfparse 0.08 > > > > > Norbert, > > Sorry about this, I have had people complain about this problem. I am > glad you found this without any problems. > > The program will use the current perfchart/perfgraph in all future > versions. I will amend the documentation for the next version to help > other users. > > Ii hope you have got perfparse to work for you. > > Regards, Ben. > > > > > > > > > |