-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduler is not running when using compose.yml #413
Comments
Check #382 |
The problem is that the env is not populated into the php-fpm process for some reason |
We are experiencing a persistent issue where our vanilla Docker Compose setup fails to pull data. Upon entering the container and manually executing the update command, the data is refreshed. This leads me to believe there may be a malfunction with either the dispatcher or the cron job. python poller-wrapper.py 4 && sleep 300 && python poller-wrapper.py 4 |
Experiencing the same problem. On WebGUI the Error is displayed. I tried to run the validator on shell and there is no error regarding to the sheduler. ` ===========================================
[OK] Installed from the official Docker image; no Composer required |
Support guidelines
I've found a bug and checked that ...
Description
FAIL: Scheduler is not running
with a fix ofsudo cp /opt/librenms/dist/librenms-scheduler.cron /etc/cron.d/
Expected behaviour
The scheduler should be started using docker compose without any extra intervention
Actual behaviour
The scheduler is not started
Steps to reproduce
Follow the instructions here https://docs.librenms.org/Installation/Docker/
Docker info
Docker Compose config
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: