-
Notifications
You must be signed in to change notification settings - Fork 19
Monitoring
Roman Nikitin edited this page Dec 27, 2020
·
1 revision
There're a lot of endpoints for monitoring ForcAD from different angles.
- Flag submission statistics are exported in Prometheus format at
/api/metrics
- Admin panel is available at
/admin
and allows to overview checker failures and change teams and tasks - Celery Flower is available at
/flower/
to monitor all tasks running in celery (round updates and checkers) - TCP receiver logs some statistics every 5 seconds, which can be viewed with
docker-compose logs tcp_receiver
- RabbitMQ is started with management plugin on port 15672, which can be used to monitor messages load