From 457a6149776eee28c5ed9739113ff57baf71a570 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 22 Mar 2020 16:57:11 +0100 Subject: [PATCH] Fix links --- README.md | 2 +- doc/docker/environment-variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e424d..6d634c7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/ * Run as non-root user * Cron tasks as a ["sidecar" container](doc/notes/crons.md) * Syslog-ng support through a ["sidecar" container](doc/notes/syslog-ng.md) -* Ability to configure [distributed polling](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller) +* Ability to configure [distributed polling](https://docs.librenms.org/Extensions/Distributed-Poller/) * Ability to add custom Monitoring plugins (Nagios) * OPCache enabled to store precompiled script bytecode in shared memory * [s6-overlay](https://github.com/just-containers/s6-overlay/) as process supervisor diff --git a/doc/docker/environment-variables.md b/doc/docker/environment-variables.md index 30f0789..350a048 100644 --- a/doc/docker/environment-variables.md +++ b/doc/docker/environment-variables.md @@ -15,7 +15,7 @@ ### (Distributed) Poller * `LIBRENMS_POLLER_THREADS`: Threads that `poller-wrapper.py` runs (default `16`) -* `LIBRENMS_POLLER_INTERVAL`: Interval in minutes at which `poller-wrapper.py` runs (defaults to `5`) [docs](https://docs.librenms.org/#Support/1-Minute-Polling/) +* `LIBRENMS_POLLER_INTERVAL`: Interval in minutes at which `poller-wrapper.py` runs (defaults to `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 (defaults to 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)