Skip to content
Snippets Groups Projects
Commit b547be25 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Remove hardcoded database name

parent 2ec0ceeb
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@
"multi": true,
"name": "interface_name",
"options": [],
"query": "SHOW TAG VALUES ON poller WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"query": "SHOW TAG VALUES ON test_brian WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
......
......@@ -734,14 +734,14 @@
{
"allValue": null,
"datasource": "PollerInfluxDB",
"definition": "SHOW TAG VALUES ON poller WITH KEY=hostname",
"definition": "SHOW TAG VALUES WITH KEY=hostname",
"hide": 0,
"includeAll": false,
"label": "Router:",
"multi": false,
"name": "hostname",
"options": [],
"query": "SHOW TAG VALUES ON poller WITH KEY=hostname",
"query": "SHOW TAG VALUES WITH KEY=hostname",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
......@@ -755,14 +755,14 @@
{
"allValue": null,
"datasource": "PollerInfluxDB",
"definition": "SHOW TAG VALUES ON poller WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"definition": "SHOW TAG VALUES WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"hide": 0,
"includeAll": false,
"label": "Interface :",
"multi": false,
"name": "interface_name",
"options": [],
"query": "SHOW TAG VALUES ON poller WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"query": "SHOW TAG VALUES WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment