-
Notifications
You must be signed in to change notification settings - Fork 4
monitoring
Steffen Exler edited this page Aug 5, 2020
·
1 revision
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.
# Celery / Flower
# ------------------------------------------------------------------------------
CELERY_FLOWER_USER=msshnhBNlGfVLiDTErFKxFWpBOrcZNVp
CELERY_FLOWER_PASSWORD=eIYplziix19gsYgGfu7HsVzlhHUwFJxQikoOwDlSDnYCjQEjo1atzobXZCyrmnG0
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
Read more at https://flower.readthedocs.io/en/latest/
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.