Index: includes/definitions/mibs/lsi.inc.php =================================================================== --- includes/definitions/mibs/lsi.inc.php (revision 10258) +++ includes/definitions/mibs/lsi.inc.php (working copy) @@ -62,7 +62,7 @@ //'table' => 'adapterPropertiesTable', 'oid' => 'pdDiskFailedCount', // Number of disk devices in this adapter that are failed 'oid_extra' => [ 'productName' ], - 'descr' => 'Disks Pre-Failure (%productName% #%index%)', + 'descr' => 'Disks Failure (%productName% #%index%)', 'class' => 'gauge', 'oid_num' => '.1.3.6.1.4.1.3582.4.1.4.1.2.1.24', 'limit_high' => 1 @@ -72,7 +72,7 @@ //'table' => 'adapterPropertiesTable', 'oid' => 'pdDiskPredFailureCount', // Number of disk devices in this adapter that are critical 'oid_extra' => [ 'productName' ], - 'descr' => 'Disks Failure (%productName% #%index%)', + 'descr' => 'Disks Pre-Failure (%productName% #%index%)', 'class' => 'gauge', 'oid_num' => '.1.3.6.1.4.1.3582.4.1.4.1.2.1.23', 'limit_high_warn' => 1, @@ -79,6 +79,24 @@ 'limit_high' => 2 ); +$config['mibs'][$mib]['sensor'][] = array( + 'table' => 'physicalDriveTable', + 'oid' => 'mediaErrCount', // Number of disk devices in this adapter that are critical + 'oid_extra' => [ 'productName' ], + 'descr' => 'Enclosure (%enclIndex%) Slot %slotNumber%: Media-error (%pdVendorID% %pdProductID%)', + 'class' => 'gauge' +); + +$config['mibs'][$mib]['sensor'][] = array( + 'table' => 'physicalDriveTable', + 'oid' => 'predFailCount', // Number of disk devices in this adapter that are critical + 'descr' => 'Enclosure (%enclIndex%) Slot %slotNumber%: Pre-Failure (%pdVendorID% %pdProductID%)', + 'class' => 'gauge', + 'limit_high_warn' => 1, + 'limit_high' => 2 +); + + $config['mibs'][$mib]['status'][] = array( 'table' => 'physicalDriveTable', 'oid' => 'pdState',