From adfd97e875d5e5a121e0c947066afe813b9b3cd0 Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 23 Sep 2025 17:17:51 +0200 Subject: [PATCH] Enable support for Grafana Alerting --- src/plugin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index 29570e9..e3c5ffb 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -6,6 +6,7 @@ "metrics": true, "backend": true, "executable": "gpx_hcloud", + "alerting": true, "includes": [ { "type": "dashboard", @@ -14,7 +15,7 @@ } ], "info": { - "description": "Display metrics for your Hetzner Cloud Servers and Load Balancers.", + "description": "Display metrics for your Hetzner Cloud Servers and Load Balancers. Supports Grafana Alerting.", "author": { "name": "Julian Tölle " },