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