Integrations
InfraInbox connects to the tools you already run through what they already support: a webhook, a Gotify message or an HTTP request. Nothing to install on the other side.
Sources: what sends alerts to InfraInbox
A source is the app or host you want to hear about. The tools below report on it; one source can have several.
| Tool | How it connects | Status | Guide |
|---|---|---|---|
| Proxmox VE | Its built-in webhook notification target, set up by a guided wizard | In v0.1 | Setup guide |
| Proxmox Backup Server | Its built-in webhook notification target | In v0.1 | Setup guide |
| Uptime Kuma | A Webhook notification | In v0.1 | Setup guide |
| Prometheus Alertmanager | A webhook receiver, with resolved alerts | In v0.1 | Setup guide |
| Grafana alerting | A Webhook contact point | In v0.1 | Setup guide |
| Beszel | Its Gotify notification (a shoutrrr URL) | In v0.1 | Setup guide |
| Watchtower | Its Gotify notification (a shoutrrr URL) | In v0.1 | Setup guide |
| Scrutiny | Its Gotify notification (a shoutrrr URL) | In v0.1 | Setup guide |
| Unraid | Its Gotify notification agent | In v0.1 | Setup guide |
| Other Gotify senders | The Gotify message API | In v0.1 | Setup guide |
| Scripts, cron and CI | The events API: one HTTP request with a JSON body | In v0.1 | Setup guide |
| Scheduled jobs | Heartbeat ping URLs: start, success, failure, exit status, log | In v0.1 | Setup guide |
| Docker hosts | The InfraInbox agent: container health and host checks | Preview | Setup guide |
Destinations: where InfraInbox tells you
Rules decide which destinations hear about which incidents. Every destination has a test button.
| Tool | How it connects | Status | Guide |
|---|---|---|---|
| Telegram | A bot you create; messages are edited as incidents change | In v0.1 | Setup guide |
| Slack | An incoming webhook | In v0.1 | Setup guide |
| Discord | A channel webhook; messages are edited as incidents change | In v0.1 | Setup guide |
| Webhooks | Signed HTTP requests to your own endpoint | In v0.1 | Setup guide |
| InfraInbox for iPhone | End-to-end encrypted push | Preview | Setup guide |
| InfraInbox for Android | The same app, on Android | Planned | Not yet |
| SMTP when self-hosted | Planned | Not yet | |
| ntfy, Pushover and Gotify | For people who already live in those apps | Planned | Not yet |
Missing a tool?
If it can send a webhook with a JSON body, or run curl, the events API takes it today. The cookbook has recipes for systemd, ZFS, SMART, backups and CI pipelines.