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