Adding discovery of LSI MegaRAID Device Media Errors, Other Errors, a… (#14729)

This commit is contained in:
bnerickson 2023-01-02 02:57:35 -08:00 committed by GitHub
parent d21d4422b4
commit bf25313d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6924 additions and 0 deletions

View File

@ -57,6 +57,30 @@ modules:
group: 'RAID Controller {{ $adapterID-APT }}'
warn_limit: 1
descr: 'Failed disks'
-
oid: physicalDriveTable
value: mediaErrCount
num_oid: '.1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.{{ $index }}'
index: 'mediaerr.slot.{{ $index }}'
group: 'RAID Controller {{ $adpID-PDT }} Enclosure {{ enclDeviceId }}'
warn_limit: 1
descr: '/c{{ $adpID-PDT }}/e{{ $enclDeviceId }}/s{{ $slotNumber }} Media Errors'
-
oid: physicalDriveTable
value: otherErrCount
num_oid: '.1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.{{ $index }}'
index: 'othererr.slot.{{ $index }}'
group: 'RAID Controller {{ $adpID-PDT }} Enclosure {{ enclDeviceId }}'
warn_limit: 1
descr: '/c{{ $adpID-PDT }}/e{{ $enclDeviceId }}/s{{ $slotNumber }} Other Errors'
-
oid: physicalDriveTable
value: predFailCount
num_oid: '.1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.{{ $index }}'
index: 'predfail.slot.{{ $index }}'
group: 'RAID Controller {{ $adpID-PDT }} Enclosure {{ enclDeviceId }}'
warn_limit: 1
descr: '/c{{ $adpID-PDT }}/e{{ $enclDeviceId }}/s{{ $slotNumber }} Predictive Failures'
state:
data:
-

File diff suppressed because it is too large Load Diff