Martin,
Thanks for the response... :) I figured it out. I thought that it wanted
the directory where RRDTool was it, but it wants the tool itself, so I used
this "define("RRDTOOL", "/usr/local/rrdtool-1.0.48/bin/rrdtool");" and they
popped right up! Thanks for your help... :)
> I did look in
--- Johnston Michael J Contr AFRL/DES
<[EMAIL PROTECTED]> wrote:
> 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");
>
have you tried :
define("RRDTOOL", "/us
how?
Thanks for the fast response... :)
Mike
-Original Message-
From: Jason A. Smith [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 7:31 PM
To: Johnston Michael J Contr AFRL/DES
Cc: 'ganglia-developers@lists.sourceforge.net'
Subject: Re: [Ganglia-developers] Where are my graphs?
T
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
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