Skip to content

Configuring Alerts

Last updated: 2026-06-22

Alerts notify you when a host metric exceeds a threshold you define. VordFleet supports email and webhook notifications.

Creating an Alert Rule

Creating and customizing your own alert rules requires a Team plan. Alerting starts on Pro, which provisions the built-in default rules (listed below) with email and webhook delivery — you can enable or disable them but not create custom rules. The Free plan has no alert rules.

  1. Navigate to Settings > Alerts in the dashboard.
  2. Click Create Rule.
  3. Configure the rule:
    • Name — A descriptive name (e.g., “High CPU Warning”)
    • Metric — The metric to monitor (CPU, memory, disk, etc.)
    • Condition — The threshold (e.g., “CPU usage > 90%“)
    • Duration — How long the condition must persist before firing (e.g., “5 minutes”)
    • Scope — Assign the rule to one or more hosts
  4. Choose a notification method (email or webhook URL).
  5. Click Save.

Default Alert Rules

When you upgrade to Pro or Team, these eight built-in default rules are provisioned and applied to all of your hosts:

RuleConditionSeverityDuration
Disk usage above 90%Disk usage > 90%Warning5 min
CPU usage above 90%CPU usage > 90%Warning5 min
Memory usage above 90%Memory usage > 90%Warning5 min
Machine offlineHost stops reportingCritical1 min
Disk health issuesSMART reports a failing diskCritical1 min
Failed services detectedOne or more services failedWarning1 min
Security updates availableSecurity updates pendingInfo1 min
New SSH connectionA new SSH session is openedInfoImmediate

On the Pro plan these rules are read-only — you can enable or disable them, but not edit their thresholds. On the Team plan you can also create and customize your own rules and thresholds. The Free plan has no alert rules at all.

Alert Severities

SeverityUse Case
InfoInformational, no action needed
WarningInvestigate when convenient
CriticalRequires immediate attention

Webhook Notifications

To send alerts to Slack, PagerDuty, or another service, use a webhook URL as the notification target. VordFleet sends a JSON payload with the alert details.