Skip to content

Monitoring

Roman Nikitin edited this page Dec 27, 2020 · 1 revision

There're a lot of endpoints for monitoring ForcAD from different angles.

  1. Flag submission statistics are exported in Prometheus format at /api/metrics
  2. Admin panel is available at /admin and allows to overview checker failures and change teams and tasks
  3. Celery Flower is available at /flower/ to monitor all tasks running in celery (round updates and checkers)
  4. TCP receiver logs some statistics every 5 seconds, which can be viewed with docker-compose logs tcp_receiver
  5. RabbitMQ is started with management plugin on port 15672, which can be used to monitor messages load
Clone this wiki locally