Did you mean when starting rrdcached?

right... the line that says:

# su nobody -c 'rrdcached -p /tmp/rrdcached.pid' -s /bin/sh

should probably say

# su nobody -c 'rrdcached -p /tmp/rrdcached.pid -l /tmp/rrdcached.sock' -s 
/bin/sh

Did you use the rrdcached init script provided by rrdtool 1.4.2?

hm, no... i hadn't noticed that... maybe a good alternative to the su approach above.

-scott

On Mon, 8 Mar 2010, Bernard Li wrote:

Hi Scott:

On Thu, Feb 25, 2010 at 3:12 PM, Scott Dworkis <[email protected]> wrote:

someone may want to update the guide:

http://sourceforge.net/apps/trac/ganglia/wiki/rrdcached_integration

That guide was based on a then un-released version of rrdcached, there
are likely some discrepancies between that and what is currently
available.

i found that following that guide literally didn't work... i needed to
specify -l explicity.  even though the socket file is created and writable
by all, i was getting permissions errors without -l.

Did you mean when starting rrdcached?  Did you use the rrdcached init
script provided by rrdtool 1.4.2?

BTW, at least with Ganglia 3.1.7's webfrontend (which is just released
BTW), you don't need to patch graph.php manually, you just need to put
the path to the rrdcached UNIX socket in the $rrdcached_socket
variable in conf.php.

Thanks,

Bernard
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to