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

Remove hardcoded database name

parent b547be25
No related branches found
No related tags found
No related merge requests found
......@@ -687,7 +687,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 WITH KEY IN (interface_name) WHERE hostname =~ /$hostname/ ",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
......
......@@ -690,7 +690,7 @@
"label": "Interface Name",
"multi": true,
"name": "interface_name",
"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": 0,
"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