mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user