Uptime Kuma Integration - Self-Hosted Website Monitoring Notifications
Complete guide to integrate Uptime Kuma with Echobell for instant website monitoring alerts. Receive mobile push notifications or phone calls when your services go down, with self-hosted uptime monitoring and real-time downtime detection.
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.
Upptime
Complete guide to integrate Upptime with Echobell for instant downtime alerts. Receive mobile push notifications or phone calls for website outages with GitHub Actions-powered uptime monitoring, custom webhooks, and status page notifications.
UptimeRobot
Complete guide to integrate UptimeRobot with Echobell for instant website monitoring notifications. Receive mobile push notifications or phone calls for downtime alerts, SSL certificate expiration, and server response time issues via webhook integration.