new panels, add containers var, hide manint and monint var from dash

This commit is contained in:
m0duspwnens
2021-07-09 11:21:06 -04:00
parent dd199ea30f
commit bc814c9be6
12 changed files with 647 additions and 1145 deletions

View File

@@ -0,0 +1,29 @@
{
"allValue": null,
"current": {
"selected": true,
"tags": [],
"text": [],
"value": []
},
"datasource": "InfluxDB",
"definition": "SHOW TAG VALUES ON telegraf WITH KEY = container_name WHERE (_name = 'docker_container_cpu') AND ((host = '$servername') AND (_tagKey = 'container_name'))",
"description": null,
"error": null,
"hide": 0,
"includeAll": true,
"label": "Docker Containers",
"multi": true,
"name": "containers",
"options": [],
"query": "SHOW TAG VALUES ON telegraf WITH KEY = container_name WHERE (_name = 'docker_container_cpu') AND ((host = '$servername') AND (_tagKey = 'container_name'))",
"refresh": 1,
"regex": "/so-*/",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}

View File

@@ -5,7 +5,7 @@
"definition": "SELECT \"n_cpus\" FROM \"system\" WHERE \"host\" = '$servername'",
"description": null,
"error": null,
"hide": 0,
"hide": 2,
"includeAll": false,
"label": "CPU Count",
"multi": false,

View File

@@ -5,7 +5,7 @@
"definition": "SELECT \"manint\" FROM \"node_config\" WHERE (\"host\" = '$servername')",
"description": null,
"error": null,
"hide": 0,
"hide": 2,
"includeAll": false,
"label": "Management Interface",
"multi": false,

View File

@@ -5,7 +5,7 @@
"definition": "SELECT \"monint\" FROM \"node_config\" WHERE (\"host\" = '$servername')",
"description": null,
"error": null,
"hide": 0,
"hide": 2,
"includeAll": false,
"label": "Monitor Interface",
"multi": false,