Matt,
Thanks! Good job. I have just compiled ganglia on solaris 5.9 using gcc
3.2. I got it up and running and it seems to talk fine with my 2.5.5
cluster. Only thing missing is solaris doesn't report bytes in/bytes out.
I tried to compile on cygwin but I am having trouble with make on
./srclib/confuse/tests, on solaris and linux make does nothing in the
tests dir (nothing to be done for all). On cygwin, it tries to compile
check_confuse.c which I don't think it is supposed to do. How do I tell
make to ignore the tests dir?
Thanks again,
Ian
PS. ganglia on solaris? awesome!
Matt Massie wrote:
guys-
i've just finished up a first crack at a feature-complete 2.6.0. you
can upload it from
http://matt-massie.com/ganglia/ganglia-2.6.0.200501241924.tar.gz
this snapshot includes code for cleaning up old hosts and old gmetric
messages. the host_dmax value for gmond is set in the globals section
of the configuration file.
globals {
host_dmax = 3600 /* if a host hasn't been heard from in an hour,
delete it */
}
the gmetric message dmax values are part of the gmetric message (being
set on the commandline by gmetric).
as far as i'm concerned this is a feature-complete snapshot. i will
add not more features unless paid 1 billion dollars.
i will focus over the next week on testing the heck out of it and
stomping out any obvious bugs (federico just dropped one into bugzilla
about gmetad).
i want 2.6.0 out the door as soon as possible. please drop any bug
reports into bugzilla.ganglia.info. send praise and scorn to the
developers list.
looking forward to hearing your experiences
-matt