From 51b6fe3ff8e71d290c76bffb9a398483ae653478 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Mon, 27 Apr 2026 17:38:56 +0300 Subject: [PATCH] Change alerts --- roles/grafana_gen/templates/grafana_gen.env.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/grafana_gen/templates/grafana_gen.env.j2 b/roles/grafana_gen/templates/grafana_gen.env.j2 index 79c1fdf..4226ccb 100644 --- a/roles/grafana_gen/templates/grafana_gen.env.j2 +++ b/roles/grafana_gen/templates/grafana_gen.env.j2 @@ -8,4 +8,5 @@ DASHBOARD_TITLE=PT AF Requests DASHBOARD_OS_ENABLED=false DASHBOARD_VL_ENABLED=true ALERTS_OS_ENABLED=false -ALERTS_VL_ENABLED=true \ No newline at end of file +ALERTS_VL_ENABLED=true +SP_DASHBOARD_TITLE=SP PT AF Requests (VictoriaLogs) \ No newline at end of file