mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
allow multi and all for manint and monint vars
This commit is contained in:
@@ -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$/)",
|
||||
|
||||
@@ -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$/)",
|
||||
|
||||
Reference in New Issue
Block a user