RE: [Ganglia-developers] Where are my graphs?

2004-06-03 Thread Johnston Michael J Contr AFRL/DES
I did look in there. This is what I have: define("RRDTOOL", "/usr/local/rrdtool-1.0.48/bin"); I've even tried it with: define("RRDTOOL", "/usr/local/rrdtool-1.0.48"); Am I supposed to be sharing the /var/lib/ganglia/rrd directory somehow? Thanks for the fast response... :) Mike -Origina

Re: [Ganglia-developers] Where are my graphs?

2004-06-03 Thread Jason A. Smith
Try looking in your webfrontend's conf.php file and make sure these three parameters are configured correctly: # The high-performance gmetad. $gmetad_root = "/var/lib/ganglia"; $rrds = "$gmetad_root/rrds"; # Leave this alone if rrdtool is installed in $gmetad_root, # otherwise, change it if it i

[Ganglia-developers] Where are my graphs?

2004-06-03 Thread Johnston Michael J Contr AFRL/DES
I'm sorry, I'm sure this question has been asked many times, but I just can't fingure it out. I've gone though the README on how to install this and so far I have gmetad and gmond running on my head node. They start and work fine. The only that I had to do, that was not mentioned or created wa

[Ganglia-developers] Re: problem in gmetad

2004-06-03 Thread Federico Sacerdoti
Sounds like you have done some serious plumbing work! Glad to hear your backend is working for you. As for the mcast channels, the fact is that gmetad does not use multicast at all. All its data sources are specified as unicast (over TCP) addresses. You do not point gmetad at a multicast add