docs: Updated Distributed poller doc as rrdcached needs -R to work properly (#7393)

* rrdcached needs -R to work properly

Without -R you'll hate yourself.

* Update Distributed-Poller.md
This commit is contained in:
jackson-tim 2017-09-27 14:51:44 -05:00 committed by Neil Lathwood
parent 554b40eb3f
commit f24c840864

View File

@ -112,6 +112,13 @@ OPTS="$OPTS -j /var/lib/rrdcached/journal/ -F"
OPTS="$OPTS -b /opt/librenms/rrd -B"
OPTS="$OPTS -w 1800 -z 900"
```
Ubuntu (/etc/default/rrdcached) - RRDCached 1.5.5 and above.
```
OPTS="-l 0:42217"
OPTS="$OPTS -R -j /var/lib/rrdcached/journal/ -F"
OPTS="$OPTS -b /opt/librenms/rrd -B"
OPTS="$OPTS -w 1800 -z 900"
```
Poller 1:
Running an install of LibreNMS in /opt/librenms