Skip to main content

Creating Alerts with Netdata Alerts Configuration Manager

The Netdata Alerts Configuration Manager lets you create and fine-tune alerts directly from the Netdata Cloud Dashboard.
To use this feature, you’ll need an active Netdata subscription. → View subscription plans


Creating Alerts: Quick Guide​

  1. Navigate to Metrics in your Netdata Cloud Dashboard and locate your target chart.
  2. Click the alert icon (🔔) in the chart's right corner, then select Add alert from the popup menu.
  3. Set your thresholds and watch the definition update in real-time.
  4. When finished configuring your alert, click the Submit to nodes button.

Alert Detection Types​

Netdata supports different ways of triggering alerts:

TypeDescription
StandardFires when a metric crosses a set value
Metric VarianceFires based on variation in values over time
Anomaly RateFires when the anomaly rate exceeds a certain threshold

Choose the type that best suits the behavior you want to monitor.


Metrics Lookup & Filters​

Click Show advanced in the Alert Configuration Manager to access these options.

Metrics Lookup​

You can define how Netdata should query the data before triggering an alert:

ParameterDescription
methodHow values are aggregated (avg, min, max, etc.)
durationTime window used for the check
dimensionsWhich metric dimensions to include
optionsModify how values are interpreted (e.g., percentage, absolute)

Filtering Targets​

Limit the alert to specific infrastructure components:

  • Hosts
  • Nodes
  • Instances
  • Operating systems
  • Chart labels

Formulas​

Use a custom formula to manipulate values before comparing against thresholds.

Example:

(metric1 - metric2) / 100

Defining Alert Conditions​

You can control how and when alerts are triggered, escalated, or resolved.

SettingPurpose
ThresholdsDefine values for warning and critical states
Recovery thresholdsSet when the alert should downgrade or clear
Check intervalHow often the alert check runs (e.g., every 10 seconds)
Notification delayDelay before sending notifications for state changes
Repeat notificationsHow often to resend an alert if the issue persists (Agent only)
Notification recipientsDefine who gets alerted (Agent only)
Custom exec scriptRun a custom shell script when an alert triggers

Naming and Documentation​

FieldDescription
Alert NameA unique name for the alert
DescriptionWhat the alert does, in one or two sentences
SummaryOptional: a short summary for display in dashboards

Final Notes​

  • You can apply alert definitions to Parent Agents or Standalone Child Agents
  • If you need help writing custom alerts, check the full alert reference

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.