]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Obviously this will only work if rrdcached is running as root which in
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 8 Mar 2010 17:13:16 +0000 (17:13 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 8 Mar 2010 17:13:16 +0000 (17:13 +0000)
commit4b56987ed3175fbeaa956706c6940757bd0358fc
tree7aea6956c9355954d13ffbfc528fc04821a57c55
parentb28aac575a50ed66a24af2f06363d2208a64bec2
Obviously this will only work if rrdcached is running as root which in
my case it has to be (as upstart can't currently monitor non-root
daemons). As you may have RRD data sources (data loggers) and RRD
consumers (e.g. CGI scripts) that both need to talk to the cache
daemon one solution is to set the group permissions of the socket.

This offer some flexibility over trying to get every RRD user/daemon
running under the same user context. -- Alex Bennee  ajb pitcairn.cambridgebroadband.com

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2029 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdcached.pod
src/rrd_daemon.c