Get alerted at the right time, through the right channel, for the right reasons.
Alerts are the backbone of monitoring. Without an effective alerting system, monitoring your services is pointless: data accumulates but nobody reacts when problems occur. A well-configured alert can make the difference between a 2-minute outage and a 2-hour downtime.
However, a poor alert strategy can be worse than no alerts at all. Alert "noise" - those incessant notifications for minor issues or false positives - leads to alert fatigue. Teams start ignoring notifications, and when a critical incident occurs, it goes unnoticed in the flood.
MoniTao was designed to solve this dilemma. Our multi-channel alerting system combines intelligent verification, noise filtering and configurable escalation to ensure you receive only the alerts that matter, when they matter, through the most appropriate channel.
Setting up an effective alerting system requires solving several challenges:
MoniTao supports multiple alert channels to adapt to your workflows and incident criticality:
Included in all plans. Ideal for non-urgent alerts, daily reports and history. Perfect for business hours notifications.
Business plan and above. For critical alerts requiring immediate response, even at night. Cuts through phone silent modes.
Custom integration to your tools: PagerDuty, OpsGenie, internal scripts. Configurable JSON payload with all incident information.
Notifications directly in your team communication channels. Centralizes alerts and facilitates collaboration during incidents.
Deepen your knowledge about monitoring alerts:
Here's an example webhook payload sent by MoniTao when an alert triggers:
{
"event": "alert.triggered",
"monitor": {
"id": 42,
"name": "Production API",
"url": "https://api.example.com/health"
},
"alert": {
"type": "down",
"status_code": 503,
"response_time_ms": null,
"triggered_at": "2024-01-15T14:32:00Z",
"message": "Service unavailable after 2 checks"
},
"previous_state": "up",
"downtime_duration_seconds": 0
}
This JSON payload contains all the information needed to automate your incident response: service identification, error type, precise timestamp. Use it to trigger automatic runbooks, create tickets, or enrich your dashboards.
MoniTao includes advanced features for intelligent alerts:
MoniTao performs automatic double verification before sending an alert. The system checks from a second point of presence to confirm the problem is real and not due to a temporary local network issue.
Yes, use silence periods to suspend alerts during planned maintenance. You can schedule recurring windows or create one-time silences directly from the interface.
SMS is included in Business plan and above. Free and Pro plans use email and webhooks. This restriction exists because SMS has significant operational costs.
Configure an incoming webhook in Slack, then add the URL in MoniTao alert settings. Alerts will be sent directly to your chosen channel with rich formatting.
Yes, you can configure multiple email addresses, SMS numbers and webhooks for each monitor or globally. Perfect for alerting the entire on-call team simultaneously.
After double verification (about 30 seconds), the alert is sent immediately. Emails go out in under 5 seconds, SMS in under 10 seconds, webhooks instantaneously.
An effective alerting system is the cornerstone of reliable infrastructure. Without alerts, monitoring is just a passive observation tool. With the right alerts, you transform surveillance into proactive action.
MoniTao gives you all the tools to build a robust alerting strategy: multi-channel, double verification, intelligent escalation and noise filtering. Configure your alerts now and sleep soundly.
Start free, no credit card required.