[PR #752] [CLOSED] Add Kite — self-hostable webhook relay for monitoring (Monitoring & Status Pages) #2698

Closed
opened 2026-04-17 13:00:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/752
Author: @lommaj-ai
Created: 4/11/2026
Status: Closed

Base: masterHead: add-kite-webhook-relay


📝 Commits (1)

  • 13ea34d Add Kite — self-hostable webhook relay for monitoring (Monitoring & Status Pages)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hi! I'd like to add Kite to the Monitoring & Status Pages section.

What it is: Kite is a self-hostable webhook relay for monitoring and alerting. It receives webhooks from services like Stripe, GitHub, and Slack, verifies their signatures, normalizes them to CloudEvents format, and delivers them to local monitoring tools or agent runtimes.

Why it fits Monitoring:

  • Receive and process monitoring alerts via webhooks
  • Built-in signature verification (no false positives from spoofed webhooks)
  • CloudEvents standardization for interoperability with monitoring stacks
  • Sub-10ms latency for real-time alerting
  • Self-hostable (single binary or Docker)

Use cases:

  • Monitor Stripe payment events for revenue tracking
  • Receive GitHub deployment webhooks for CI/CD monitoring
  • Process Slack alerts and route to incident management tools
  • Fan-in multiple webhook sources to a single monitoring dashboard

Links:

Thanks for maintaining this list!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/752 **Author:** [@lommaj-ai](https://github.com/lommaj-ai) **Created:** 4/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-kite-webhook-relay` --- ### 📝 Commits (1) - [`13ea34d`](https://github.com/awesome-foss/awesome-sysadmin/commit/13ea34df8d1137236b5eae079f1bd1002b675b28) Add Kite — self-hostable webhook relay for monitoring (Monitoring & Status Pages) ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hi! I'd like to add Kite to the Monitoring & Status Pages section. **What it is**: Kite is a self-hostable webhook relay for monitoring and alerting. It receives webhooks from services like Stripe, GitHub, and Slack, verifies their signatures, normalizes them to CloudEvents format, and delivers them to local monitoring tools or agent runtimes. **Why it fits Monitoring**: - Receive and process monitoring alerts via webhooks - Built-in signature verification (no false positives from spoofed webhooks) - CloudEvents standardization for interoperability with monitoring stacks - Sub-10ms latency for real-time alerting - Self-hostable (single binary or Docker) **Use cases**: - Monitor Stripe payment events for revenue tracking - Receive GitHub deployment webhooks for CI/CD monitoring - Process Slack alerts and route to incident management tools - Fan-in multiple webhook sources to a single monitoring dashboard **Links**: - Website: https://getkite.sh - GitHub: https://github.com/lommaj/kite - Docs: https://getkite.sh/docs Thanks for maintaining this list! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 13:00:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#2698