2018-07-24 23:31:44 +02:00
|
|
|
mib: ARRIS-C3-FPD-MIB
|
|
|
|
|
modules:
|
|
|
|
|
sensors:
|
|
|
|
|
temperature:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDTemp1Status
|
|
|
|
|
divisor: 100
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.4.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'CPU card closest to the CPU'
|
|
|
|
|
index: 'dcxFPDTemp1Status.{{ $index }}'
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDTemp2Status
|
|
|
|
|
divisor: 100
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.5.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'CPU card, on the right hand side.'
|
|
|
|
|
index: 'dcxFPDTemp2Status.{{ $index }}'
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDTemp3Status
|
|
|
|
|
divisor: 100
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.6.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Kanga, under Roo cards between RX4 and RX5.'
|
|
|
|
|
index: 'dcxFPDTemp3Status.{{ $index }}'
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDTemp4Status
|
|
|
|
|
divisor: 100
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.7.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Kanga, under Roo cards between RX2 and RX3.'
|
|
|
|
|
index: 'dcxFPDTemp4Status.{{ $index }}'
|
|
|
|
|
state:
|
|
|
|
|
data:
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan1Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.8.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 1'
|
|
|
|
|
index: 'dcxFPDFan1Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan1Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan2Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.9.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 2'
|
|
|
|
|
index: 'dcxFPDFan2Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan2Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan3Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.10.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 3'
|
|
|
|
|
index: 'dcxFPDFan3Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan3Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan4Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.11.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 4'
|
|
|
|
|
index: 'dcxFPDFan4Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan4Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan5Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.12.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 5'
|
|
|
|
|
index: 'dcxFPDFan5Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan5Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDFan6Status
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.13.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Fan 6'
|
|
|
|
|
index: 'dcxFPDFan6Status.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDFan6Status
|
|
|
|
|
states:
|
|
|
|
|
- { descr: rotating, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: bad Rotating, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDPowerStatus2
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.3.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Power status'
|
|
|
|
|
index: 'dcxFPDPowerStatus2.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDPowerStatus2
|
|
|
|
|
states:
|
|
|
|
|
- { descr: on, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: off, graph: 0, value: 2, generic: 2 }
|
|
|
|
|
-
|
|
|
|
|
oid: dcxFPDAttachedStatus
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.4115.1.4.3.3.1.2.1.{{ $index }}'
|
2018-07-24 23:31:44 +02:00
|
|
|
descr: 'Front panel'
|
|
|
|
|
index: 'dcxFPDAttachedStatus.{{ $index }}'
|
|
|
|
|
state_name: dcxFPDAttachedStatus
|
|
|
|
|
states:
|
|
|
|
|
- { descr: attached, graph: 0, value: 1, generic: 0 }
|
|
|
|
|
- { descr: detached, graph: 0, value: 2, generic: 2 }
|