On Wed, Apr 03, 2002 at 11:43:54AM -0800, jim wilson wrote:
>
> any ideas as to why i get no data?
>
It might be because ganglia is wrten to pull data out of the Linux /proc
filesystem.
You should be able to get data into it via the gmetric method. Write a small
script
that pulls some load info or something out of each sun system and then push it
into
the ganglia system with gmond.
I was looking at this using the info available via the lm0sensors package for
Linux
to get hardware data info in addition to the os level stuff already provided
from
ganglia via the /proc system.
A first "rough" cut on this was like so:
gmetric -t float -n "proc1 temp" -v `sensors |grep temp2|cut -b 13-16`
and then to get a periodic result run this from cron.
A second more mature way to do this would be to write a perl script to parse the
sensors output (lots more lines than just the one temp line I extracted above)
and send the results to individual calls to gmetric.
--
Steven A. DuChene [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.mindspring.com/~sduchene/