A complete tour of the platform - check types, status logic, alerting, organisation and admin.
Once you know what a Remote, a Check and a Status rule are, you know the platform.
A lightweight agent installed on a machine you want to watch. Windows or Linux. Sends a heartbeat every few minutes.
A monitoring task assigned to a Remote. Has a type, an interval, parameters and one or more status rules.
The logic that turns a measurement into a colour. Compose conditions with temporal windows to avoid false alarms.
Every check produces one or more numeric channels. Status rules compare those channels against thresholds.
Total and per-core utilisation. Defaults: Unstable > 50 %, Critical > 80 %.
RAM usage (%) and free bytes. Defaults: Unstable > 80 %, Critical > 90 %.
Per-mount usage and free space. Point at C:, /, /dev/sda1 - wherever you store things.
Counts running processes matching an optional regex. Critical if zero, by default.
Status code, response time, body length - plus custom channels extracted via JSONPath, XPath or regex.
Matching file count and total size. Optional filename regex.
Exists or doesn't. Useful for sentinel files, deployment markers, lockfiles.
Extract values from an HTTP response and use them in status rules just like built-in channels.
Each rule has a priority, a resulting status, and one or more conditions joined with AND. Rules are evaluated top-down; first match wins.
> < = != between contains matches (regex), and their negations.
Bring your own SMTP server - Postmark, SES, Office 365, an internal relay, anything. A Send test email button lives next to the form so you can verify before relying on it.
Paste an incoming webhook URL, hit Send test message, done. Messages include a severity indicator and a description of the alert.
Each user maintains their own mute list. Muting never stops monitoring - it just silences your notifications. Mute at three levels:
Silence one noisy check until it's fixed.
Hush a whole machine - useful during maintenance windows.
Mute everything tagged "Staging" while you redeploy.
SuperAdmin - full access. Admin - manage Remotes & Checks. User - read-only dashboard.
Filter by category (Auth, Remotes, Checks, Notifications, Licensing) and severity (Info, Warning, Error).
Export configuration and history. Configure how long result data is kept.
Self-hosted: paste a license key. Hosted: Stripe-managed subscriptions you upgrade in-app.
Self-hosted central server runs on SQLite, PostgreSQL, MySQL or SQL Server.
Dashboard pushes status changes over a live connection. No polling, no flicker.
Hosted trial, no credit card. Or download the self-hosted server and start in minutes.