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
Steffen Exler edited this page Aug 5, 2020
·
1 revision
Monitoring
Flower
Flower is celery task monitor. Here you can see how the tiles are produced and
if their any errors.
To access flower, you need to add the flower username & password in your
.envs/.production/.django for poduction and .envs/.local/.django for the
development instance.
On the development instance, you can access flower over http://localhost:5555
In production, the default URL is https://monitor.ohdm.net
If you want change it to a different domain, modify compose/production/traefik/traefik.yml
Sentry.io is an online error monitoring platform. To enable it, add the environment var SENTRY_DSN in .envs/.production/.django with your sentry DNS account.