Remove update=0 in distributed poller docs (#10681)

That is separate from distributed poller and should be set based on user preference.
This commit is contained in:
Tony Murray
2019-10-16 16:08:17 +00:00
committed by GitHub
parent 1f483c5318
commit 99b29ef20c

View File

@@ -214,7 +214,6 @@ $config['distributed_poller_memcached_host'] = "example.com";
$config['distributed_poller_memcached_port'] = 11211;
$config['distributed_poller'] = true;
$config['rrdcached'] = "example.com:42217";
$config['update'] = 0;
```
`/etc/cron.d/librenms`
@@ -242,7 +241,6 @@ $config['distributed_poller_memcached_host'] = "example.com";
$config['distributed_poller_memcached_port'] = 11211;
$config['distributed_poller'] = true;
$config['rrdcached'] = "example.com:42217";
$config['update'] = 0;
```
`/etc/cron.d/librenms`
@@ -268,7 +266,6 @@ $config['distributed_poller_memcached_host'] = "example.com";
$config['distributed_poller_memcached_port'] = 11211;
$config['distributed_poller'] = true;
$config['rrdcached'] = "example.com:42217";
$config['update'] = 0;
```
`/etc/cron.d/librenms`