RE: [Ganglia-developers] safe_mode problems FIXED

2004-06-04 Thread Adesanya, Adeyemi
Hi. I finally got PHP safe_mode working on our production monitoring web server. As you know, the Ganglia PHP scripts launch the rrdtool executable. Various arguments are passed to rrdtool and safe_mode forces all of the arguments to be treated as 1 argument by enclosing them in quotes. The pr

[Ganglia-developers] 2.6.0 gmond only listens with debug != 0?

2004-06-04 Thread steven wagner
Rehi gang! Tossed the latest version of 2.6.0's monitoring core up on one of our shiny new dual Opterons and it apparently only responds if debug_level is set nonzero. Doesn't seem to matter whether it's 1 or 10 or 90. Doesn't seem to matter whether there's a config file present, either.

[Ganglia-developers] safe_mode problems

2004-06-04 Thread Adesanya, Adeyemi
Hi. I'm having an interesting time with the Ganglia webfrontend and PHP safe mode. I'll start off by saying that safe_mode works just fine on my MacOS X webserver ( Apache 1.3.29 with PHP 4.3.6 ). I set safe_mode_exec_dir to point to the directory containing the "rrdtool" executable and it all

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

2004-06-04 Thread Johnston Michael J Contr AFRL/DES
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

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

2004-06-04 Thread Martin Knoblauch
--- 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