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 the dashboard and the REST API.

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_check": true,
  "check_domain_expiry": true,
  "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
}

Start monitoring in under 2 minutes

Free forever plan. No credit card required.