Hello,

 

I need help, I can't figure it out for the last 4 days I'm trying to
configure ganglia and still having problems.

I checked the archives, but nothing is close to my problems.

 

 

I'm running Debian sarge 3.0

 

At the beginning install it using apt-get, but the installation was
2.5.7, so I decided to install it by source.

 

Now I have 3.0.3 running with gmetad web frontend 3.0.3

 

I can't get to get images in the browser.

 

 

I'm still getting this in the /var/log/apache2/error.log

 

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/load_one.r
rd': No such file or directory

ERROR: opening
'/usr/local/rrdtool-1.2.23/share/rrdtool/rrds/__SummaryInfo__/mem_total.
rrd': No such file or directory

 

 

 

 

I installed rrdtool-1.2.23 from source as well.

 

[EMAIL PROTECTED]:/usr/local/rrdtool-1.2.23/include# ls

rrd.h

 

[EMAIL PROTECTED]:/usr/local/rrdtool-1.2.23/bin# ls

rrdcgi  rrdtool  rrdupdate

 

 

 

This is my /var/www/ganglia/conf.php

 

# Where gmetad stores the rrd archives.

#$gmetad_root = "/var/lib/ganglia";

$gmetad_root = "/usr/local/rrdtool-1.2.23/share/rrdtool";

$rrds = "$gmetad_root/rrds";

 

# Leave this alone if rrdtool is installed in $gmetad_root,

# otherwise, change it if it is installed elsewhere (like /usr/bin)

define("RRDTOOL", "/usr/local/rrdtool-1.2.23/bin/rrdtool");

 

 

this is my /etc/gmond.conf

 

/* This configuration is as close to 2.5.x default behavior as possible

   The values closely match ./gmond/metric.h definitions in 2.5.x */

globals {

  daemonize = yes

  setuid = no

  user = ganglia

  debug_level = 0

  max_udp_msg_len = 1472

  mute = no

  deaf = no

  host_dmax = 0 /*secs */

  cleanup_threshold = 300 /*secs */

  gexec = no

}

 

/* If a cluster attribute is specified, then all gmond hosts are wrapped
inside

 * of a <CLUSTER> tag.  If you do not specify a cluster tag, then all
<HOSTS> will

 * NOT be wrapped inside of a <CLUSTER> tag. */

cluster {

  name = "serenity"

  owner = "unspecified"

  latlong = "unspecified"

  url = "unspecified"

}

 

 

 

 

 

How can I test if the rrdtool are able to create the ganglia images?

 

Or any idea of how to fix this issue?

 

 

 

 

 

 

 

 

 

 

 

 --jose

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to