You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... 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
sandnabba
changed the title
Redis seems to be required by the container, but not according to the documentation
Redis seem to be required by the container, but not according to the documentation
Jan 6, 2024
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 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
Steps to reproduce
examples/compose/compose.yml
librenms.env
docker compose up
Docker info
Docker Compose config
No response
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: