Monitor
AH
Funzionalità
Prezzi
API
Blog
Italiano
Accedi
Documentation
Everything you need to set up monitors, route alerts, and integrate with the REST API.
Monitor types
PING
PING monitor
Real ICMP echo to confirm a host is reachable at the network layer — independent of any service running on it.
HTTP
HTTP monitor
Fetch a URL on a schedule and assert that the response code is in your expected set. The default and most useful check for any web service.
SSL
SSL certificate monitor
Opens a TLS connection to your host on port 443, reads the leaf certificate, and warns before expiry. Catches forgotten renewals before they take production down.
DNS
DNS resolution monitor
Looks up a DNS record on a schedule, optionally asserting the response matches an expected value. Detects misconfigurations, propagation lag, and registrar issues.
PORT
PORT (TCP) monitor
Opens a TCP connection to a host:port. Supports two modes — fail if the port is closed (standard) or fail if the port is open (security hygiene).
WHOIS
WHOIS domain expiry monitor
Queries WHOIS for the registration expiry date of your domain and alerts when renewal is due. Different from SSL — this is about the registrar, not the certificate.
BLACKLIST
Blacklist (DNSBL) monitor
Checks whether your host's IP appears on common email blacklists. Critical for any service that sends transactional or marketing email.
HEARTBEAT
HEARTBEAT (dead-man switch) monitor
Inverse of every other monitor. Your job pings us on schedule; we open an incident when we don't hear from it within the grace window.
Features
Notifications
Where downtime alerts go. Configure one or more channels (email, Slack, Discord, Telegram, webhook) and route specific monitors to specific channels.
Status pages
A public, no-auth URL that shows the live state of a chosen set of monitors. Hand it to customers as proof you know about incidents before they have to ask.
API keys
Bearer tokens that authenticate programmatic callers against /api/v1/*. Scoped, revocable, and shown to you exactly once at creation time.
Alerts
Rules that decide when a notification fires. Default: any DOWN check fires immediately. Tune the threshold to absorb single-check flakiness.
API reference
REST API
Full reference, scopes, auth, pagination, and one curl example per endpoint.