mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Dashboard Update - Add Detialed Disk Metrics
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
"datasource": "InfluxDB",
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"format": "none",
|
||||
"format": "bytes",
|
||||
"gauge": {
|
||||
"maxValue": "{{ ROOTFS }}",
|
||||
"minValue": 0,
|
||||
@@ -258,12 +258,12 @@
|
||||
"condition": "AND",
|
||||
"key": "path",
|
||||
"operator": "=",
|
||||
"value": "/nsm"
|
||||
"value": "{{ ROOTFS }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"thresholds": "0,{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
|
||||
"thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
|
||||
"title": "{{ SERVERNAME }} - Disk Used(/)",
|
||||
"transparent": false,
|
||||
"type": "singlestat",
|
||||
|
||||
Reference in New Issue
Block a user