[Ganglia-developers] 2.6.0. snapshot

2004-12-13 Thread Matt Massie
i just uploaded a new snapshot of 2.6.0. to http://matt-massie.com/ganglia/ganglia-2.6.0.200412131710.tar.gz the main changes are in the ./lib/protocol.x definition and ./gmond/gmond.c if you run gmond now, it will output messages to stderr about the messages it hears. it looks something like.

Re: [Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-13 Thread Federico Sacerdoti
Not sure when this happened. If you could provide a patch to get these behaviors in the shape you think they need to be, we will get it into CVS. -Federico On Dec 13, 2004, at 10:25 AM, Jason A. Smith wrote: It probably isn't common, but using an old gmetad with the new 2.5.7 webfrontend scr

Re: [Ganglia-developers] 2.6.0 w/multicast

2004-12-13 Thread Matt Massie
> threshold data interpreted by gmetad so that data is only written to > round robin database files when necessary. in protocol.x i've specified a data state value which expressed why the data was sent (time threshold, value threshold, one of the absolute thresholds). this will allow us to onl

Re: [Ganglia-developers] 2.6.0 and CVS

2004-12-13 Thread Federico Sacerdoti
I have brought ./monitor-core/web up to date with the 2.5.7 release, and made sure all the recent post 2.5.7 commits are present. This code is tested on a ganglia 2.5.7 monitor network (on linux) with several monitored clusters. I have not included the gzlib compression code in ganglia.php sin

Re: [Ganglia-developers] 2.6.0 w/multicast

2004-12-13 Thread Adeyemi Adesanya
Hi Matt. I welcome some of the new features you are planning to introduce for 2.6.0. I have downloaded this snapshot and I'll try and I'm looking forward to a working version I can test out too. From your description I understand that a metric collection_group is used to specify a bunch of re

Re: [Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-13 Thread Jason A. Smith
It probably isn't common, but using an old gmetad with the new 2.5.7 webfrontend scripts will cause an error from this code in get_ganglia.php which is assuming a grid tag must be present: # If we have no child data sources, assume something is wrong. if (!count($grid)) { print "Ganglia

[Ganglia-developers] Change in gmetad's scalable option behavior.

2004-12-13 Thread Jason A. Smith
I just noticed a change in gmetad's behavior with respect to the scalable config option that happened in version 2.5.5, which I didn't notice before. The scalable option now only affects how gmetad processes xml data it reads, not how it writes its own xml data. The documentation in the gmetad.co