Added custom config for OOS12000G

This commit is contained in:
2025-09-03 13:02:32 -04:00
parent 2d6626cece
commit 4b68b0b525

View File

@ -172,6 +172,25 @@ class SystemHealthMonitor:
}
}
},
'OOS': {
'aliases': ['OOS12000G', 'OOS'],
'attributes': {
# These drives seem to report very high error rates normally
'Raw_Read_Error_Rate': {
'monitor': False, # Skip monitoring - seems to be a counter
'description': 'OOS drives report high values normally'
},
'Seek_Error_Rate': {
'monitor': False, # Skip monitoring - seems to be a counter
'description': 'OOS drives report high values normally'
},
'Command_Timeout': {
'warning_threshold': 100000000000, # 100 billion
'critical_threshold': 200000000000, # 200 billion
'description': 'OOS drives report very high timeout counters'
}
}
},
'Samsung': {
'aliases': ['Samsung', 'SAMSUNG'],
'wear_leveling_behavior': 'countup',