Monitor anything

Simple, data–agnostic monitoring

No credit card required

AnomalyAlert Dashboard

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

AnomalyAlert monitor

Pricing

Payment frequency

Starter

$9

Get started
  • 5 monitors
  • 10 metrics per monitor
  • Rule & heartbeat-based alerts
  • E-mail notifications
  • Third-party integrations

Indie

$19

Get started
  • 20 monitors
  • 10 metrics per monitor
  • Rule & heartbeat-based alerts
  • E-mail notifications
  • Third-party integrations
  • Custom webhooks

Startup

$39

Get started
  • 50 monitors
  • 10 metrics per monitor
  • Rule & heartbeat-based alerts
  • E-mail notifications
  • Third-party integrations
  • Custom webhooks