From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- integrations/templates/alerts.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 integrations/templates/alerts.md (limited to 'integrations/templates/alerts.md') diff --git a/integrations/templates/alerts.md b/integrations/templates/alerts.md new file mode 100644 index 00000000..56f08d4c --- /dev/null +++ b/integrations/templates/alerts.md @@ -0,0 +1,14 @@ +## Alerts + +[% if entry.alerts %] + +The following alerts are available: + +| Alert name | On metric | Description | +|:------------|:----------|:------------| +[% 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 %] -- cgit v1.2.3