mirror of
https://github.com/librenms/docker.git
synced 2026-07-25 19:23:58 +00:00
Fix links
This commit is contained in:
parent
624b15beb1
commit
457a614977
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue