From f33b3294d174f9071bf00bfb5ecf006d185c7ad8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 18 May 2020 18:37:05 +0200 Subject: [PATCH] Fix links --- doc/docker/environment-variables.md | 2 +- doc/notes/edit-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docker/environment-variables.md b/doc/docker/environment-variables.md index a975ed1..d93f76d 100644 --- a/doc/docker/environment-variables.md +++ b/doc/docker/environment-variables.md @@ -61,7 +61,7 @@ * `LIBRENMS_POLLER_INTERVAL`: Interval in minutes at which `poller-wrapper.py` runs (default `5`) [docs](https://docs.librenms.org/Support/1-Minute-Polling/) * `LIBRENMS_DISTRIBUTED_POLLER_ENABLE`: Enable distributed poller functionality * `LIBRENMS_DISTRIBUTED_POLLER_NAME`: Optional name of poller (default `$(hostname)`) -* `LIBRENMS_DISTRIBUTED_POLLER_GROUP`: By default, all hosts are shared and have the poller_group = 0. To pin a device to a poller, set it to a value greater than 0 and set the same value here. One can also specify a comma separated string of poller groups. The poller will then poll devices from any of the groups listed. [docs](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller) +* `LIBRENMS_DISTRIBUTED_POLLER_GROUP`: By default, all hosts are shared and have the poller_group = 0. To pin a device to a poller, set it to a value greater than 0 and set the same value here. One can also specify a comma separated string of poller groups. The poller will then poll devices from any of the groups listed. [docs](https://docs.librenms.org/Extensions/Distributed-Poller/) * `LIBRENMS_DISTRIBUTED_POLLER_MEMCACHED_HOST`: Memcached server for poller synchronization (default `$MEMCACHED_HOST`) * `LIBRENMS_DISTRIBUTED_POLLER_MEMCACHED_PORT`: Port of memcached server (default `$MEMCACHED_PORT`) diff --git a/doc/notes/edit-config.md b/doc/notes/edit-config.md index 950fc29..102710a 100644 --- a/doc/notes/edit-config.md +++ b/doc/notes/edit-config.md @@ -1,6 +1,6 @@ ## Edit configuration -You can edit configuration of LibreNMS by placing `*.php` files inside `/data/config` folder. Let's say you want to edit the [WebUI config](https://docs.librenms.org/#Support/Configuration/#webui-settings). Create a file called for example `/data/config/webui.php` with this content : +You can edit configuration of LibreNMS by placing `*.php` files inside `/data/config` folder. Let's say you want to edit the [WebUI config](https://docs.librenms.org/Support/Configuration/#webui-settings). Create a file called for example `/data/config/webui.php` with this content : ```php