From e902008a286d53f0c57b3eb5b010938bb53ca8db Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sun, 28 Mar 2021 18:36:04 +0200 Subject: [PATCH] Bugfix Flexpool workers variables Signed-off-by: Julien Riou --- grafana/flexpool-workers.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/grafana/flexpool-workers.json b/grafana/flexpool-workers.json index fc4fb4f..8037743 100644 --- a/grafana/flexpool-workers.json +++ b/grafana/flexpool-workers.json @@ -53,7 +53,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1616226444425, + "iteration": 1616949277856, "links": [], "panels": [ { @@ -1062,7 +1062,6 @@ "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB}", - "definition": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"miner\"", "error": null, "hide": 0, "includeAll": false, @@ -1070,7 +1069,7 @@ "multi": false, "name": "miner", "options": [], - "query": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"miner\"", + "query": "SHOW TAG VALUES FROM flexpool_miner_workers WITH KEY = \"miner\"", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1085,7 +1084,6 @@ "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB}", - "definition": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"name\" WHERE miner =~ /^$miner$/", "error": null, "hide": 0, "includeAll": false, @@ -1093,7 +1091,7 @@ "multi": false, "name": "worker", "options": [], - "query": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"name\" WHERE miner =~ /^$miner$/", + "query": "SHOW TAG VALUES FROM flexpool_miner_workers WITH KEY = \"name\" WHERE miner =~ /^$miner$/", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -1127,4 +1125,4 @@ "title": "Flexpool workers", "uid": "slcUBSzgz", "version": 2 -} +} \ No newline at end of file