Know when things go wrong
AnomalyAlert will notify you as soon as something looks off.
Custom rules
Easily specify what values, or value combinations, should trigger an alert.
Heartbeat
Trigger an alert when the job hasn't run at the specified time. Great for monitoring cron jobs.
Integrations
Get notified over e-mail, Slack, Zapier and more. Or trigger a custom webhook.
Straightforward API
Just post the latest values as JSON. No libraries to install. No need to manually define monitors.
curl -X POST "https://io.anomalyalert.com" \
-H "Content-Type: application/json" \
-d '{
"api_key": "your-api-key",
"monitor": "monitor-name",
"data": {
"temperature": 26.58,
"humidity": 70,
"pressure": 1004.38
}
}'
temperature
26.58
humidity
70
pressure
1004.38
Pricing
Starter
$9 $86
- 5 monitors
- 10 metrics per monitor
- Rule & heartbeat-based alerts
- E-mail notifications
- Third-party integrations
Indie
$19 $182
- 20 monitors
- 10 metrics per monitor
- Rule & heartbeat-based alerts
- E-mail notifications
- Third-party integrations
- Custom webhooks
Startup
$39 $374
- 50 monitors
- 10 metrics per monitor
- Rule & heartbeat-based alerts
- E-mail notifications
- Third-party integrations
- Custom webhooks