[ixpmanager] sflow daemon
Nick Hilliard
nick at inex.ie
Tue Nov 12 18:01:43 GMT 2013
On 12/11/2013 17:44, Brian Thompson wrote:
> WARNING: while updating
> /usr/local/sflow/ipv6/pkts/p2p/src-00005/p2p.ipv6.pkts.src-00005.dst-00015.rrd:
> rrdcached: Permission denied
ok, this means that the rrdcached permissions are not set up correctly.
You'll need to start rrdcached with FLUSH,UPDATE,FLUSHALL permissions.
Here's what we use at INEX:
/usr/local/bin/rrdcached -s www -m 0666 -F \
-l unix:/var/run/rrdcached.sock \
-p /var/run/rrdcached.pid \
-j /var/db/rrdcached/journal/ \
-b /var/db/rrdcached/db/ \
-P FLUSH,UPDATE,FLUSHALL
If you're using debian or ubuntu, you can edit the startup options in
/etc/defaults/rrdcached and then use 'service rrdcached restart'.
Nick
More information about the ixpmanager
mailing list