Downtime stops
here.
Clovos is a high-frequency infrastructure monitoring platform. We execute automated checks against your endpoints, verify downtime, and dispatch multi-channel alerts before your customers notice.
6 Protocol Types
Native support for HTTP(s), Ping, TCP, Port, and DNS checks.
False-Positive Free
Multi-region consensus verification before incident creation.
Instant Routing
Deliver alerts via Slack, Discord, Webhooks, WhatsApp & SMS.
The Verification Engine
Network blips happen. To prevent alert fatigue, Clovos utilizes a strict Consensus Protocol before declaring an endpoint dead.
Resolution Workflow
Primary Failure Detected
A scheduled check fails or exceeds your configured timeout limit.
Immediate Retries
Clovos instantly triggers localized retries to bypass momentary DNS or TLS handshake issues.
Incident Creation & Dispatch
If the failure is confirmed, the monitor status changes to 'down' and your channels are triggered.
Intervals & Capabilities
Your monitoring frequency is tied to your subscription tier. Clovos prevents saving configurations that attempt to bypass these limits.
Allowed Protocols
When creating a monitor, you must select exactly one of the supported types.
Polling Limits
- Starter: 300s (5 min) minimum
- Pro / Team: 60s minimum
- Enterprise: 10s minimum
HTTP / HTTPS
Standard web monitoring. Verifies status codes (expecting 200-299), response times, and SSL certificate validity.
TCP & Port Tracking
Low-level connection tracking. Useful for verifying database connections (e.g., Postgres on 5432) or game servers.
ICMP Ping
Basic server liveliness checks via ICMP packets. Note: Ensure your firewall allows incoming ICMP requests from our IPs.
DNS Resolution
Verifies that a specific domain resolves to the correct IP address or expected records (A, AAAA, CNAME, TXT).
Channels & Quotas
Incident routing capabilities are heavily dependent on your tier. High-cost channels have strict monthly quotas.
| Channel | Starter | Pro | Team / Ent. |
|---|---|---|---|
| Email Alerts | |||
| Webhooks | |||
| Slack / Discord | |||
| WhatsApp Alerts |
Public Status
Create beautiful status pages to keep your users informed. Pages can be set to public (listed on /public-status) or private (accessed via secret link).
Embed Monitors
Pro & AboveNeed to display live uptime data inside your own applications? You can embed individual Clovos monitors directly into internal wikis, Notion workspaces, or custom dashboards using a simple iframe.
Implementation:
Simply append ?embed=true to any monitor's public URL.
<iframe
src="https://www.clovos.com/monitors/id?embed=true"
width="100%"
height="400"
frameBorder="0"
></iframe>Use Key ?key='key' to any monitor's private URL.
<iframe
src="https://www.clovos.com/monitors/id?embed=true&key='key'"
width="100%"
height="400"
frameBorder="0"
></iframe>Tier Restriction: Embedding is restricted via the Embed policy and is only available on Pro, Team, and Enterprise plans.