mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Master Dashboard - Fix Disk Guage
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
"error": false,
|
||||
"format": "bytes",
|
||||
"gauge": {
|
||||
"maxValue": 105545592832,
|
||||
"maxValue": "{{ ROOTFS }}",
|
||||
"minValue": 0,
|
||||
"show": true,
|
||||
"thresholdLabels": false,
|
||||
@@ -263,7 +263,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"thresholds": "73881914982,94991033548,105545592832",
|
||||
"thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
|
||||
"title": "{{ SERVERNAME }} - Disk Used(/)",
|
||||
"transparent": false,
|
||||
"type": "singlestat",
|
||||
|
||||
@@ -783,7 +783,7 @@
|
||||
"error": false,
|
||||
"format": "bytes",
|
||||
"gauge": {
|
||||
"maxValue": 105545592832,
|
||||
"maxValue": "{{ ROOTFS }}",
|
||||
"minValue": 0,
|
||||
"show": true,
|
||||
"thresholdLabels": false,
|
||||
@@ -881,7 +881,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"thresholds": "73881914982,94991033548,105545592832",
|
||||
"thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
|
||||
"title": "{{ SERVERNAME }} - Disk Used(/)",
|
||||
"transparent": false,
|
||||
"type": "singlestat",
|
||||
@@ -909,7 +909,7 @@
|
||||
"error": false,
|
||||
"format": "bytes",
|
||||
"gauge": {
|
||||
"maxValue": 105545592832,
|
||||
"maxValue": "{{ NSMFS }}",
|
||||
"minValue": 0,
|
||||
"show": true,
|
||||
"thresholdLabels": false,
|
||||
@@ -1007,7 +1007,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"thresholds": "73881914982,94991033548,105545592832",
|
||||
"thresholds": "{{ NSMFS * '.80'|float }},{{ NSMFS * '.90'|float }}",
|
||||
"title": "{{ SERVERNAME }} - Disk Used(/nsm)",
|
||||
"transparent": false,
|
||||
"type": "singlestat",
|
||||
|
||||
Reference in New Issue
Block a user