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: Ben C. <Be...@cl...> - 2004-07-21 13:31:12
|
Darren, Just to make sure: You have compiled Nagios to use the performance=20 method of 'file'? Eg, something like: ./configure --with-file-perfdata In my nagios.cfg I now have the following entries: #service_perfdata_command=3Dprocess-service-perfdata xpdfile_service_perfdata_file=3D/usr/local/nagios/var/serviceperf.log xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$= OUTPUT$\t$PERFDATA$ Please ensure similar entries are similar. Especially the last line=20 which must be identical. You should now have a file with performance data waiting for PerfParse :) Ben Kemp, Darren wrote: > Just to clarify the directions, do the processing commands get > uncommented? > #host_perfdata_command=3Dprocess-host-perfdata > #service_perfdata_command=3Dprocess-service-perfdata >=20 > Without them I get no logs, and I've verified everything else in the > document is correct (again) >=20 > With these uncommented I get logs, but no graphs. Is there a DEBUG I ca= n > turn on to see if something funky is going on? >=20 > Thanks for your time. >=20 > -dkk >=20 >=20 > -----Original Message----- > From: Ben Clewett [mailto:Be...@cl...]=20 > Sent: Wednesday, July 21, 2004 9:04 AM > To: Kemp, Darren > Subject: Re: [Perfparse-users] Problems processing serviceperf.log >=20 > Kemp, Darren wrote: >=20 >>I have several hosts updated with the CVS plugins that do indeed have >=20 > the plugin data: >=20 >>OK - load average: 0.13, 0.20, >=20 > 0.21|load1=3D0.132813;15.000000;30.000000;0.000000 > load5=3D0.195313;10.000000;25.000000;0.000000 > load15=3D0.210938;5.000000;20.000000;0.000000 >=20 >>However, not *all* of my NRPE hosts have been updated to the new >=20 > plugins,=20 >=20 >>Will this make a difference? >=20 >=20 > If the plugin produces performance data, PerfParse with parse and graph > it. >=20 > However, there is a stage between the plugin showing data and PerfParse= =20 > getting it. The same information must appear in the serviceperf.log=20 > file. Can you let this file develop for a while and check it to see=20 > whether there is performance data? >=20 > If there is not, then there are some pointers in the HOWTO on how to=20 > ensure Nagios logs this data. >=20 > Let me know how you get on. >=20 > Regards, Ben. >=20 >=20 >=20 >=20 > ------------------------------------------------------- > 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_idG21&alloc_id=10040&op=CCk > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 |
From: Ben C. <Be...@cl...> - 2004-07-21 13:11:48
|
Jaap, I am glad you like our little project :) PerfParse stores all values as floating point, even if they are integer. The problem must be further up the chain. My own show_load does give real numbers. Can you check that your show_load does produce floating point values, and these do get into the serviceperf.log file? If so, can you show me a line of this log file with this data. I can enter this into my setup and see how it behaves. Regards, Ben. Jaap Hogenberg wrote: > Hi list, > > I'm new to using perfparse, and I really like it ! > Kudos to the developers ! > > Forgive me if this is a FAQ, but I was wondering > about the performance data coming from the check_load plugin. > > I see correct values,(in serviceperf.log) but it looks like perfparse > will store the values as integers, where I would like to > see the decimal part of the load as well. > > I use perfparse version 0.99.01 with plugins version 1.4.0alpha1. > > Is there a way to change this ? > > Many thanks, > > Jaap Hogenberg > > > > > > ------------------------------------------------------- > 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=4721&alloc_id=10040&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Kemp, D. <Dar...@xe...> - 2004-07-21 13:10:16
|
Just to clarify the directions, do the processing commands get uncommented? #host_perfdata_command=3Dprocess-host-perfdata #service_perfdata_command=3Dprocess-service-perfdata Without them I get no logs, and I've verified everything else in the document is correct (again) With these uncommented I get logs, but no graphs. Is there a DEBUG I can turn on to see if something funky is going on? Thanks for your time. -dkk -----Original Message----- From: Ben Clewett [mailto:Be...@cl...]=20 Sent: Wednesday, July 21, 2004 9:04 AM To: Kemp, Darren Subject: Re: [Perfparse-users] Problems processing serviceperf.log Kemp, Darren wrote: > I have several hosts updated with the CVS plugins that do indeed have the plugin data: >=20 > OK - load average: 0.13, 0.20, 0.21|load1=3D0.132813;15.000000;30.000000;0.000000 load5=3D0.195313;10.000000;25.000000;0.000000 load15=3D0.210938;5.000000;20.000000;0.000000 >=20 > However, not *all* of my NRPE hosts have been updated to the new plugins,=20 > Will this make a difference? If the plugin produces performance data, PerfParse with parse and graph it. However, there is a stage between the plugin showing data and PerfParse=20 getting it. The same information must appear in the serviceperf.log=20 file. Can you let this file develop for a while and check it to see=20 whether there is performance data? If there is not, then there are some pointers in the HOWTO on how to=20 ensure Nagios logs this data. Let me know how you get on. Regards, Ben. |
From: Jaap H. <jaa...@ma...> - 2004-07-21 12:44:51
|
Hi list, I'm new to using perfparse, and I really like it ! Kudos to the developers ! Forgive me if this is a FAQ, but I was wondering about the performance data coming from the check_load plugin. I see correct values,(in serviceperf.log) but it looks like perfparse will store the values as integers, where I would like to see the decimal part of the load as well. I use perfparse version 0.99.01 with plugins version 1.4.0alpha1. Is there a way to change this ? Many thanks, Jaap Hogenberg |
From: Ben C. <Be...@cl...> - 2004-07-21 08:17:00
|
Dear Users, Sorry to admit to a small bug I introduced to version 0.99.02. Line 164 of src/cgi_bin_report.h should read: sColour, sProgName, sCGIOut); And not: sProgName, sColour, sCGIOut); Please alter and re-make. This only effects this version. The next version will be out very shortly. Regards, Ben |
From: Kemp, D. <Dar...@xe...> - 2004-07-20 17:57:05
|
Got this. The default commands in misccommands.cfg are not ended with a new line. So everything was on one big line. Not good. -dkk -----Original Message----- From: Kemp, Darren=20 Sent: Tuesday, July 20, 2004 1:41 PM To: 'Ben Clewett' Cc: 'per...@li...' Subject: RE: [Perfparse-users] Problems processing serviceperf.log The conf may be screwed up, I still have the command syntax for the host_perfdata_command, however, without this I get nothing logged whatsoever. In nagios.cfg: host_perfdata_command=3Dprocess-host-perfdata service_perfdata_command=3Dprocess-service-perfdata xpdfile_host_perfdata_file=3D/usr/local/nagios/var/hostperf.log xpdfile_host_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$OUTPUT$\t$PERFDATA= $ xpdfile_service_perfdata_file=3D/usr/local/nagios/var/serviceperf.log xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$= O UTPUT$\t $PERFDATA$ In misccommands.cfg: # 'process-host-perfdata' command definition define command{ command_name process-host-perfdata command_line /usr/bin/printf "%b" "$LASTHOSTCHECK$\t$HOSTNAME$\t$HOST STATE$\t$HOSTATTEMPT$\t$HOSTSTATETYPE$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT $\t$HOST PERFDATA$" >> /usr/local/nagios/var/hostperf.log } # 'process-service-perfdata' command definition define command{ command_name process-service-perfdata command_line /usr/bin/printf "%b" "$LASTSERVICECHECK$\t$HOSTNAME$\t$S ERVICEDESC$\t$SERVICESTATE$\t$SERVICEATTEMPT$\t$SERVICESTATETYPE$\t$SERV ICEEXECU TIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$" >> /usr/local/n agios/var/serviceperf.log } -----Original Message----- From: Ben Clewett [mailto:Be...@cl...]=20 Sent: Tuesday, July 20, 2004 12:23 PM To: Kemp, Darren; 'per...@li...' Subject: Re: [Perfparse-users] Problems processing serviceperf.log Darren, You almost certainly have a bad serviceperf.log file. The first column of this file should be a number. In your case it=20 contains a 'D'. Can you check nagios.cfg against our documentation to ensure you have=20 the correct format defined for this file? You may also have to delete this file. PerfParse does not seem to=20 understand it in it's current form. If this is not the case, please let me know. Regards, Ben. Kemp, Darren wrote: > Anyone have any idea why my unixtime is returning a D? >=20 > =20 >=20 > I'm still poking around, but it seems rather strange J >=20 > =20 >=20 > bash-2.03# ./perfparse -r >=20 > Filename: /usr/local/nagios/var/serviceperf.log >=20 > File open at line 0 and ready to parse: >=20 > 00:00:00 l 0 read 0 @ 0.0 l/sec. Met 0 @ NaN Met/l. Drop 0. "INSERT=20 > INTO perfdata_service_raw (host_name, service_description, ctime,=20 > txt_data) VALUES ('4.065000','0.820000',FROM_UNIXTIME(D),'PING OK -=20 > Packet loss =3D 0%, RTA =3D 32.00 ms')" failed: >=20 > Unknown column 'D' in 'field list' >=20 > bash-2.03# >=20 > =20 >=20 > =20 >=20 > -dkk >=20 |
From: Kemp, D. <Dar...@xe...> - 2004-07-20 17:53:42
|
The conf may be screwed up, I still have the command syntax for the host_perfdata_command, however, without this I get nothing logged whatsoever. In nagios.cfg: host_perfdata_command=3Dprocess-host-perfdata service_perfdata_command=3Dprocess-service-perfdata xpdfile_host_perfdata_file=3D/usr/local/nagios/var/hostperf.log xpdfile_host_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$OUTPUT$\t$PERFDATA= $ xpdfile_service_perfdata_file=3D/usr/local/nagios/var/serviceperf.log xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$= O UTPUT$\t $PERFDATA$ In misccommands.cfg: # 'process-host-perfdata' command definition define command{ command_name process-host-perfdata command_line /usr/bin/printf "%b" "$LASTHOSTCHECK$\t$HOSTNAME$\t$HOST STATE$\t$HOSTATTEMPT$\t$HOSTSTATETYPE$\t$HOSTEXECUTIONTIME$\t$HOSTOUTPUT $\t$HOST PERFDATA$" >> /usr/local/nagios/var/hostperf.log } # 'process-service-perfdata' command definition define command{ command_name process-service-perfdata command_line /usr/bin/printf "%b" "$LASTSERVICECHECK$\t$HOSTNAME$\t$S ERVICEDESC$\t$SERVICESTATE$\t$SERVICEATTEMPT$\t$SERVICESTATETYPE$\t$SERV ICEEXECU TIONTIME$\t$SERVICELATENCY$\t$SERVICEOUTPUT$\t$SERVICEPERFDATA$" >> /usr/local/n agios/var/serviceperf.log } -----Original Message----- From: Ben Clewett [mailto:Be...@cl...]=20 Sent: Tuesday, July 20, 2004 12:23 PM To: Kemp, Darren; 'per...@li...' Subject: Re: [Perfparse-users] Problems processing serviceperf.log Darren, You almost certainly have a bad serviceperf.log file. The first column of this file should be a number. In your case it=20 contains a 'D'. Can you check nagios.cfg against our documentation to ensure you have=20 the correct format defined for this file? You may also have to delete this file. PerfParse does not seem to=20 understand it in it's current form. If this is not the case, please let me know. Regards, Ben. Kemp, Darren wrote: > Anyone have any idea why my unixtime is returning a D? >=20 > =20 >=20 > I'm still poking around, but it seems rather strange J >=20 > =20 >=20 > bash-2.03# ./perfparse -r >=20 > Filename: /usr/local/nagios/var/serviceperf.log >=20 > File open at line 0 and ready to parse: >=20 > 00:00:00 l 0 read 0 @ 0.0 l/sec. Met 0 @ NaN Met/l. Drop 0. "INSERT=20 > INTO perfdata_service_raw (host_name, service_description, ctime,=20 > txt_data) VALUES ('4.065000','0.820000',FROM_UNIXTIME(D),'PING OK -=20 > Packet loss =3D 0%, RTA =3D 32.00 ms')" failed: >=20 > Unknown column 'D' in 'field list' >=20 > bash-2.03# >=20 > =20 >=20 > =20 >=20 > -dkk >=20 |
From: Ben C. <Be...@cl...> - 2004-07-20 16:21:34
|
Darren, You almost certainly have a bad serviceperf.log file. The first column of this file should be a number. In your case it=20 contains a 'D'. Can you check nagios.cfg against our documentation to ensure you have=20 the correct format defined for this file? You may also have to delete this file. PerfParse does not seem to=20 understand it in it's current form. If this is not the case, please let me know. Regards, Ben. Kemp, Darren wrote: > Anyone have any idea why my unixtime is returning a D? >=20 > =20 >=20 > I=92m still poking around, but it seems rather strange J >=20 > =20 >=20 > bash-2.03# ./perfparse -r >=20 > Filename: /usr/local/nagios/var/serviceperf.log >=20 > File open at line 0 and ready to parse: >=20 > 00:00:00 l 0 read 0 @ 0.0 l/sec. Met 0 @ NaN Met/l. Drop 0. "INSERT=20 > INTO perfdata_service_raw (host_name, service_description, ctime,=20 > txt_data) VALUES ('4.065000','0.820000',FROM_UNIXTIME(D),'PING OK -=20 > Packet loss =3D 0%, RTA =3D 32.00 ms')" failed: >=20 > Unknown column 'D' in 'field list' >=20 > bash-2.03# >=20 > =20 >=20 > =20 >=20 > -dkk >=20 |
From: Kemp, D. <Dar...@xe...> - 2004-07-20 16:12:38
|
Anyone have any idea why my unixtime is returning a D? =20 I'm still poking around, but it seems rather strange :-) =20 bash-2.03# ./perfparse -r Filename: /usr/local/nagios/var/serviceperf.log File open at line 0 and ready to parse: 00:00:00 l 0 read 0 @ 0.0 l/sec. Met 0 @ NaN Met/l. Drop 0. "INSERT INTO perfdata_service_raw (host_name, service_description, ctime, txt_data) VALUES ('4.065000','0.820000',FROM_UNIXTIME(D),'PING OK - Packet loss =3D 0%, RTA =3D 32.00 ms')" failed: Unknown column 'D' in 'field list' bash-2.03# =20 =20 -dkk |
From: Ben C. <Be...@cl...> - 2004-07-20 16:02:56
|
New version of PP out: 0.99.02. This has been coded to work with Netscape and other older browsers. There is also an important bug fix if you are using Solaris. Thanks to much work from Yves. There was a problem reported on version 0.99.01 where a use lost their data when 'perfparse-purge-db' was run. Can I ask all members with this version to be careful. Don't run the purge and/or check the delete policies against your data carefully. The purge is disabled in 0.99.02. Regards, Ben. |
From: Yves M. <yme...@li...> - 2004-07-20 11:06:51
|
Answering to Darren Kemp... I think I found the bug. Read my_gethostname() at the beginning of config_file.c. Can you find the= malloc() ? The bug is there: you read malloc(sizeof(MAXHOSTNAMELEN)) instead of malloc(sizeof(char)*MAXHOSTNAMELEN) Please change and recompile ! btw, Ben, this bug only happens on Solaris. Linux does not execute that c= ode. > Its interesting too, because if I move the config file out of the confi= g > dir, it exits normally as it should. > > Very strange. When I get some more free time I am going to try this > compile on a different server. Not so strange. Here is why: When there is a buffer overflow somewhere, the program writes data in som= e places it should not. If you don't use Electric Fence, it usually writes data on th= e same memory page, which is forbidden, but does not generate a segmentation fault. Writing data after the limit can overwrite other data. Then, those data m= ean nothing. And when fgets in our case, or other instruction (often printf) tries to = do something, it works with those corrupted data which make the program crash. Now, the bug is not where it crashes. This is why you usually crash a pro= gram somewhere on a system, somewhere else on another system, never on other systems, an= d in different places with gdb or Electric Fence. Moreover, if you add printf() to debug= , it will crash again in a different place, or even not crash but corrupt the data ! The easy way that does not work all the time is to use gdb. The hard way = that has always worked 100% of the time for me is to use Electric Fence and either gdb wi= th the dumped core, or printf everywhere in the source code. printf("%s:%d\n", __FILE__= ,__LINE__); It took me 10 minutes to find our bug when I started to use Electric Fenc= e ! Now, if you move the config file somewhere else, it exits normally. This = is because my_gethostname() did not corrupt the data or the code to test if the file= exists and exit if not. But even if it seemed to work, it was already buggy ! Well, thanks for reporting that bug that I consider as serious. Please edit config_file.c yourself ASAP, or wait for 0.99.02 that Ben wil= l probably release before tomorrow. Yves > > -dkk > > > -----Original Message----- > From: Yves Mettier [mailto:yme...@li...] > Sent: Monday, July 19, 2004 2:37 PM > To: Kemp, Darren > Cc: be...@cl... > Subject: RE: [Fwd: RE: [Perfparse-users] FW: Seg fualt] > > Ben, don't release 0.99.02 before I have a serious look on that one. > I don't have the code here at home, but there is something strange... > > [...] > >> #4 0xff01142c in fgets () from /usr/lib/libc.so.1 >> #5 0xff142668 in conf_load (sFileName=3D0x0) at config_file.c:194 >> #6 0x0001124c in main (argc=3D2, argv=3D0xffbefd14) at perfparse.c:14= 9 > [...] >> (gdb) p f >> $2 =3D 0 > > f should not be nul !!!!! > There is a test before that makes the program quit if f is null !!! :) > I'll have a look on that one tomorrow. > > > >> Dkk> 5.8 Generic_117350-04 sun4u sparc SUNW,Sun-Fire-480R > > 5.8 too for me :) > But I cannot reproduce the bug :( > --=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-07-20 07:45:12
|
Wilson, Philipp, It's on our TODO list to inherit the Nagios groups. Unfortunately it's=20 not as simple as that because: - The Nagios groups may be defined in MySQL, PostgreSQL or text files.=20 Especially with Nagios 2.0. - The Nagios groups only include current hosts. PP shows all hosts=20 there ever were. - PP might be on a different server, or use a different DBMS, or a=20 different database in the same DBMS. =3D> It might be hard to find the gr= oups. - PP might take input from many Nagios servers, all with different and=20 maybe conflicting groups... Quite a lot of programming to import the groups. :) I do believe Yves will be working on an import/export program to set the=20 groups from a text file. This may make it easier to cut/paist from=20 Nagios to PP in the future. In the mean while, sorry about having to set up groups twice. Secondly, Philipp is right, PP only shows data it can find. Therefore=20 the Binary data is likely to miss any hosts or services which do not=20 produce any binary data.. Again, on our long-term TODO we are planning to configure the hosts=20 optionally from a list. Therefore including missing hosts, and=20 excluding hosts the user does not wish to see. :) Ben PS, we are looking for developers. If there is anybody on this group=20 who wants to have a 'hack' at this, please do :) Sand Philipp wrote: >>Hi all. >=20 > Hi Wilson >=20 >>The performance data seems to be running ok, but the pages look odd. >> >>The option: "Select Host Group" shows only <All Groups>.=20 >>Selecting this, I got only 11 hosts, from different nagios=20 >>groups (I'm monitoring 97 hosts). >>Doesn't PP inherit nagios groups? Do I need to configure the=20 >>groups again? >=20 > I hope that feature will be implementet soon, as far as perfparse is > now, > you have to reconfigure the groups in perfparse. > =20 >=20 >=20 >=20 >>Into the "Graph Binary Data" I got all the hosts, but only=20 >>those 11 bring some service information. >> >=20 > Check your Plugins, maybe not all of them return performance Data, > Perfparse can only make Graphs when Performance Data is returned > correctly. > =20 >=20 > Regards,=20 > Philipp >=20 >=20 > ************************************************ >=20 > sycor plastics - die neue Branchenl=F6sung f=FCr die Kunststoffindustri= e >=20 > www.sycor-plastics.de >=20 > ************************************************ >=20 >=20 >=20 >=20 > Diese E-Mail ist vertraulich und kann dar=FCber hinaus pers=F6nliche In= formationen beinhalten. Wenn Sie nicht der bestimmungsgem=E4=DFe Empf=E4n= ger sind, l=F6schen Sie bitte die E-Mail und deren Anh=E4nge sofort und b= enachrichtigen 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. >=20 > This e-mail is confidential and may contain personal and/or privileged = information. If you are not the intended recipient please delete this e-m= ail and all attachments immediately and inform us. The company sycor does= not agree with contracts or contract obligations sent by e-mail, neither= do we transmit legally binding offers by e-mail, unless this is not expr= essly agreed upon between the parties and documented in written form. >=20 >=20 >=20 > ------------------------------------------------------- > 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_idG21&alloc_id=10040&op=CCk > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 |
From: Sand P. <Phi...@sy...> - 2004-07-20 06:03:19
|
> Hi all. Hi Wilson >=20 > The performance data seems to be running ok, but the pages look odd. >=20 > The option: "Select Host Group" shows only <All Groups>.=20 > Selecting this, I got only 11 hosts, from different nagios=20 > groups (I'm monitoring 97 hosts). > Doesn't PP inherit nagios groups? Do I need to configure the=20 > groups again? I hope that feature will be implementet soon, as far as perfparse is now, you have to reconfigure the groups in perfparse. =20 > Into the "Graph Binary Data" I got all the hosts, but only=20 > those 11 bring some service information. > Check your Plugins, maybe not all of them return performance Data, Perfparse can only make Graphs when Performance Data is returned correctly. =20 Regards,=20 Philipp ************************************************ 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: Wilson P. J. <wp....@te...> - 2004-07-19 22:14:00
|
Hi all. The performance data seems to be running ok, but the pages look odd. The option: "Select Host Group" shows only <All Groups>. Selecting this, I got only 11 hosts, from different nagios groups (I'm monitoring 97 hosts). Doesn't PP inherit nagios groups? Do I need to configure the groups again? Into the "Graph Binary Data" I got all the hosts, but only those 11 bring some service information. The "View Raw Plugin Data" also brings all the hosts, but clicking on "Histoty" I got "no events found". I've defined a group named "routers" with 17 routers. In "View and Graph Binary Data"/Select Host Group "routers" I got only the header: Host Service Graph Metric Last Reading Value Unit State The page title shows: "Please select a Metric to Analyse" but I can't see any Metric to select. Am I crazy? Please, help me again. Regards, Wilson |
From: Wilson P. J. <wp....@te...> - 2004-07-19 21:38:38
|
Thanks !!! -----Original Message----- From: Cook, Garry [mailto:GW...@ma...] Sent: segunda-feira, 19 de julho de 2004 17:59 To: Wilson Pires Jr; per...@li... Subject: RE: [Perfparse-users] side bar per...@li... wrote: > I've used the recommended config in: > > http://sourceforge.net/docman/display_doc.php?docid=23344&grou > p_id=109355 > > in order to add a link to pp graphs: > > <tr> > <td width=13> > <img src="images/greendot.gif" width="13" height="14" > name="performance-dot"> > </td> > <td nowrap> > <a href="/nagios/cgi-bin/extinfo.cgi?&type=4" target="main" > onMouseOver="switchdot('performance-dot',1)" > onMouseOut="switchdot('performance-dot',0)" > class="NavBarItem">Performance Info</a> > </td> > </tr> > > But that added the same "Performance Info" link that nagios brings by > default. > > I don't know html and cgi scripts. Could anybody help me? > > Regards, > > Wilson Oops. My fault. Looks like I copied/pasted the wrong section of my side.html to the docs. Sorry about that. I'll fix the docs. In the meantime, try this: <tr> <td width=13> <img src="images/greendot.gif" width="13" height="14" name="perfparse-dot"> </td> <td nowrap> <a href="/nagios/cgi-bin/perfgraph.cgi?all_bin=1" target="main" onMouseOver="switchdot('perfparse-dot',1)" onMouseOut="switchdot('perfparse-dot',0)" class="NavBarItem">PerfData Graphs</a> </td> </tr> 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-07-19 20:59:22
|
per...@li... wrote: > I've used the recommended config in: >=20 > http://sourceforge.net/docman/display_doc.php?docid=3D23344&grou > p_id=3D109355=20 > > in order to add a link to pp graphs: > > <tr> > <td width=3D13> > <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" > name=3D"performance-dot"> > </td> > <td nowrap> > <a href=3D"/nagios/cgi-bin/extinfo.cgi?&type=3D4" target=3D"main" > onMouseOver=3D"switchdot('performance-dot',1)" > onMouseOut=3D"switchdot('performance-dot',0)" > class=3D"NavBarItem">Performance Info</a> > </td> > </tr> > > But that added the same "Performance Info" link that nagios brings by > default. > > I don't know html and cgi scripts. Could anybody help me? > > Regards, > > Wilson Oops. My fault. Looks like I copied/pasted the wrong section of my side.html to the docs. Sorry about that. I'll fix the docs. In the meantime, try this: <tr> <td width=3D13> <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" name=3D"perfparse-dot"> </td> <td nowrap> <a href=3D"/nagios/cgi-bin/perfgraph.cgi?all_bin=3D1" target=3D"main" onMouseOver=3D"switchdot('perfparse-dot',1)" onMouseOut=3D"switchdot('perfparse-dot',0)" class=3D"NavBarItem">PerfData Graphs</a> </td> </tr> Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |
From: Wilson P. J. <wp....@te...> - 2004-07-19 20:42:03
|
I've used the recommended config in: http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 in order to add a link to pp graphs: <tr> <td width=13> <img src="images/greendot.gif" width="13" height="14" name="performance-dot"> </td> <td nowrap> <a href="/nagios/cgi-bin/extinfo.cgi?&type=4" target="main" onMouseOver="switchdot('performance-dot',1)" onMouseOut="switchdot('performance-dot',0)" class="NavBarItem">Performance Info</a> </td> </tr> But that added the same "Performance Info" link that nagios brings by default. I don't know html and cgi scripts. Could anybody help me? Regards, Wilson |
From: Ben C. <Be...@cl...> - 2004-07-19 07:28:44
|
Sorry Sand, that page does not show the latest version. Try: http://sourceforge.net/projects/perfparse Regards, Ben Sand Philipp wrote: > Hmm nice step from 0.11 to 0.99.01 *g*...but, where can I download the > new version? Haven't found it on http://perfparse.sourceforge.net/ :-/ >=20 >=20 >>-----Original Message----- >>From: per...@li...=20 >>[mailto:per...@li...] On=20 >>Behalf Of Ben Clewett >>Sent: Saturday, July 17, 2004 4:27 PM >>To: per...@li... >>Subject: [Perfparse-users] New version >> >>There is a new version of PerfParse, 0.99.01. >> >>There is now a history report of Nagios plugin raw output,=20 >>which also gives an availability report. Found under 'Raw=20 >>Plugin Data' -> 'History'. >> >>Thanks for the support and feedback. Please enjoy using this=20 >>product, and let me know if there is anything you believe we=20 >>should be concentrating on for later version. >> >>Regards, Ben Clewett. >>http://perfparse.sourceforge.net/ >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by BEA Weblogic Workshop FREE=20 >>Java Enterprise J2EE developer tools! >>Get your free copy of BEA WebLogic Workshop 8.1 today. >>http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick >>_______________________________________________ >>Perfparse-users mailing list >>Per...@li... >>https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >=20 >=20 >=20 > ************************************************ >=20 > sycor plastics - die neue Branchenl=F6sung f=FCr die Kunststoffindustri= e >=20 > www.sycor-plastics.de >=20 > ************************************************ >=20 >=20 >=20 >=20 > Diese E-Mail ist vertraulich und kann dar=FCber hinaus pers=F6nliche In= formationen beinhalten. Wenn Sie nicht der bestimmungsgem=E4=DFe Empf=E4n= ger sind, l=F6schen Sie bitte die E-Mail und deren Anh=E4nge sofort und b= enachrichtigen 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. >=20 > This e-mail is confidential and may contain personal and/or privileged = information. If you are not the intended recipient please delete this e-m= ail and all attachments immediately and inform us. The company sycor does= not agree with contracts or contract obligations sent by e-mail, neither= do we transmit legally binding offers by e-mail, unless this is not expr= essly agreed upon between the parties and documented in written form. >=20 >=20 >=20 > ------------------------------------------------------- > 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_idG21&alloc_id=10040&op=CCk > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 |
From: Sand P. <Phi...@sy...> - 2004-07-19 06:41:13
|
Hmm nice step from 0.11 to 0.99.01 *g*...but, where can I download the new version? Haven't found it on http://perfparse.sourceforge.net/ :-/ > -----Original Message----- > From: per...@li...=20 > [mailto:per...@li...] On=20 > Behalf Of Ben Clewett > Sent: Saturday, July 17, 2004 4:27 PM > To: per...@li... > Subject: [Perfparse-users] New version >=20 > There is a new version of PerfParse, 0.99.01. >=20 > There is now a history report of Nagios plugin raw output,=20 > which also gives an availability report. Found under 'Raw=20 > Plugin Data' -> 'History'. >=20 > Thanks for the support and feedback. Please enjoy using this=20 > product, and let me know if there is anything you believe we=20 > should be concentrating on for later version. >=20 > Regards, Ben Clewett. > http://perfparse.sourceforge.net/ >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop FREE=20 > Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick > _______________________________________________ > 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: Ben C. <be...@cl...> - 2004-07-17 14:26:45
|
There is a new version of PerfParse, 0.99.01. There is now a history report of Nagios plugin raw output, which also gives an availability report. Found under 'Raw Plugin Data' -> 'History'. Thanks for the support and feedback. Please enjoy using this product, and let me know if there is anything you believe we should be concentrating on for later version. Regards, Ben Clewett. http://perfparse.sourceforge.net/ |
From: Wilson P. J. <wp....@te...> - 2004-07-16 17:54:42
|
Hi Ben. You're right! The problem was the resource.cfg owner. I don't know why, but its owner had changed from nagios to root, so after changing back to nagios the problem was solved. Thanks. wpj -----Original Message----- From: Ben Clewett [mailto:Be...@cl...] Sent: quinta-feira, 15 de julho de 2004 13:17 To: Wilson Pires Jr; 'per...@li...' Subject: Re: [Perfparse-users] Nagios plugins problems after PerfParse Wilson, You may already have had my reply from yesterday. I think the sourceforge mailing lists are playing up. Or maybe it's my mail server. Perfparse cannot effect Nagios in any way. It only reads the log file serviceperf.log. I think therefore this problem is unlikely to be caused by Perfparse. To help me understand your problem, can you tell me whether this is specific to one plugin, or are there many which cause this? If it's only one, can you let me know which one it is? Can you check as well that Nagios was shut down fully, you did a 'ps' check to ensure all Nagios bits had died, and then started it up. This can often cause problems with version 1.x. Please let me know how you get on. Regards, Ben Clewett. Wilson Pires Jr wrote: > Hi all. > > I had nagios 1.2 running on redhat 9 and everything was fine. > > nagios was installed with this configuration: > > ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata > > I've enabled performance data in nagios according to: > > http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 > > Perfparse was installed and mysql db configured. > > After that i run "./perfparse -r". > > Now i'm getting on nagios log only: > > Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was > out of bounds. Make sure the plugin you're trying to run actually exixts. > > Actually I don't know if the problem occurred after PP installation or after > "./perfparse -r". > > I've already verified the permissions and everything has nagios/nagios as > owner. > > Could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > 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=4721&alloc_id=10040&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Ben C. <Be...@cl...> - 2004-07-15 16:14:51
|
Wilson, You may already have had my reply from yesterday. I think the sourceforge mailing lists are playing up. Or maybe it's my mail server. Perfparse cannot effect Nagios in any way. It only reads the log file serviceperf.log. I think therefore this problem is unlikely to be caused by Perfparse. To help me understand your problem, can you tell me whether this is specific to one plugin, or are there many which cause this? If it's only one, can you let me know which one it is? Can you check as well that Nagios was shut down fully, you did a 'ps' check to ensure all Nagios bits had died, and then started it up. This can often cause problems with version 1.x. Please let me know how you get on. Regards, Ben Clewett. Wilson Pires Jr wrote: > Hi all. > > I had nagios 1.2 running on redhat 9 and everything was fine. > > nagios was installed with this configuration: > > ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata > > I've enabled performance data in nagios according to: > > http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 > > Perfparse was installed and mysql db configured. > > After that i run "./perfparse -r". > > Now i'm getting on nagios log only: > > Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was > out of bounds. Make sure the plugin you're trying to run actually exixts. > > Actually I don't know if the problem occurred after PP installation or after > "./perfparse -r". > > I've already verified the permissions and everything has nagios/nagios as > owner. > > Could anybody help me? > > Regards, > > Wilson > > > > > ------------------------------------------------------- > 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=4721&alloc_id=10040&op=click > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Wilson P. J. <wp....@te...> - 2004-07-15 15:00:01
|
Hi all. I had nagios 1.2 running on redhat 9 and everything was fine. nagios was installed with this configuration: ./configure --enable-embedded-perl --with-perlcache --with-file-perfdata I've enabled performance data in nagios according to: http://sourceforge.net/docman/display_doc.php?docid=23344&group_id=109355 Perfparse was installed and mysql db configured. After that i run "./perfparse -r". Now i'm getting on nagios log only: Warning: Return code of 127 for check service 'xxxxxxxxx' on host 'xxx' was out of bounds. Make sure the plugin you're trying to run actually exixts. Actually I don't know if the problem occurred after PP installation or after "./perfparse -r". I've already verified the permissions and everything has nagios/nagios as owner. Could anybody help me? Regards, Wilson |
From: Jeff B. <Jef...@st...> - 2004-07-13 22:33:42
|
Hello all, just ran across PerfParse and have started incorporating it into Nagios 2.0 from CVS. I was curious if anyone has compiled a list of plugins known to work at this point? It would be nice to see what works and what doesn't. =3D) Jeff Bolden R&D Engineer Sterling Savings Bank=20 CONFIDENTIALITY NOTICE: This electronic mail transmission may contain = legally privileged, confidential information belonging to the sender. = The information is intended only for the use of the individual or entity = named above. If you are not the intended recipient, you are hereby = notified that any disclosure, copying, distribution or taking any action = based on the contents of this electronic mail is strictly prohibited. = If you have received this electronic mail in error, please contact = sender and delete all copies. |
From: Kemp, D. <Dar...@xe...> - 2004-07-09 21:08:59
|
Heres a stack trace, doesn't look very helpful... =20 =20 (gdb) where #0 0xfefc23ac in realfree () from /lib/libc.so.1 #1 0xfefc1f48 in _malloc_unlocked () from /lib/libc.so.1 #2 0xfefc1ce0 in malloc () from /lib/libc.so.1 #3 0xff00ee48 in _findbuf () from /lib/libc.so.1 #4 0xff011410 in fgets () from /lib/libc.so.1 #5 0xff141ab0 in conf_load (sFileName=3D0x0) at config_file.c:194 #6 0x0001182c in main (argc=3D2, argv=3D0xffbefcf4) at perfparse.c:148 (gdb) =20 =20 -dkk =20 _____ =20 From: per...@li... [mailto:per...@li...] On Behalf Of Kemp, Darren Sent: Friday, July 09, 2004 2:36 PM To: per...@li... Subject: [Perfparse-users] FW: Seg fualt =20 =20 I am having the same seg fault issue as Tim did (in the list archives) However my mysql server and the server running perfparse are one and the same. I have looked around and see no old versions of mysql laying about, just the one I installed last week. =20 bash-2.03# ./perfparse Segmentation Fault (core dumped) bash-2.03# mysql --version mysql Ver 12.22 Distrib 4.0.20, for sun-solaris2.8 (sparc) bash-2.03# =20 bash-2.03# uname -a SunOS 5.8 un4u sparc SUNW,Sun-Fire-480R =20 =20 =20 Wondering if anyone else has hit this issue without the differing SQL versions in the list archives. =20 Also I notice in the documentation code for updating side.html: =20 =20 <tr> <td width=3D13> <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" name=3D"performance-dot"> </td> <td nowrap> <a href=3D"/nagios/cgi-bin/extinfo.cgi?&type=3D4" = target=3D"main" onMouseOver=3D"switchdot('performance-dot',1)" onMouseOut=3D"switchdot('performance-dot',0)" class=3D"NavBarItem">Performance Info</a> </td> </tr> =20 =20 Correct me if I'm off but shouldn't this be pointing at the perfgraph.cgi? =20 The above just gives you another link to the Performance Info statistics. =20 Any help anyone can give would be appreciated. I'll keep fumbling with it in the meantime. =20 Cheers =20 -dkk =20 |