Adjusted SMART thresholds
This commit is contained in:
parent
e1984a5417
commit
cc0c9a1795
1 changed files with 14 additions and 14 deletions
|
|
@ -22,23 +22,23 @@ ost_db = {
|
||||||
# STATIC VARIABLES
|
# STATIC VARIABLES
|
||||||
ATTRIBUTES = {
|
ATTRIBUTES = {
|
||||||
'NVMe': {
|
'NVMe': {
|
||||||
'critical_warning': {'Error': 1},
|
'critical_warning': {'Error': 1},
|
||||||
'media_errors': {'Error': 1},
|
'media_errors': {'Error': 1},
|
||||||
'power_on_hours': {'Warning': 12000, 'Error': 18000, 'Ignore': True},
|
'power_on_hours': {'Warning': 12000, 'Error': 18000, 'Ignore': True},
|
||||||
'unsafe_shutdowns': {'Warning': 1},
|
'unsafe_shutdowns': {'Warning': 1},
|
||||||
},
|
},
|
||||||
'SMART': {
|
'SMART': {
|
||||||
5: {'Error': 1},
|
5: {'Hex': '05', 'Error': 1},
|
||||||
9: {'Warning': 12000, 'Error': 18000, 'Ignore': True},
|
9: {'Hex': '09', 'Warning': 12000, 'Error': 18000, 'Ignore': True},
|
||||||
10: {'Warning': 1},
|
10: {'Hex': '0A', 'Error': 1},
|
||||||
184: {'Error': 1},
|
184: {'Hex': 'B8', 'Error': 1},
|
||||||
187: {'Warning': 1},
|
187: {'Hex': 'BB', 'Error': 1},
|
||||||
188: {'Warning': 1},
|
188: {'Hex': 'BC', 'Error': 1},
|
||||||
196: {'Warning': 1, 'Error': 10, 'Ignore': True},
|
196: {'Hex': 'C4', 'Error': 1},
|
||||||
197: {'Error': 1},
|
197: {'Hex': 'C5', 'Error': 1},
|
||||||
198: {'Error': 1},
|
198: {'Hex': 'C6', 'Error': 1},
|
||||||
199: {'Error': 1, 'Ignore': True},
|
199: {'Hex': 'C7', 'Error': 1, 'Ignore': True},
|
||||||
201: {'Warning': 1},
|
201: {'Hex': 'C9', 'Error': 1},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
IO_VARS = {
|
IO_VARS = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue