allow multi and all for manint and monint vars

This commit is contained in:
m0duspwnens
2021-07-22 10:06:31 -04:00
parent aa333794f7
commit ff436aea93
2 changed files with 16 additions and 6 deletions

View File

@@ -1,14 +1,19 @@
{
"allValue": null,
"current": {},
"current": {
"selected": true,
"tags": [],
"text": [],
"value": []
},
"datasource": "InfluxDB",
"definition": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",
"description": null,
"error": null,
"hide": 2,
"includeAll": false,
"includeAll": true,
"label": "Management Interface",
"multi": false,
"multi": true,
"name": "manint",
"options": [],
"query": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",

View File

@@ -1,14 +1,19 @@
{
"allValue": null,
"current": {},
"current": {
"selected": true,
"tags": [],
"text": [],
"value": []
},
"datasource": "InfluxDB",
"definition": "SELECT \"monint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",
"description": null,
"error": null,
"hide": 2,
"includeAll": false,
"includeAll": true,
"label": "Monitor Interface",
"multi": false,
"multi": true,
"name": "monint",
"options": [],
"query": "SELECT \"monint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",