Skip to content

Monitors

Monitors are the core of Warden. Give a monitor a name and a URL, and Warden starts checking it immediately — your first result appears within seconds.

  1. From the dashboard, click Add Monitor
  2. Fill in:
    • Name — a unique display name
    • URL — the HTTP or HTTPS endpoint to monitor
    • Group — which group this monitor belongs to (use Default if you don’t need groups)
    • Interval — how often to check (default: every 60 seconds)
  3. Click Create

That’s it. Warden runs the first check immediately and shows the result on the dashboard.

StateMeaning
UpResponding successfully within latency threshold
DegradedResponding but slower than the latency threshold
DownFailing checks (confirmed after consecutive failures)
PausedMonitoring stopped — no checks running
MaintenanceGroup is in a maintenance window — checks run but notifications are suppressed

Pause a monitor to temporarily stop checks without deleting it. Resume to start checking again immediately. Historical data is preserved.

Most monitors work great with the defaults. These settings are available when you need more control.

Override the global defaults from Settings for individual monitors:

FieldRangeGlobal DefaultDescription
Confirmation Threshold1–1003Failed checks before confirming down
Notification Cooldown0–1440 min30 minPause between repeat notifications
Latency Threshold1+ ms1000 msLatency above this = degraded

Customize the HTTP request Warden sends:

FieldDefaultDescription
MethodGETHTTP method (GET, HEAD, POST, PUT, DELETE)
HeadersCustom request headers (max 50)
BodyRequest body for POST/PUT (max 10 KB)
Timeout5sRequest timeout (1–120 seconds)
Follow RedirectsYesWhether to follow HTTP redirects
Accepted Status Codes< 400Custom success criteria
Retry Count0Retries on failure (0–5, 1s delay between)

By default, any status code below 400 is considered successful. Customize with individual codes, ranges, or both:

  • 200,201,301
  • 200-299
  • 200-299,301,302

Each monitor tracks:

  • Uptime over 24 hours, 7 days, and 30 days (percentage of successful checks)
  • Latency displayed in 4 time ranges: 1 hour, 24 hours, 7 days, and 30 days

Warden doesn’t alert on the first failure — it waits for confirmation to avoid false alarms.

Confirmation threshold: By default, 3 consecutive failures are required before a monitor is confirmed down and a notification is sent. Change this globally in Settings or per monitor.

Notification cooldown: After sending an alert, Warden waits 30 minutes before sending another for the same event type. This prevents alert fatigue during extended outages.

Flap detection: If a monitor keeps flipping between up and down, Warden recognizes the instability and sends a single “flapping” alert instead of many individual alerts. Once the monitor stabilizes, you get a “stabilized” notification.

Recovery confirmation: Warden can require consecutive successful checks before confirming recovery, preventing false recovery alerts. Default is 1 check, configurable up to 20 in Settings.

For HTTPS monitors, Warden automatically tracks SSL certificate expiry and alerts you at 30, 14, 7, and 1 day before expiry. SSL alerts are sent once per threshold during a mid-day window in your timezone.

EventTrigger
downMonitor confirmed down
upMonitor recovered
degradedLatency exceeded threshold
recoveredLatency returned to normal
flappingRapid state changes detected
stabilizedFlapping stopped
ssl_expiringSSL certificate approaching expiry

Each event type can be toggled on/off and optionally routed to a daily digest in Notifications.

Check history is automatically cleaned up based on the retention period in Settings (default: 365 days, range 1–3650). Monitor metadata, events, and outage records are kept indefinitely.

Deleting a monitor permanently removes it along with all check history, events, and outage records. This cannot be undone.