| 1 | ## Alerts |
| 2 | |
| 3 | [% if entry.alerts %] |
| 4 | |
| 5 | The following alerts are available: |
| 6 | |
| 7 | | Alert name | On metric | Description | |
| 8 | |:------------|:----------|:------------| |
| 9 | [% for alert in entry.alerts %] |
| 10 | | [ [[ strfy(alert.name) ]] ]([[ strfy(alert.link) ]]) | [[ strfy(alert.metric) ]] | [[ strfy(alert.info) ]] | |
| 11 | [% endfor %] |
| 12 | [% else %] |
| 13 | There are no alerts configured by default for this integration. |
| 14 | [% endif %] |