mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-05-06 20:18:47 +02:00
Add Kite — self-hostable webhook relay for monitoring (Monitoring & Status Pages)
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
This commit is contained in:
parent
5ee1d9756d
commit
13ea34df8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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`
|
- [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`
|
- [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`
|
- [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`
|
- [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`
|
- [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. `Apache-2.0` `Go`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue