0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-11 16:31:23 +00:00
netdata_netdata/integrations/templates/alerts.md

370 B

Alerts

[% if entry.alerts %]

The following alerts are available:

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