mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-04 15:23:11 +01:00
add disk var
This commit is contained in:
28
salt/grafana/templates/disk.json
Normal file
28
salt/grafana/templates/disk.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "All",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "$InfluxDB",
|
||||
"definition": "",
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": 2,
|
||||
"includeAll": true,
|
||||
"label": "Disk",
|
||||
"multi": true,
|
||||
"name": "disk",
|
||||
"options": [],
|
||||
"query": "SHOW TAG VALUES ON telegraf FROM \"diskio\" WITH KEY = \"name\" WHERE host =~ /$servername/",
|
||||
"refresh": 1,
|
||||
"regex": "[a-z]d[\\D]$|nvme[\\d]n[\\d]$",
|
||||
"skipUrlSync": false,
|
||||
"sort": 0,
|
||||
"tagValuesQuery": null,
|
||||
"tags": [],
|
||||
"tagsQuery": null,
|
||||
"type": "query",
|
||||
"useTags": false
|
||||
}
|
||||
Reference in New Issue
Block a user