Alerts (Beta)

📘

Alerts is currently in beta, with new capabilities being phased in gradually. Databases was the first service to be integrated. Additional services will be added over time.

Configure alerts to monitors key metrics and events in real time and automatically trigger notifications or actions when predefined thresholds or conditions are met.

The Alerts capability:

  • Automatically notifies users of critical system events through system alerts
  • Supports the creation of custom user alerts based on user-defined metrics thresholds and configuration parameters
  • Enables proactive issue detection and faster incident response.

Access alerts

You can access and manage alerts in Cloud Manager, or programmatically using the API:

Centralized alerts: Navigate to Monitor > Alerts to view a centralized list of alert definitions. You can filter, sort, and search both system and user alerts.

Linode API:Use the Linode API to create, view, modify, or delete alerts programmatically. See the API reference for details.

Alert types

System alerts

Preconfigured by the system, these alerts fire when specific metric thresholds are met. Currently, notifications are sent via email to all users with read/write access to the impacted entity. By default, all entities associated with a service are automatically assigned to that service's system alerts.

You can assign and unassign entities to a system alert using the Edit functionality.

If you need a custom thresholds, create a user alert, then reassign affected entities from the system alert to your new custom alert.

User alerts

Create custom alerts called user alerts based on user-defined metrics thresholds, dimension filters, and notification channels. Only one notification channel type is currently supported: email, using the preconfigured Read-Write Channel.

You can only create alerts for the entities within your access scope. Also, all entities assigned to an alert must belong to the same account.

Alert parameters

The following alert parameters are preconfigured for system alerts, and configurable for user alerts:

ParameterDescription
General Information
NameName of the alert
Description.Brief description of the alert
ServiceAkamai Cloud service the alert applies to (e.g., Databases)
SeverityAlert severity: info, low, medium, or severe
Entities
Region (optional)Region the entities are in
EntitiesEntities assigned to the alert
Alert evaluation criteria
Data field (metric)Metric being monitored (e.g., CPU Usage, Memory Usage)
Aggregation typeStatistic used to aggregate values: sum, min, max, or average
OperatorOperator for threshold evaluation: >, < , ≥, ≤, =
ThresholdThreshold value (%)
Dimension filter (optional)Optional dimensional attribute that contextualizes the data
Polling intervalFrequency at which the metric is checked
Evaluation periodTime window evaluated before triggering the alert.
Blip intervalNumber of consecutive evaluations meeting criteria before firing an alert.

Next steps