From 13ea34df8d1137236b5eae079f1bd1002b675b28 Mon Sep 17 00:00:00 2001 From: JLOMMATAG Date: Sat, 11 Apr 2026 03:37:14 +0000 Subject: [PATCH] =?UTF-8?q?Add=20Kite=20=E2=80=94=20self-hostable=20webhoo?= =?UTF-8?q?k=20relay=20for=20monitoring=20(Monitoring=20&=20Status=20Pages?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kite is a self-hostable webhook relay for monitoring and alerting. Features: - Built-in signature verification for Stripe, GitHub, Slack - CloudEvents 1.0 standardization - Sub-10ms median latency - Agent-native streaming (events to stdin) - Single binary + Docker deployment Perfect for sysadmins who need to monitor webhook-based events from services like Stripe (payments), GitHub (deployments), Slack (alerts), etc. Links: - Website: https://getkite.sh - GitHub: https://github.com/lommaj/kite - Docs: https://getkite.sh/docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 469fc5d..fcb7517 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface. ([Source Code](https://github.com/opinkerfi/adagios)) `AGPL-3.0` `Docker/Python` - [Alerta](https://alerta.io/) - Distributed, scalable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python` +- [Kite](https://getkite.sh/) - Self-hostable webhook relay for monitoring and alerting. Receives webhooks from Stripe, GitHub, Slack, verifies signatures, normalizes to CloudEvents, and delivers to local monitoring tools or agent runtimes. ([Source Code](https://github.com/lommaj/kite)) `MIT` `Rust/Docker` - [Beszel](https://beszel.dev/) - Lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions. ([Source Code](https://github.com/henrygd/beszel)) `MIT` `Go` - [Cacti](https://www.cacti.net) - Web-based network monitoring and graphing tool. ([Source Code](https://github.com/Cacti/cacti)) `GPL-2.0` `PHP` - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. `Apache-2.0` `Go`