mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
changes to master dashboard
This commit is contained in:
@@ -787,7 +787,7 @@
|
||||
},
|
||||
{
|
||||
"color": "rgba(237, 129, 40, 0.89)",
|
||||
"value": "{{ ROOTFS * '.90'|float }}"
|
||||
"value": "{{ ROOTFS * '.80'|float }}"
|
||||
},
|
||||
{
|
||||
"color": "rgba(245, 54, 54, 0.9)",
|
||||
@@ -885,7 +885,7 @@
|
||||
"value": "null"
|
||||
}
|
||||
],
|
||||
"max": "1048059908000",
|
||||
"max": "{{ NSMFS }}",
|
||||
"min": 0,
|
||||
"nullValueMode": "connected",
|
||||
"thresholds": {
|
||||
@@ -897,11 +897,11 @@
|
||||
},
|
||||
{
|
||||
"color": "rgba(237, 129, 40, 0.89)",
|
||||
"value": 838447926400
|
||||
"value": "{{ NSMFS * '.80'|float }}"
|
||||
},
|
||||
{
|
||||
"color": "rgba(245, 54, 54, 0.9)",
|
||||
"value": 943253917200
|
||||
"value": "{{ NSMFS * '.90'|float }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user