--- title: "Monitoring: Gatus" summary: How to Setup Monitoring Using Gatus --- # Monitoring: Gatus After configuring a new service or website, it should be added to our status and uptime monitoring available at [status.hamburg.ccc.de](https://status.hamburg.ccc.de). Take a look at the configuration in `resources/external/status/docker_compose/config` and extend it to cover the newly added service or website. The configuration should probably happen in either `services-chaosknoten.yaml` or `websites.yaml`. Taking the existing configuration as a reference should give guidance on how to configure new checks. Additionally, there's the comprehensive [Gatus Documentation](https://github.com/TwiN/gatus?tab=readme-ov-file#table-of-contents). After you've added some checks, the configuration can be deployed using: ``` ansible-playbook playbooks/deploy.yaml -i inventories/external -l status -t docker_compose ```