[X] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
Hello!
I'm trying to run a minimalistic LibreNMS setup running in Docker.
My plan was to just run the librenms container, and the sidecar dispatcher.
However, the dispatcher fails with the following message: ERROR: REDIS_HOST or REDIS_SENTINEL must be defined
But according to the documentation, Redis is only required "when running more than one dispatcher.".
There are also no REDIS_ variable documented under the Readme.md#dispatcher-service-container
I got it working with Redis, just using the Docker compose example, but I would like to get the instance as small as possible. It will basically monitor a single device.
So I'm basically just wondering if this is a bug in the documentation, or when setting up the dispatcher sidecar?
Best regards
Expected behaviour
Container should start without a Redis server defined.
Actual behaviour
dispatcher container fails with the following ERROR message: ERROR: REDIS_HOST or REDIS_SENTINEL must be defined
Support guidelines
I've found a bug and checked that ...
Description
Hello!
I'm trying to run a minimalistic LibreNMS setup running in Docker.
My plan was to just run the librenms container, and the sidecar dispatcher. However, the dispatcher fails with the following message:
ERROR: REDIS_HOST or REDIS_SENTINEL must be defined
But according to the documentation, Redis is only required
"when running more than one dispatcher."
. There are also no REDIS_ variable documented under theReadme.md#dispatcher-service-container
I got it working with Redis, just using the Docker compose example, but I would like to get the instance as small as possible. It will basically monitor a single device.
So I'm basically just wondering if this is a bug in the documentation, or when setting up the dispatcher sidecar?
Best regards
Expected behaviour
Container should start without a Redis server defined.
Actual behaviour
dispatcher container fails with the following ERROR message:
ERROR: REDIS_HOST or REDIS_SENTINEL must be defined
Steps to reproduce
examples/compose/compose.yml
librenms.env
docker compose up
Docker info
Docker Compose config
No response
Logs
Additional info
No response