Keep – GitHub Actions for your monitoring tools

Keep is an open-source alerts management and automation platform that aims to streamline alert handling and automate workflows. It allows users to consolidate alerts from various platforms into a single dashboard and orchestrate workflows for automated responses. With Keep, users can connect their monitoring platforms, databases, and ticketing systems, set up workflows, and upload workflows for operational efficiency. The platform offers a centralized dashboard, reduces noise through alert deduplication, and enables automation through trigger actions. Keep is developer-friendly, API-first, and supports a wide range of providers. It uses declarative YAML files for workflows, similar to GitHub Actions. Keep can be run via docker-compose or locally within an IDE.

https://github.com/keephq/keep

To top