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: Kemp, D. <Dar...@xe...> - 2004-07-22 18:12:32
|
Check_load and check_disk both do perf data. Although the check_disk = stuff is fairly broken. -dkk -----Original Message----- From: per...@li... = [mailto:per...@li...] On Behalf Of Wilson = Pires Jr Sent: Thursday, July 22, 2004 1:45 PM To: per...@li... Subject: RE: [Perfparse-users] [Perfparse-users] Ok. Now I got it. I'm using plugins 1.4a1. I'm getting performance data only to http and = ftp. Do you know what plugins return perfdata? I'm interested getting perfdata from ping, cpu and disk space. Are these available? Thanks, Wilson -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Sand Philipp Sent: ter=E7a-feira, 20 de julho de 2004 03:03 To: per...@li... Subject: RE: [Perfparse-users] [Perfparse-users] > 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 Branchenlvsung f|r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar|ber hinaus persvnliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgemd_e Empfdnger sind, lvschen Sie bitte die E-Mail und deren Anhdnge sofort und benachrichtigen Sie uns dar|ber. Die Firma sycor willigt in keine = Vertrdge oder vertragliche Verpflichtungen ein oder |bermittelt = rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr|cklich in schriftlicher Form zwischen den Parteien vereinbart = wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this = e-mail 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 expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- 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=3Dick _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users ------------------------------------------------------- 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=3Dick _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Ben C. <be...@cl...> - 2004-07-22 20:14:43
|
Another version, two in the same day! The main extra in this one is a Gant chart in the raw history report. Treat this as a prototype. Let me know how you would like to see this feature developed. This also has a few fixes to help port onto FreeBSD and the usual collection of bug-fixes (thanks for the feedback). Thanks for all the support over the last few versions. I feel we are really getting somewhere now! Regards, Ben Clewett. |
From: Ben C. <Be...@cl...> - 2004-07-23 15:56:50
|
Yet another version! Our friend Yves found and fixed an important bug. Versions 0.99.01 to 0.99.04 suffer a risk of not importing data. If you have a line of performance data PerfParse did not understand, you may have lost the rest of the import. This is now fixed. :) More important! A big hole is PP to date:- The Nagios States (OK, WARNING, CRITICAL, UNKNOWN) were not imported. They are now successfully parsed, stored and used on all Raw Reports. Including the new Gant chart. Thanks again to Yves. There is a small fix needed. Please edit nagios.cfg, find the line: xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$ And please change to: xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$\t$SERVICESTATE$ This is required for this version :) In more detail: The state is stored and used. Older data from before this fix will still 'guess' the correct state from the text output of the plugin. Recent data from this version onwards will use true correct state. Thanks for all the feedback, please keep us informed of any problems. Regards, Ben |
From: Ben C. <Be...@cl...> - 2004-07-23 16:39:35
|
PP users, I am sorry to admit that this version too contained bugs. This is a problem of trying to fix bugs whilst developing code, not having enough time to test. This version has been removed. Please don't use it. It will only import lines of data with performance data, all others will be dropped. Very sorry about this! Regards, Ben. Ben Clewett wrote: > Yet another version! > > Our friend Yves found and fixed an important bug. Versions 0.99.01 to > 0.99.04 suffer a risk of not importing data. If you have a line of > performance data PerfParse did not understand, you may have lost the > rest of the import. This is now fixed. :) > > More important! > > A big hole is PP to date:- The Nagios States (OK, WARNING, CRITICAL, > UNKNOWN) were not imported. They are now successfully parsed, stored > and used on all Raw Reports. Including the new Gant chart. Thanks > again to Yves. > > There is a small fix needed. Please edit nagios.cfg, find the line: > > xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$ > > > And please change to: > > xpdfile_service_perfdata_template=$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$PERFDATA$\t$SERVICESTATE$ > > > This is required for this version :) > > In more detail: The state is stored and used. Older data from before > this fix will still 'guess' the correct state from the text output of > the plugin. Recent data from this version onwards will use true correct > state. > > Thanks for all the feedback, please keep us informed of any problems. > > Regards, > > Ben > > > > > ------------------------------------------------------- > 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-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: 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: Wilson P. J. <wp....@te...> - 2004-07-22 17:46:19
|
Ok. Now I got it. I'm using plugins 1.4a1. I'm getting performance data only to http and = ftp. Do you know what plugins return perfdata? I'm interested getting perfdata from ping, cpu and disk space. Are these available? Thanks, Wilson -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of Sand Philipp Sent: ter=E7a-feira, 20 de julho de 2004 03:03 To: per...@li... Subject: RE: [Perfparse-users] [Perfparse-users] > 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 Branchenlvsung f|r die Kunststoffindustrie www.sycor-plastics.de ************************************************ Diese E-Mail ist vertraulich und kann dar|ber hinaus persvnliche Informationen beinhalten. Wenn Sie nicht der bestimmungsgemd_e Empfdnger sind, lvschen Sie bitte die E-Mail und deren Anhdnge sofort und benachrichtigen Sie uns dar|ber. Die Firma sycor willigt in keine = Vertrdge oder vertragliche Verpflichtungen ein oder |bermittelt = rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdr|cklich in schriftlicher Form zwischen den Parteien vereinbart = wurde. This e-mail is confidential and may contain personal and/or privileged information. If you are not the intended recipient please delete this = e-mail 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 expressly agreed upon between the parties and documented in written form. ------------------------------------------------------- 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=3Dick _______________________________________________ Perfparse-users mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-users |