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, "allValue": null,
"current": {}, "current": {
"selected": true,
"tags": [],
"text": [],
"value": []
},
"datasource": "InfluxDB", "datasource": "InfluxDB",
"definition": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)", "definition": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",
"description": null, "description": null,
"error": null, "error": null,
"hide": 2, "hide": 2,
"includeAll": false, "includeAll": true,
"label": "Management Interface", "label": "Management Interface",
"multi": false, "multi": true,
"name": "manint", "name": "manint",
"options": [], "options": [],
"query": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)", "query": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" =~ /^$servername$/)",

View File

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