Bugfix Flexpool workers variables
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
2cebe9eddf
commit
e902008a28
1 changed files with 4 additions and 6 deletions
|
@ -53,7 +53,7 @@
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1616226444425,
|
"iteration": 1616949277856,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
@ -1062,7 +1062,6 @@
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {},
|
"current": {},
|
||||||
"datasource": "${DS_INFLUXDB}",
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"definition": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"miner\"",
|
|
||||||
"error": null,
|
"error": null,
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
|
@ -1070,7 +1069,7 @@
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "miner",
|
"name": "miner",
|
||||||
"options": [],
|
"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,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
|
@ -1085,7 +1084,6 @@
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {},
|
"current": {},
|
||||||
"datasource": "${DS_INFLUXDB}",
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"definition": "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"name\" WHERE miner =~ /^$miner$/",
|
|
||||||
"error": null,
|
"error": null,
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
|
@ -1093,7 +1091,7 @@
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "worker",
|
"name": "worker",
|
||||||
"options": [],
|
"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,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
|
@ -1127,4 +1125,4 @@
|
||||||
"title": "Flexpool workers",
|
"title": "Flexpool workers",
|
||||||
"uid": "slcUBSzgz",
|
"uid": "slcUBSzgz",
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
Reference in a new issue