Uptime Kuma Integration - Downtime Alerts
Connect Uptime Kuma to Echobell and get push notifications or phone calls when your self-hosted monitoring detects downtime.
Uptime Kuma is an easy-to-use self-hosted monitoring tool. You can receive notifications via Echobell when your services go down.
Create a Channel
Create a new channel in Echobell and copy the Webhook URL.
Setup Notification in Uptime Kuma
- Go to Settings > Notifications.
- Click Setup Notification.
- Select Webhook as the Notification Type.
- Set Friendly Name to "Echobell".
- Paste your Echobell Webhook URL into Post URL.
- Set Method to
POST. - Set Body Type to
JSON. - Enable Custom Body.
Configure Payload
Enter the following JSON in the Custom Body field:
{
"title": "Monitor {{name}} is {{status}}",
"body": "{{msg}}\nURL: {{hostnameOrURL}}",
"status": "{{status}}",
"monitor": "{{name}}"
}You can customize the JSON structure as needed. Echobell will use these variables in your notification templates.
Test
Click Test to send a test notification to Echobell.