From ca861a78fb5db3f417c86be1d6d90941d1bf9516 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 5 Mar 2022 13:49:17 +0100 Subject: [PATCH] bundles/grafana: do not auto-refresh dashboards --- bundles/grafana/items.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/grafana/items.py b/bundles/grafana/items.py index 5a9c43b..6abf19e 100644 --- a/bundles/grafana/items.py +++ b/bundles/grafana/items.py @@ -80,7 +80,6 @@ for rnode in repo.nodes: 'editable': False, 'graphTooltip': 1, - 'refresh': '1m', 'schemaVersion': 12, 'style': 'dark', 'tags': {'bw'},