From 57a1ba2e0d3733b31ad3cf7186ff23bcd0050d63 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Wed, 15 Apr 2026 17:27:21 +0300 Subject: [PATCH] Update env --- roles/grafana_gen/templates/grafana_gen.env.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/grafana_gen/templates/grafana_gen.env.j2 b/roles/grafana_gen/templates/grafana_gen.env.j2 index ed1160f..79c1fdf 100644 --- a/roles/grafana_gen/templates/grafana_gen.env.j2 +++ b/roles/grafana_gen/templates/grafana_gen.env.j2 @@ -4,4 +4,8 @@ GIT_TOKEN={{ git_token }} GRAFANA_API_KEY={{ grafana_api_token }} GRAFANA_URL=https://metrics.cloudstack.ru GRAFANA_FOLDER=WAF - PTAF -DASHBOARD_TITLE=PT AF Requests \ No newline at end of file +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