Back to Netdata

Alerts

integrations/templates/alerts.md

2.10.3397 B
Original Source

Alerts

[% if entry.alerts %]

The following alerts are available:

Alert nameOn metricDescription
[% for alert in entry.alerts %]
[ [[ strfy(alert.name) ]] ]([[ strfy(alert.link) ]])[[ strfy(alert.metric) ]][[ strfy(alert.info) ]]
[% endfor %]
[% else %]
There are no alerts configured by default for this integration.
[% endif %]