Re: [Ganglia-developers] $conf array

2011-02-23 Thread Bernard Li
+1 from me as well. I guess we should probably check it into both monitor-web-2.0 and trunk. Cheers, Bernard On Wed, Feb 23, 2011 at 7:35 PM, Jesse Becker wrote: > +1 > > On Wed, Feb 23, 2011 at 21:27, Alex Dean wrote: >> One of my gripes with the current PHP frontend code is how hard it can

Re: [Ganglia-developers] $conf array

2011-02-23 Thread Jesse Becker
+1 On Wed, Feb 23, 2011 at 21:27, Alex Dean wrote: > One of my gripes with the current PHP frontend code is how hard it can be to > recall where which variables are configuration, which come from user input, > and which are just local variables.  As one step toward fixing this issue, I > think

Re: [Ganglia-developers] Dynamically resizable buffer for slurpfile()

2011-02-23 Thread Kostas Georgiou
On Wed, Feb 23, 2011 at 05:12:03PM -0800, Bernard Li wrote: > Hi Carlo: > > On Wed, Feb 23, 2011 at 9:42 AM, Bernard Li wrote: > > > I tested under EL5 and EL6 and it was't able to get past the initial > > buffer size.  I believe what I did was: > > Correction. It works on EL6, but not on EL5

[Ganglia-developers] $conf array

2011-02-23 Thread Alex Dean
One of my gripes with the current PHP frontend code is how hard it can be to recall where which variables are configuration, which come from user input, and which are just local variables. As one step toward fixing this issue, I think it would be nice to place all configuration values (mainly i

Re: [Ganglia-developers] Dynamically resizable buffer for slurpfile()

2011-02-23 Thread Bernard Li
Hi Carlo: On Wed, Feb 23, 2011 at 9:42 AM, Bernard Li wrote: > I tested under EL5 and EL6 and it was't able to get past the initial > buffer size.  I believe what I did was: Correction. It works on EL6, but not on EL5: [CentOS 5.5 x86_64 with kernel 2.6.18-194.32.1.el5] read(3, "2.6.18-194.3

Re: [Ganglia-developers] open nebula and ganglia

2011-02-23 Thread Bernard Li
Hi Archana: On Tue, Feb 22, 2011 at 3:44 AM, Archana N wrote: > I am working on a project which uses open Nebula and I have heard of the > latest integration of Open Nebula with Ganglia. I would like to know how the > issues of using Ganglia in the cloud environment (issues of multicast, WAN > e

Re: [Ganglia-developers] AUTHORS file

2011-02-23 Thread Brad Nicholes
>>> On 2/22/2011 at 5:50 PM, in message , Bernard Li wrote: > Hi all: > > I'd like to propose that we replace AUTHORS file with the following > contents: > > --- cut --- > Ganglia Development Team > > For a full list of current/past developers and contributors, please > see: http://ganglia.in

Re: [Ganglia-developers] Dynamically resizable buffer for slurpfile()

2011-02-23 Thread Bernard Li
Hi Carlo: On Wed, Feb 23, 2011 at 2:15 AM, Carlo Marcelo Arenas Belon wrote: > I must be missing something here since I don't see the connection. > > The bug (which is IMHO invalid) is reporting that a string gets truncated > to 32 bytes, which is a current design limit for metrics as defined by

Re: [Ganglia-developers] Dynamically resizable buffer for slurpfile()

2011-02-23 Thread Carlo Marcelo Arenas Belon
On Tue, Feb 22, 2011 at 11:07:15AM -0800, Bernard Li wrote: > > According to the bug: > > http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=298 > > the recent patch to make slurpfile's buffer resizable doesn't seem to > be working. I must be missing something here since I don't see