add servername_all template var

This commit is contained in:
m0duspwnens
2021-07-23 10:55:15 -04:00
parent d3d02faa1c
commit 41e747dcc1
2 changed files with 30 additions and 1 deletions

View File

@@ -2339,7 +2339,7 @@ grafana:
eval:
templating:
list:
- servername_standalone
- servername_eval
- role
- containers
- manint

View File

@@ -0,0 +1,29 @@
{
"allValue": null,
"current": {
"selected": true,
"tags": [],
"text": [],
"value": []
},
"datasource": "InfluxDB",
"definition": "show tag values with key=\"host\" WHERE (\"role\" =~ /^$role$/)",
"description": "",
"error": null,
"hide": 0,
"includeAll": true,
"label": "Node",
"multi": true,
"name": "servername",
"options": [],
"query": "show tag values with key=\"host\" WHERE (\"role\" =~ /^$role$/)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}