Skip to content
Distr
Book Demo Start free trial Login

Alerts

Alerts notify selected users by email when a monitored deployment becomes unhealthy or when host resource usage exceeds a configured threshold.

By default, alerts are vendor-managed: you configure alert rules and choose who gets notified.

Under Customers in the Vendor Portal, you can enable alert management per customer organization (see Customer Management). This supports two scenarios:

Vendor-managed deployments — You monitor deployments and receive alerts directly, potentially before the customer notices an issue.

Customer-managed deployments — Customers configure their own alerts and choose who in their organization gets notified.

Alerts configuration in the Vendor Portal

In the sidebar, navigate to Agents > Alerts.

  1. Click Create alert configuration.
  2. Enter a name for the configuration.
  3. Enable one or more triggers (see Trigger Types below).
  4. Select one or more deployments to monitor.
  5. Select the users who should receive email notifications.

Each configuration can be toggled on or off without deleting it.

The Notification history tab shows previously triggered alerts.

Each alert configuration requires at least one trigger. You can combine multiple triggers in a single configuration.

Triggers when a monitored deployment transitions between health states:

FromTo
Running or HealthyStale or Error

A recovery notification is also sent when a deployment returns to a healthy state (Running or Healthy) after being degraded.

For the full list of deployment statuses, see Deployment Status. For details on how Running vs. Healthy is determined, see Healthchecks.

Triggers when a host metric exceeds a percentage threshold you define. Three resource metrics are available:

TriggerWhat it monitors
CPU usageOverall CPU utilization on the host or cluster
Memory usageOverall memory utilization on the host or cluster
Disk usageDisk utilization per mount point (Docker agent only)

For each trigger, set a threshold between 1% and 100%. When usage crosses above the threshold, an alert email is sent. A recovery email is sent when usage drops back below the threshold.

All alert notifications are sent by email to the users selected in the configuration. Each email includes:

  • The affected deployment target and customer organization
  • The trigger type (status change, CPU, memory, or disk)
  • For resource alerts: the configured threshold and the current usage percentage
  • Whether it is an alert or a recovery notification