I have opened up the rrrds directory, sub-directories, and files to 
everyone, but the same issue is still there.  Any other suggestions?  Do I 
need to revert back to using the default rrds directory, 
/var/lib/ganglia/rrds?



Ghassan





From:   Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
To:     Vladimir Vuksan <vli...@veus.hr>
Cc:     ganglia-general@lists.sourceforge.net
Date:   10/15/2012 11:52 AM
Subject:        Re: [Ganglia-general] Timezone & Metrics Issue



Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for it.  The rrds directory 
is owned by nobody.nobody including the directories and files below it. 
Please see below my changes to the configuration files.  Have I missed 
something else?  Do I need to change the RRDS directory to be owned by 
root including the directories and files below it?  Thank you. 


Ghassan



/etc/ganglia/gemetad.conf: 

# data_source "my cluster" 10 localhost  my.machine.edu:8649  1.2.3.5:8655 

# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651 

# data_source "another source" 1.3.4.7:8655  1.3.4.8 

data_source "database" <headnode1>:8649 

#-------------------------------------------------------------------------------
 

# Where gmetad stores its round-robin databases 
# default: "/var/lib/ganglia/rrds" 
 rrd_rootdir "/webtools/htdocs/ganglia/rrds" 
# 


/opt/freeware/etc/httpd/conf/httpd.conf: 

# DocumentRoot: The directory out of which you will serve your 
# documents. By default, all requests are taken from this directory, but 
# symbolic links and aliases may be used to point to other locations. 
# 
DocumentRoot "/webtools/htdocs" 
<Directory "/webtools/htdocs"> 
    # 

# ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that 
    # documents in the target directory are treated as applications and 
    # run by the server when requested rather than as documents sent to 
the 
    # client.  The same rules about trailing "/" apply to ScriptAlias 
    # directives as to Alias. 
    # 
    ScriptAlias /cgi-bin/ "/webtools/cgi-bin/" 


# 
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased 
# CGI directory exists, if you have that configured. 
# 
<Directory "/webtools/cgi-bin"> 
    AllowOverride None 
    Options None 
    Require all granted 
</Directory> 


/webtools/htdocs/ganglia/conf_default.php: 


# 
# If you installed gmetad in a directory other than the default 
# make sure you change it here. 
# 

# Where gmetad stores the rrd archives. 
$conf['gmetad_root'] = "/webtools/htdocs/ganglia"; 
$conf['rrds'] = "${conf['gmetad_root']}/rrds"; 

# Where Dwoo (PHP templating engine) store compiled templates 
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled"; 
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache"; 

# Where to store web-based configuration 
$conf['views_dir'] = $conf['gmetad_root'] . '/conf'; 
$conf['conf_dir'] = $conf['gmetad_root'] . '/conf'; 

# Leave this alone if rrdtool is installed in $conf['gmetad_root'], 
# otherwise, change it if it is installed elsewhere (like /usr/bin) 
$conf['rrdtool'] = "/usr/bin/rrdtool";

NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message 
is not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.
--------------------------------------
VCU Health System
http://www.vcuhealth.org
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to