You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(22) |
Jul
(18) |
Aug
(30) |
Sep
(11) |
Oct
(45) |
Nov
(14) |
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(10) |
Feb
(12) |
Mar
|
Apr
|
May
(5) |
Jun
(2) |
Jul
(1) |
Aug
(4) |
Sep
(7) |
Oct
(3) |
Nov
(2) |
Dec
|
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
(3) |
2007 |
Jan
(5) |
Feb
(12) |
Mar
(14) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(2) |
2008 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(14) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Florian G. <fl...@bi...> - 2007-03-08 06:25:35
|
So this are the good news (read below). We just have to make sure that the input buffer and parser can handle huge input. Flo -------- Original-Nachricht -------- Date: Wed, 07 Mar 2007 19:44:07 -0600 From: Ethan Galstad <na...@na...> To: Nagios Developers List <nag...@li...> Subject: Re: [Nagios-devel] nagios 3.0 multiline plugin output Florian Gleixner wrote: > Hi, > > i have just a short question: In nagios 3.0 does or will the > $SERVICEPERFDATA$ and similar macros contain the extended data of a > plugin that outputs more than one line? Or is there a macro > $LONGSERVICEPERFDATA$ planned? > Just curious and too lazy to test that :-) > > Thanks. > > Flo All the performance data is stored in the $SERVICEPERFDATA$ macro. Ethan Galstad, Nagios Developer --- Email: na...@na... Website: http://www.nagios.org |
From: Florian G. <fl...@bi...> - 2007-03-07 23:38:49
|
Yves Mettier wrote: > > > Yeah ! :) > If I'm not too far from reality, I found the bug ! > How do you find the beginning and the end of an event in the file that nagios-3.0 > generates ? If the nagios developers can answer that question, we have the solution for > perfparse. If not, I consider that as a bug. What do you think ? > Now, I'm going to sleep :) > > $ date > mercredi 7 mars 2007, 23:53:32 (UTC+0100) > > Yves > I'd just say: the option that nagios generates the file does simply make no sense. Call it a bug or a logfile - if we don't support that setup, then we don't have to care. Flo |
From: Yves M. <yme...@fr...> - 2007-03-07 22:54:34
|
> Sometimes it is better to think about things one time more. > > As is see now we can circumvent the problem: We just have to deliver a > custom process-service-perfdata command that takes the $SERVICEOUTPUT$ > and $LONGSERVICEOUTPUT$ and merges or parses them or adds a custom line > separator. The easiest way would be if the $SERVICEPERFDATA$ would > contain all perfdata. Then we would not have to parse them. I'll ask at > the nagios-devel list. With such a command, we can use our own separator. This is where we can use "\n||" for example. No problem :) Another one is to use the plugin feature of nagios called "Event Broker" if someone wants to code it :) > The only drawback would be that we are not able to use the file that > nagios can generate for parsing.. Yeah ! :) If I'm not too far from reality, I found the bug ! How do you find the beginning and the end of an event in the file that nagios-3.0 generates ? If the nagios developers can answer that question, we have the solution for perfparse. If not, I consider that as a bug. What do you think ? Now, I'm going to sleep :) $ date mercredi 7 mars 2007, 23:53:32 (UTC+0100) Yves -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Florian G. <fl...@bi...> - 2007-03-07 22:05:32
|
Sometimes it is better to think about things one time more. As is see now we can circumvent the problem: We just have to deliver a custom process-service-perfdata command that takes the $SERVICEOUTPUT$ and $LONGSERVICEOUTPUT$ and merges or parses them or adds a custom line separator. The easiest way would be if the $SERVICEPERFDATA$ would contain all perfdata. Then we would not have to parse them. I'll ask at the nagios-devel list. The only drawback would be that we are not able to use the file that nagios can generate for parsing.. Flo |
From: <Mat...@ka...> - 2007-03-07 11:06:58
|
> > Is there anybody who can make things change in Nagios before > nagios-3.0-stable ? > If not, how can we do ? If i know it right, ethan is the only developer working on 3.0. You could ask on nagios-devel. But maybe you shouldn't be too optimistical. matthias |
From: Yves M. <yme...@fr...> - 2007-03-07 10:51:17
|
Hi all > There was a discussion about performance output changes on the > nagiosplug-devel list a couple of weeks ago. > Ton and me called for input from performance addon developers - no reply. Too bad that I was not in nagiosplug-devel list :( >> > TEXT OUTPUT | OPTIONAL PERFDATA >> > LONG TEXT LINE 1 >> > LONG TEXT LINE 2 > > I think Ethan told sth like "I think this won't break anything" at the > Nagios Conference last year. > That's true if only the first line is interpreted. Not as true as you think... The problem is that "first line" with no definition of a separator for the end of events, means "first line of a stream of events", not "first line of an event". So yes, it will break nothing. But with LONG TEST LINE X containing a pipe (for multiline perf data) will also be parsed as events. And perf data following the 1st LONG TEST LINE X with a pipe do not contain a pipe so they will be ignored. Is it acceptable to have more but not all perf data parsed ? :) Is there anybody who can make things change in Nagios before nagios-3.0-stable ? If not, how can we do ? Yves -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: <Mat...@ka...> - 2007-03-07 10:09:19
|
Hi all, > I don't know why the nagios people don't use something like XML for the > plugin output. It would bloat the output a bit, but there would not be > any limitation in characters or whatever any more ... I know three reasons: - all plugins need to be changed - performance output would not be usable with systems < nagios 3.0 (the pipe limit) since xml is too bloat for - i don't know - 512 bytes? - all performance graphers would need to be changed There was a discussion about performance output changes on the nagiosplug-devel list a couple of weeks ago. Ton and me called for input from performance addon developers - no reply. > > TEXT OUTPUT | OPTIONAL PERFDATA > > LONG TEXT LINE 1 > > LONG TEXT LINE 2 I think Ethan told sth like "I think this won't break anything" at the Nagios Conference last year. That's true if only the first line is interpreted. matthias |
From: Yves M. <yme...@fr...> - 2007-03-07 10:02:37
|
> Hi Yves, > > yes, this morning i've seen the announcement too. The biggest problem is > the separator i think. For the parser i once had the idea to use the > regex library. With this we could use a well known "parser" that is > fairly easy to configure. While the events are monoline, don't change it : it works well, it is very fast and nobody complains about bugs. But when the events change, rewriting the code with the regex features of libc (or if you don't mind an additionnal dependancy, libpcre) is a good idea to have the code readdable :) About the separator, what do you think about a line beginning with double pipe || ? I also suggest that the separator is configurable (for possible future extensions of nagios or third-party user tools). > I don't know why the nagios people don't use something like XML for the > plugin output. It would bloat the output a bit, but there would not be > any limitation in characters or whatever any more ... Should you send a mail to nagios-devel@mailinglist to tell them ? And describe the problem we have with streams ? The separator is \n in nagios-1.x and nagios-2.x. Because the need is not multiline but to have \n no more a separator but a "blank" character. what is the new separator ? What separator would they suggest ? The string "\n||" like me ? Or just one of "\n|" or "||" ? About XML or similar, I fully agree with the idea, but if I was a nagios developer, my answer would be no because of backward compatibility. Well, easy for me to speak and do nothing :) Yves > > Flo > > Yves Mettier wrote: >> Hi Flo, >> >> I have problems with the mailing-list (on my side, not sourceforge). So I'm sending >> this >> to you, not to perfparse-devel@... Feel free to forward it to perfparse-devel@... >> >> It is about the new nagios-3.0a. I'm reading the "what's new" and I found this : >> >> http://nagios.cvs.sourceforge.net/*checkout*/nagios/nagios/html/docs/pluginapi.html >> The plugin output spec will be this : >> >> TEXT OUTPUT | OPTIONAL PERFDATA >> LONG TEXT LINE 1 >> LONG TEXT LINE 2 >> ⦠>> LONG TEXT LINE N | PERFDATA LINE 2 >> PERFDATA LINE 3 >> ⦠>> PERFDATA LINE N >> >> >> This will affect perfdata parsing in perfparse : the whole parser assumes that there >> is >> one event per line and one line per event. >> With multi-line events, we have 2 problems. >> 1st problem : don't stop at the end of the line. This should be not very difficult. >> 2nd problem : in a stream of perf data (like a pipe or a socket), how to know the >> start >> of a new multiline event ? Should the perfparse plugin in nagios echo an ending >> separator ? >> >> If you have no idea, ask the nagios guys. If they don't have any idea either, maybe >> it's >> still time for them to change the plugin spec ? >> >> And don't forget, I've not worked on perfparse for years. Maybe I'm obsolete ? :) >> >> Yves >> >> > > -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Florian G. <fl...@bi...> - 2007-03-07 09:30:14
|
Hi Yves, yes, this morning i've seen the announcement too. The biggest problem is the separator i think. For the parser i once had the idea to use the regex library. With this we could use a well known "parser" that is fairly easy to configure. I don't know why the nagios people don't use something like XML for the plugin output. It would bloat the output a bit, but there would not be any limitation in characters or whatever any more ... Flo Yves Mettier wrote: > Hi Flo, > > I have problems with the mailing-list (on my side, not sourceforge). So I'm sending this > to you, not to perfparse-devel@... Feel free to forward it to perfparse-devel@... > > It is about the new nagios-3.0a. I'm reading the "what's new" and I found this : > > http://nagios.cvs.sourceforge.net/*checkout*/nagios/nagios/html/docs/pluginapi.html > The plugin output spec will be this : > > TEXT OUTPUT | OPTIONAL PERFDATA > LONG TEXT LINE 1 > LONG TEXT LINE 2 > … > LONG TEXT LINE N | PERFDATA LINE 2 > PERFDATA LINE 3 > … > PERFDATA LINE N > > > This will affect perfdata parsing in perfparse : the whole parser assumes that there is > one event per line and one line per event. > With multi-line events, we have 2 problems. > 1st problem : don't stop at the end of the line. This should be not very difficult. > 2nd problem : in a stream of perf data (like a pipe or a socket), how to know the start > of a new multiline event ? Should the perfparse plugin in nagios echo an ending > separator ? > > If you have no idea, ask the nagios guys. If they don't have any idea either, maybe it's > still time for them to change the plugin spec ? > > And don't forget, I've not worked on perfparse for years. Maybe I'm obsolete ? :) > > Yves > > |
From: Florian G. <fl...@re...> - 2007-02-15 23:34:07
|
Hi, i just forgot to add you to the developers list of perfparse and give=20 you cvs access. Now you have write access. Simply cvs commit your=20 changes. Thanks! Flo C=E9dric Temple schrieb: > Hi, >=20 > I test the new version of perfparse (latest CVS version) and correct tw= o bugs.=20 > Here is the patch: > diff -Naurb perfparse-all perfparse-cvs-ctemple >=20 > Hope this can help. > Bye. >=20 >=20 >=20 > -----------------------------------------------------------------------= - >=20 > diff -Naurb perfparse-all/ChangeLog perfparse-cvs-ctemple/ChangeLog > --- perfparse-all/ChangeLog 2006-12-29 01:01:12.000000000 +0000 > +++ perfparse-cvs-ctemple/ChangeLog 2007-02-15 17:29:03.000000000 +0000 > @@ -1,4 +1,6 @@ > Version 0.106.2 > + Correct creation of table perfdata_delete_policy (MySQL) (C Temple) > + Correct bug in page "all_bin" when selected one graph (C Temple) > Added comments to policies (FG) > Changed database schema. Normalized some tables (FG) > Added option to set port and/or socket for database connection (FG) > diff -Naurb perfparse-all/phpgui/templates/all_bin.tpl.html perfparse-c= vs-ctemple/phpgui/templates/all_bin.tpl.html > --- perfparse-all/phpgui/templates/all_bin.tpl.html 2006-11-10 15:32:17= .000000000 +0000 > +++ perfparse-cvs-ctemple/phpgui/templates/all_bin.tpl.html 2007-02-15 = 17:11:30.000000000 +0000 > @@ -93,7 +93,7 @@ > <td bgcolor=3D"#FFFFFF"><font face=3D"Arial, Helvetica" size=3D2>&nb= sp;<{$item.host_name}> </td> > <td bgcolor=3D"#FFFFFF"><font face=3D"Arial, Helvetica" size=3D2>&nb= sp;<{$item.service_description}> </td> > <td align=3D"center" bgcolor=3D"#FFFFFF"><font face=3D"Arial, Helvet= ica" size=3D"2"> > - <a href=3Dperfparse.php?page=3Dgraph&host_name=3D<{$item.host_na= me_url|escape:"url"}>&service=3D<{$item.service_description_url|escape:"u= rl"}>&metric=3D<{$item.metric|escape:"url"}>> > + <a href=3Dperfparse.php?page=3Dgraph&graphs[<{$item.metric_id}>> > <img src=3D"<{$http_image_path}>perfgraph-sm.png" border=3D0><= /a> > </td> =20 > <td bgcolor=3D"#FFFFFF"><font face=3D"Arial, Helvetica" size=3D2>&nb= sp;<{$item.metric}> </td> > diff -Naurb perfparse-all/phpgui/utils.php perfparse-cvs-ctemple/phpgui= /utils.php > --- perfparse-all/phpgui/utils.php 2006-12-30 01:01:12.000000000 +0000 > +++ perfparse-cvs-ctemple/phpgui/utils.php 2007-02-15 17:12:46.00000000= 0 +0000 > @@ -311,7 +311,7 @@ > } > =20 > // build query > - $query =3D'SELECT h.host_name,s.service_description,m.metric,b.cti= me,value,m.unit,b.state from '; > + $query =3D'SELECT h.host_name,s.service_description,m.metric,b.cti= me,value,m.unit,b.state,b.metric_id from '; > $query.=3D'perfdata_service_metric m, perfdata_host h,perfdata_ser= vice_bin b, perfdata_service s '; > // group_id=3D=3D0 means all groups > if ($groupId =3D=3D 0) { > @@ -338,6 +338,7 @@ > 'service_description' =3D> $t['service_descriptio= n'], > 'service_description_url' =3D> $t['service_descri= ption'], > 'metric' =3D> $t['metric'], > + 'metric_id' =3D> $t['metric_id'], > 'ctime' =3D> $t['ctime'], > 'value' =3D> $t['value'], > 'unit' =3D> $t['unit'], > diff -Naurb perfparse-all/scripts/mysql_create.sql perfparse-cvs-ctempl= e/scripts/mysql_create.sql > --- perfparse-all/scripts/mysql_create.sql 2006-12-29 01:01:13.00000000= 0 +0000 > +++ perfparse-cvs-ctemple/scripts/mysql_create.sql 2007-02-15 17:07:10.= 000000000 +0000 > @@ -24,7 +24,7 @@ > policy_id INT AUTO_INCREMENT PRIMARY KEY, > policy_name VARCHAR(20) NOT NULL UNIQUE, > delete_policy_seconds INT DEFAULT NULL, > - policy_comment TEXT, > + policy_comment TEXT > ) TYPE=3DInnoDB; > =20 > =20 |
From: <ced...@li...> - 2007-02-15 17:37:58
|
Hi, I test the new version of perfparse (latest CVS version) and correct two bugs. Here is the patch: diff -Naurb perfparse-all perfparse-cvs-ctemple Hope this can help. Bye. -- Cédric Temple Administrateur Systèmes et Réseaux Linagora SA http://www.linagora.com |
From: Alex P. <ale...@ci...> - 2007-02-12 17:14:26
|
Do have these changes impact regarding the link with ASNMTAP ? -----Original Message----- From: per...@li... [mailto:per...@li...] On Behalf Of = Florian Gleixner Sent: maandag 12 februari 2007 13:14 To: C=E9dric Temple Cc: per...@li...; Jean-Jacques Siquet; ton...@li...; be...@cl...; Yves Mettier Subject: Re: [Perfparse-devel] Perfparse : annoucement howto wiki in = french Hi C=E9dric, i did not yet have time to look at your modifications in detail. I doubt that it would be easy to merge your modifications with mine, but i'd = like to try to merge the best and leave the rest. But what i'd like most is that = if you have some more time you could help us to develop perfparse further. = I have many ideas and need help, and i bet you have some more ideas too. So at the moment i'm working on - a new database schema that relies on id columns as primary keys - a new web interface based on php (with smarty as template engine) The graph generating cgi should stay as C for performance reasons. You = can look at the development versions in sourceforge CVS or download a = snapshot here: http://perfparse.de/cvs_snapshots/ Within the archive you'll find doc/database/database_schema_v20.odp (Open Office Presentation) with the new schema. Send me your sourceforge username and you can get CVS write access if = you want to merge your changes (with care ;-)). This week i'm low on time but i'll try to look at your changes and = answer all questions. Flo C=E9dric Temple wrote: > On Lun 12 f=E9vrier 2007 11:03, Yves Mettier wrote: >> Hi Cedric and Tony, >=20 > Hi, >=20 > Thanks for my poor english. >=20 >=20 >> We heard of the Nareto project that seems to include perfparse. 1st=20 >> thing : on the page http://www.nareto.org/?a=3Dlinks, the = perfparse.org=20 >> domain name was not renewed (nobody to pay for). Could you update the = >> link Perfparse to http://perfparse.sourceforge.net/ ? >=20 > Sorry, we haven't see the change. We do this ASAP. Thanks for the=20 > notice. >=20 >=20 >=20 >> Then, Jean-Jacques Siquet told us about Cedric's page=20 >> http://cedrictemple.info/Supervision/Perfparse/amelioration_des_perfo >> rmances.php. >> >> There are patches for perfparse. Why wouldn't you commit them in the=20 >> CVS on sourceforge ? >=20 > Yes... i do the patch. But, because of i'm not a good C developer, i'm = > not sure the code i made is good. I think new bugs could be present=20 > with this patch. Since i have done this job, i want to rewrite the=20 > patch, do a good documentation and send you the patch. But i have no=20 > time to do all the work. >=20 > If you want, i can send you the patch. If you have question, you can=20 > send it to me but i am not sure to give you a response in good time. >=20 >=20 >> Somebody could then make a new version with them and release ? >=20 > Yes of course! :-) >=20 >=20 -------------------------------------------------------------------------= Using Tomcat but need to do more? Need to support web services, = security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on = Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Perfparse-devel mailing list Per...@li... https://lists.sourceforge.net/lists/listinfo/perfparse-devel --=20 No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.37/682 - Release Date: = 12/02/2007 13:23 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.37/682 - Release Date: = 12/02/2007 13:23 =20 |
From: <ced...@li...> - 2007-02-12 13:21:01
|
On Lun 12 février 2007 13:13, Florian Gleixner wrote: > Hi Cédric, Hi, > i did not yet have time to look at your modifications in detail. I doubt > that it would be easy to merge your modifications with mine, but i'd > like to try to merge the best and leave the rest. But what i'd like most > is that if you have some more time you could help us to develop > perfparse further. I have many ideas and need help, and i bet you have > some more ideas too. > > So at the moment i'm working on > - a new database schema that relies on id columns as primary keys > - a new web interface based on php (with smarty as template engine) OK. > The graph generating cgi should stay as C for performance reasons. You > can look at the development versions in sourceforge CVS or download a > snapshot here: > http://perfparse.de/cvs_snapshots/ > Within the archive you'll find doc/database/database_schema_v20.odp > (Open Office Presentation) with the new schema. I'll read this document in the next week. > Send me your sourceforge username and you can get CVS write access if > you want to merge your changes (with care ;-)). My account: cedric_temple I'll try to not break all the code :-) I hope i can help more. -- Cédric Temple - Linagora SA Administrateur Systèmes et Réseaux Tel: 01/58/18/68/28 - Fax: 01/58/18/68/29 http://www.linagora.com |
From: Yves M. <yme...@fr...> - 2007-02-12 12:27:24
|
> This week i'm low on time but i'll try to look at your changes and > answer all questions. I have no more perfparse development environment, but I can "read" the code and criticize for the coding style :) Yves (http://www.oreilly.fr/catalogue/2841772896.html) -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Florian G. <fl...@re...> - 2007-02-12 12:14:08
|
Hi C=E9dric, i did not yet have time to look at your modifications in detail. I doubt that it would be easy to merge your modifications with mine, but i'd like to try to merge the best and leave the rest. But what i'd like most is that if you have some more time you could help us to develop perfparse further. I have many ideas and need help, and i bet you have some more ideas too. So at the moment i'm working on - a new database schema that relies on id columns as primary keys - a new web interface based on php (with smarty as template engine) The graph generating cgi should stay as C for performance reasons. You can look at the development versions in sourceforge CVS or download a snapshot here: http://perfparse.de/cvs_snapshots/ Within the archive you'll find doc/database/database_schema_v20.odp (Open Office Presentation) with the new schema. Send me your sourceforge username and you can get CVS write access if you want to merge your changes (with care ;-)). This week i'm low on time but i'll try to look at your changes and answer all questions. Flo C=E9dric Temple wrote: > On Lun 12 f=E9vrier 2007 11:03, Yves Mettier wrote: >> Hi Cedric and Tony, >=20 > Hi, >=20 > Thanks for my poor english. >=20 >=20 >> We heard of the Nareto project that seems to include perfparse. >> 1st thing : on the page http://www.nareto.org/?a=3Dlinks, the perfpars= e.org >> domain name >> was not renewed (nobody to pay for). Could you update the link Perfpar= se to >> http://perfparse.sourceforge.net/ ? >=20 > Sorry, we haven't see the change. We do this ASAP. Thanks for the notic= e. >=20 >=20 >=20 >> Then, Jean-Jacques Siquet told us about Cedric's page >> http://cedrictemple.info/Supervision/Perfparse/amelioration_des_perfor= mances.php. >> >> There are patches for perfparse. Why wouldn't you commit them in the C= VS on >> sourceforge ? >=20 > Yes... i do the patch. But, because of i'm not a good C developer, i'm = not > sure the code i made is good. I think new bugs could be present with th= is > patch. Since i have done this job, i want to rewrite the patch, do a go= od > documentation and send you the patch. But i have no time to do all the = work. >=20 > If you want, i can send you the patch. If you have question, you can se= nd it > to me but i am not sure to give you a response in good time. >=20 >=20 >> Somebody could then make a new version with them and release ? >=20 > Yes of course! :-) >=20 >=20 |
From: <ced...@li...> - 2007-02-12 11:27:26
|
On Lun 12 février 2007 12:26, Cédric Temple wrote: > > On Lun 12 février 2007 11:03, Yves Mettier wrote: >> Hi Cedric and Tony, > > Hi, > > Thanks for my poor english. Sorry: i wanted to say: "i'm not able to speak good english, so SORRY if you don't understand what i mean, ask me and i try again ;-) " > > >> We heard of the Nareto project that seems to include perfparse. >> 1st thing : on the page http://www.nareto.org/?a=links, the perfparse.org >> domain name >> was not renewed (nobody to pay for). Could you update the link Perfparse >> to >> http://perfparse.sourceforge.net/ ? > > Sorry, we haven't see the change. We do this ASAP. Thanks for the notice. > > > >> Then, Jean-Jacques Siquet told us about Cedric's page >> http://cedrictemple.info/Supervision/Perfparse/amelioration_des_performances.php. >> >> There are patches for perfparse. Why wouldn't you commit them in the CVS >> on >> sourceforge ? > > Yes... i do the patch. But, because of i'm not a good C developer, i'm not > sure the code i made is good. I think new bugs could be present with this > patch. Since i have done this job, i want to rewrite the patch, do a good > documentation and send you the patch. But i have no time to do all the work. > > If you want, i can send you the patch. If you have question, you can send it > to me but i am not sure to give you a response in good time. > > >> Somebody could then make a new version with them and release ? > > Yes of course! :-) > > > -- > Cédric Temple - Linagora SA > Administrateur Systèmes et Réseaux > Tel: 01/58/18/68/28 - Fax: 01/58/18/68/29 > http://www.linagora.com > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Perfparse-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-devel > -- Cédric Temple - Linagora SA Administrateur Systèmes et Réseaux Tel: 01/58/18/68/28 - Fax: 01/58/18/68/29 http://www.linagora.com |
From: <ced...@li...> - 2007-02-12 11:25:20
|
On Lun 12 février 2007 11:03, Yves Mettier wrote: > Hi Cedric and Tony, Hi, Thanks for my poor english. > We heard of the Nareto project that seems to include perfparse. > 1st thing : on the page http://www.nareto.org/?a=links, the perfparse.org > domain name > was not renewed (nobody to pay for). Could you update the link Perfparse to > http://perfparse.sourceforge.net/ ? Sorry, we haven't see the change. We do this ASAP. Thanks for the notice. > Then, Jean-Jacques Siquet told us about Cedric's page > http://cedrictemple.info/Supervision/Perfparse/amelioration_des_performances.php. > > There are patches for perfparse. Why wouldn't you commit them in the CVS on > sourceforge ? Yes... i do the patch. But, because of i'm not a good C developer, i'm not sure the code i made is good. I think new bugs could be present with this patch. Since i have done this job, i want to rewrite the patch, do a good documentation and send you the patch. But i have no time to do all the work. If you want, i can send you the patch. If you have question, you can send it to me but i am not sure to give you a response in good time. > Somebody could then make a new version with them and release ? Yes of course! :-) -- Cédric Temple - Linagora SA Administrateur Systèmes et Réseaux Tel: 01/58/18/68/28 - Fax: 01/58/18/68/29 http://www.linagora.com |
From: Tony B. <tba...@li...> - 2007-02-12 10:31:52
|
Hi everyone, About the URL on our link page, consider it done :). I still have to work = on the english pages, they are quite old compare to the french one :-|. Regarding C=E9dric Patch, I let him explain himself. Take care -- Tony Bassette Chef de projets Libres LINAGORA SA - http://www.linagora.com T=E9l.: +33(0)1 58 18 68 28 - Fax : +33(0)1 58 18 68 29 > ----- Message Original ----- > Sujet: RE: Perfparse : annoucement howto wiki in french > De: Yves Mettier <yme...@fr...> > A: ced...@li...,ton...@li... > CC: "'Florian Gleixner'" <fl...@re...>,be...@cl...,per...@li...,"= Jean-Jacques Siquet" <jjs...@2j...> > Date: 12-02-2007 11:02 >=20 >=20 > Hi Cedric and Tony, >=20 > We heard of the Nareto project that seems to include perfparse. > 1st thing : on the page http://www.nareto.org/?a=3Dlinks, the = perfparse.org domain name > was not renewed (nobody to pay for). Could you update the link Perfparse to > http://perfparse.sourceforge.net/ ? >=20 > Then, Jean-Jacques Siquet told us about Cedric's page > http://cedrictemple.info/Supervision/Perfparse/amelioration_des_performanc= es.php. >=20 > There are patches for perfparse. Why wouldn't you commit them in the CVS on sourceforge ? > Somebody could then make a new version with them and release ? >=20 > Yves >=20 > > Hi, > > > > For the french discussion : yves has corrected me ... > > > > About the linagora-perfparse modifications: linagora has the lead on = the > > NARETO project ... (i will test this day). > > ced...@li... and ton...@li... are the mainteners > > > > JJS > > -----Message d'origine----- > > De : Florian Gleixner [mailto:fl...@re...] > > Envoy=E9 : samedi 10 f=E9vrier 2007 14:45 > > =C0 : Jean-Jacques Siquet > > Cc : Tim...@gm...; yme...@fr...; gw...@ma...; > > be...@cl...; fri...@fa... > > Objet : Re: Perfparse : annoucement howto wiki in french > > > > > > I'm too bad in reading french to read all your text, but it seems to = be a > > good howto for perfparse. > > > > About the linagora-perfparse modifications: As far as i can see all these > > modifications are done or are planned for 0.106.2. I don't know why = this > > person did not want to share the improvements. Why do people work on = the > > same things at the same time with the same goal? > > Unfortunately he has no contact information on his page. > > > > Flo > > > > Jean-Jacques Siquet wrote: > >> Hi all, > >> > >> Thank you for your job with perfparse. > >> > >> I try to begin my contrib with this page : > >> http://install.2js.fr/opensource/perfparsenagios.php > >> It's in french, this page is no linked, i have prefered to inform you > >> before I wait your eventualy remark. > >> > >> > >> I have a question, a french person who work at linagora, distrib a > >> diff version 0.105.6 without real explain. > >> The arguments are already actual with the version 0.106.2? > >> = http://cedrictemple.info/Supervision/Perfparse/amelioration_des_perfor > >> mances > >> .php > >> > >> Best regards, > >> > >> Jean-Jacques Siquet > >> 2JS > >> > > > > > > > > >=20 >=20 > --=20 > - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - > - GPG key - http://ymettier.free.fr/gpg.txt - > - Maitretarot - http://www.nongnu.org/maitretarot/ - > - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Yves M. <yme...@fr...> - 2007-02-12 10:05:19
|
Hi Cedric and Tony, We heard of the Nareto project that seems to include perfparse. 1st thing : on the page http://www.nareto.org/?a=links, the perfparse.org domain name was not renewed (nobody to pay for). Could you update the link Perfparse to http://perfparse.sourceforge.net/ ? Then, Jean-Jacques Siquet told us about Cedric's page http://cedrictemple.info/Supervision/Perfparse/amelioration_des_performances.php. There are patches for perfparse. Why wouldn't you commit them in the CVS on sourceforge ? Somebody could then make a new version with them and release ? Yves > Hi, > > For the french discussion : yves has corrected me ... > > About the linagora-perfparse modifications: linagora has the lead on the > NARETO project ... (i will test this day). > ced...@li... and ton...@li... are the mainteners > > JJS > -----Message d'origine----- > De : Florian Gleixner [mailto:fl...@re...] > Envoyé : samedi 10 février 2007 14:45 > À : Jean-Jacques Siquet > Cc : Tim...@gm...; yme...@fr...; gw...@ma...; > be...@cl...; fri...@fa... > Objet : Re: Perfparse : annoucement howto wiki in french > > > I'm too bad in reading french to read all your text, but it seems to be a > good howto for perfparse. > > About the linagora-perfparse modifications: As far as i can see all these > modifications are done or are planned for 0.106.2. I don't know why this > person did not want to share the improvements. Why do people work on the > same things at the same time with the same goal? > Unfortunately he has no contact information on his page. > > Flo > > Jean-Jacques Siquet wrote: >> Hi all, >> >> Thank you for your job with perfparse. >> >> I try to begin my contrib with this page : >> http://install.2js.fr/opensource/perfparsenagios.php >> It's in french, this page is no linked, i have prefered to inform you >> before I wait your eventualy remark. >> >> >> I have a question, a french person who work at linagora, distrib a >> diff version 0.105.6 without real explain. >> The arguments are already actual with the version 0.106.2? >> http://cedrictemple.info/Supervision/Perfparse/amelioration_des_perfor >> mances >> .php >> >> Best regards, >> >> Jean-Jacques Siquet >> 2JS >> > > > > -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: Jean-Jacques S. <jjs...@2j...> - 2007-02-12 08:58:09
|
Hi, For the french discussion : yves has corrected me ... About the linagora-perfparse modifications: linagora has the lead on the NARETO project ... (i will test this day). ced...@li... and ton...@li... are the = mainteners JJS -----Message d'origine----- De : Florian Gleixner [mailto:fl...@re...]=20 Envoy=E9 : samedi 10 f=E9vrier 2007 14:45 =C0 : Jean-Jacques Siquet Cc : Tim...@gm...; yme...@fr...; gw...@ma...; be...@cl...; fri...@fa... Objet : Re: Perfparse : annoucement howto wiki in french I'm too bad in reading french to read all your text, but it seems to be = a good howto for perfparse. About the linagora-perfparse modifications: As far as i can see all = these modifications are done or are planned for 0.106.2. I don't know why this person did not want to share the improvements. Why do people work on the same things at the same time with the same goal? Unfortunately he has no contact information on his page. Flo Jean-Jacques Siquet wrote: > Hi all, >=20 > Thank you for your job with perfparse. >=20 > I try to begin my contrib with this page : > http://install.2js.fr/opensource/perfparsenagios.php > It's in french, this page is no linked, i have prefered to inform you=20 > before I wait your eventualy remark. >=20 >=20 > I have a question, a french person who work at linagora, distrib a=20 > diff version 0.105.6 without real explain. > The arguments are already actual with the version 0.106.2? > http://cedrictemple.info/Supervision/Perfparse/amelioration_des_perfor > mances > .php >=20 > Best regards, >=20 > Jean-Jacques Siquet > 2JS >=20 |
From: Yves M. <yme...@li...> - 2007-02-10 13:58:19
|
Hi, I removed everybody in CC except Flo who is the main (and busy) maintainer as far as I know and Ben who is the first author of perfparse. The others should be on the mailing-list perfparse-devel if they are still in the project :) > Hi all, > > Thank you for your job with perfparse. :) > I try to begin my contrib with this page : > http://install.2js.fr/opensource/perfparsenagios.php > It's in french, this page is no linked, i have prefered to inform you before > I wait your eventualy remark. Excellent (except the paragraph 'Ben Clewett a eu une vision différente...'. We'll talk about this in French in another mail). > I have a question, a french person who work at linagora, distrib a diff > version 0.105.6 without real explain. > The arguments are already actual with the version 0.106.2? > http://cedrictemple.info/Supervision/Perfparse/amelioration_des_performances > .php Do you know Cedric Temple ? If yes, could you ask him to contact us (Ben, Flo and me) to join the project, at least to get an account on Sourceforge and put his patches on the CVS ? Same thing for you :) Because we are all too busy at work, perfparse works only if all those who contribute put their code on the CVS. Sometimes, one can make a new release with what's on the CVS. Cordialement, Yves > > Best regards, > > Jean-Jacques Siquet > 2JS > > > -- - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - C en action - http://www.oreilly.fr/catalogue/2841772896.html - |
From: <eme...@si...> - 2007-01-09 10:59:39
|
Hi, I am a new employee from a company which is trying to use Nagios with= MySQL. Googling on the net I have found Perfparse (perfparse.sourceforge.net). I have been trying to install this program to work with Nagios and MySQL to work all together however I am getting troubles to install them.=20 The first step which I did was download all plugings: http://sourceforge.net/project/showfiles.php?group_id=3D29880 Actually I downloaded the both files and installed in the some folder that is running Nagios ( /nagios ) The next step was download perfparse and configure it: I just typed ./configure on the shell screen inside the some directory which I had created. After that I tried to reinstall mysql, and create/import the *.sql files necessaries to create the nagios database. For my big surprise nothing happened after this step. I look at the Nagios again and it keep working with his files Actually he did not find or did not know which is the database that he has to work with. Could you help me showing me how to fix it up?=20 =20 Thanks for your attention. =20 Best regards =20 =C9merson Pinto Brum Assessor de Suporte - Telem=E1tica Confedera=E7=E3o Sicredi - Porto Alegre/RS (51) 3358-8886 - <http://www.sicredi.com.br/> www.sicredi.com.br=20 eme...@si...=20 =20 As informacoes contidas neste e-mail e nos arquivos anexados podem ser= informacoes confidenciais ou privilegiadas. Caso voce nao seja o= destinatario correto, apague o conteudo desta mensagem e notifique o= remetente imediatamente. |
From: Florian G. <fl...@bi...> - 2007-01-03 19:07:57
|
Hi Ben, nice to hear from you! I've made some graphical table schemas. Just visit http://perfparse.de/cvs_snapshots/ and grab the latest one. In doc/database you'll find Schema v19 as png and schema v20 as Open Office Document. pp works roughly with this schema and the php interface. The new schema is more normlized and should use much less storage. At the moment i'll try to complete the php interface, then beautify the html output and create developer and user documentation. Then i'll concentrate on storage compression (rrd-like) and input modules - like we have storage modules we should have also modules to read data for graphing/reporting. Somewhere in the middle i plan to make a release. Flo Ben Clewett schrieb: > Hi Flo, > > Thanks for keeping the project going. I look forward to seeing new > versions. Do you have a description of the new database, I'd be > interested in looking... > > Ben > > Florian Gleixner wrote: >> Hi, >> >> the perfparse.org domain got lost, a domain grabber tries to sell it >> now. The perfparse.net domain will become free in some days and i bet he >> will be faster to register that domain. Never mind. I registered the >> perfparse.de domain. It points to the perfparse wiki. The old homepage >> is still accessible via the sourceforge project page. Once the >> documentation is updated and wikified i will switch the project page to >> the wiki page. >> >> The next perfparse will have a huge database redesign, it will need >> therefore much less space and will get hopefully faster too. A complete >> php web interface with html templates (easy to customize) and more >> features and less bugs will be there too. >> As always: Help is welcome, daily cvs snapshots can be downloaded now at >> http://perfparse.de/cvs_snapshots/ >> All @perfparse.org mail addresses got lost too, but if a perfparse >> developer needs a @perfparse.de address he can have it. >> >> Flo >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Perfparse-devel mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-devel >> > |
From: Ben C. <be...@cl...> - 2007-01-03 13:47:15
|
Hi Flo, Thanks for keeping the project going. I look forward to seeing new versions. Do you have a description of the new database, I'd be interested in looking... Ben Florian Gleixner wrote: > Hi, > > the perfparse.org domain got lost, a domain grabber tries to sell it > now. The perfparse.net domain will become free in some days and i bet he > will be faster to register that domain. Never mind. I registered the > perfparse.de domain. It points to the perfparse wiki. The old homepage > is still accessible via the sourceforge project page. Once the > documentation is updated and wikified i will switch the project page to > the wiki page. > > The next perfparse will have a huge database redesign, it will need > therefore much less space and will get hopefully faster too. A complete > php web interface with html templates (easy to customize) and more > features and less bugs will be there too. > As always: Help is welcome, daily cvs snapshots can be downloaded now at > http://perfparse.de/cvs_snapshots/ > All @perfparse.org mail addresses got lost too, but if a perfparse > developer needs a @perfparse.de address he can have it. > > Flo > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perfparse-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-devel > |
From: Ben C. <be...@cl...> - 2007-01-03 13:45:06
|
Jeff, No worries, it's gone. I should have contacted you as soon as Flo told=20 me it was not resolving. I looked at purchasing it back, but they are=20 asking a min of =A3100, probably lots more. So I am glad to hear Flo has found another domain. Regards, Ben Jeff wrote: > Hello, >=20 > I want to apologize to the perfparse developers. I used to own the 3 > domains, but since these were donation domains, kinda slipped through t= he > cracks in our system. (We don't donate very many domain names at all). >=20 > I didn't realize they got grabbed till just now. Our notices about ren= ewal > to in...@pe... in September apparently got ignored or something, > since I never received any notice the perfparse group wished to renew t= he > domain names. >=20 > Again sorry for the troubles...can't stand domain grabbers either...ugh. >=20 > Jeff Scott >=20 > -----Original Message----- > From: per...@li... > [mailto:per...@li...] On Behalf Of Lui= s > Sent: Wednesday, December 20, 2006 9:10 AM > To: per...@li...; > per...@li... > Subject: Re: [Perfparse-users] perfparse.org domain >=20 > (sorry for x-posting) >=20 > On 12/20/06, Florian Gleixner <fl...@bi...> wrote: >> Hi, >> >> the perfparse.org domain got lost, a domain grabber tries to sell it >> now. The perfparse.net domain will become free in some days and i bet = he >> will be faster to register that domain. Never mind. I registered the >> perfparse.de domain. It points to the perfparse wiki. The old homepage >> is still accessible via the sourceforge project page. Once the >> documentation is updated and wikified i will switch the project page t= o >> the wiki page. >> >> The next perfparse will have a huge database redesign, it will need >> therefore much less space and will get hopefully faster too. A complet= e >> php web interface with html templates (easy to customize) and more >> features and less bugs will be there too. >> As always: Help is welcome, daily cvs snapshots can be downloaded now = at >> http://perfparse.de/cvs_snapshots/ >> All @perfparse.org mail addresses got lost too, but if a perfparse >> developer needs a @perfparse.de address he can have it. >> >> Flo >=20 > Damn grabbers! >=20 > IMHO > Why not just use sf.net for everything and ditch perfparse.de > altogether? nothing wrong with: perfparse.sf.net. >=20 >=20 |