MARKETING · FEATURES

Everything you need to catch a howl.

Four pillars, one platform: synthetic monitoring, on-call rotations, branded status pages, and ops integrations. EU-resident, transparent pricing, real free tier.

01 · MONITORING

HTTP and ICMP probes. One uniform API.

HTTP/HTTPS and ICMP ping checks, extended in place with keyword matching, response validation, and SSL-certificate + domain-expiry guards. Configure every probe with the same JSON shape: type-specific fields live next to a sharedinterval_s+ region selector. Same probe definition in dashboard, REST API, and CLI.

HTTP

json
{
  "type": "http",
  "url": "https://api.example.com/health",
  "method": "GET",
  "interval_s": 30,
  "regions": ["us-west-1", "ap-southeast-1"]
}

KEYWORD

json
{
  "type": "http",
  "url": "https://example.com/",
  "expect_keyword": "Welcome",
  "expect_status": 200,
  "interval_s": 60
}

SSL + WHOIS

json
{
  "type": "http",
  "url": "https://example.com/",
  "ssl_expiry_days": 14,
  "domain_expiry_days": 30,
  "interval_s": 3600
}

HEARTBEAT

bash
# Cron job pings every 5 min
curl -sk -X POST \
  https://api.howlops.com/hb/<token>/ping

ICMP

json
{
  "type": "ping",
  "host": "203.0.113.42",
  "interval_s": 60,
  "packet_loss_threshold": 0.1
}
02 · ON-CALL

From signal to action in seconds.

Policy-as-code rotations. Multi-step escalation. Drag-to-override on the weekly grid. Every transition shows up on the incident timeline so the postmortem writes itself.

LIVE ESCALATION · INC-4821

MTTR 10m50s

14:02:11

PROBE

a probe detects HTTP 503 on api.example.com

14:02:31

SYSTEM

incident #INC-4821 opened (Warning)

14:02:32

SLACK

#ops + @nina paged via Slack

14:03:01

PUSH

push + SMS → @nina (no ack in 30s)

14:03:31

PUSH

escalated → @david (backup oncall)

14:03:54

ACK

@david acknowledged

14:11:08

FIX

@david deployed rollback

14:12:40

PROBE

all regions see 200 OK

14:13:01

SYSTEM

incident resolved · MTTR 10m50s

03 · STATUS PAGES

Tell your customers before they tell you.

Branded status pages on your domain. Component-level health. 90-day uptime history. Email subscribers get notified the moment an incident opens, escalates, or resolves.

status.acme.com

ALL SYSTEMS OPERATIONAL

API gateway

99.99%

Web dashboard

99.95%

Probers (EU)

99.97%

Async workers

99.88%

04 · INTEGRATIONS

Plug into the tools your team already uses.

Slack, Discord, Telegram, PagerDuty, Teams, Opsgenie, webhooks, GitHub Actions, CLI. HMAC-signed inbound webhooks let anything that can POST become an integration.

Slack

Discord

Telegram

PagerDuty

MS Teams

Opsgenie

Webhooks

GitHub Actions

CLI

REST API

RSS

Start monitoring in under 2 minutes

Free forever plan. No credit card required.