1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Fix README

This commit is contained in:
CrazyMax 2022-07-14 15:21:03 +02:00
parent 6cece230da
commit a9e2bbf252
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -24,6 +24,7 @@ ___
* [Image](#image)
* [Environment variables](#environment-variables)
* [General](#general)
* [Redis](#redis)
* [Dispatcher service](#dispatcher-service)
* [Syslog-ng](#syslog-ng)
* [Snmptrapd](#snmptrapd)
@ -119,9 +120,12 @@ Image: librenms/librenms:latest
* `REAL_IP_HEADER`: Request header field whose value will be used to replace the client address (default `X-Forwarded-For`)
* `LOG_IP_VAR`: Use another variable to retrieve the remote IP address for access [log_format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format) on Nginx. (default `remote_addr`)
### Redis Settings
### Redis
> Redis variables should be set on all containers and are required when running more than one dispatcher.
> **Note**
>
> Redis variables should be set on all containers and are required when running
> more than one dispatcher.
* `REDIS_HOST`: Redis host for poller synchronization
* `REDIS_SENTINEL`: Redis Sentinel host for high availability Redis cluster