Files
c379fee161 Add support Ray3 (#11374)
* Add support Ray3

* Create ray3.json

* Fixed copyrights, comments and move MIB file.

Co-authored-by: Tony Murray <[email protected]>
2020-04-05 17:13:22 +02:00

38 lines
1.2 KiB
YAML

mib: RAY3-MIB
modules:
processors:
data:
-
oid: useCpu
num_oid: '.1.3.6.1.4.1.33555.4.1.5.1.{{ $index }}'
sensors:
voltage:
data:
-
oid: voltageUnit
num_oid: '.1.3.6.1.4.1.33555.4.1.4.3.{{ $index }}'
descr: Voltage
divisor: 10
temperature:
data:
-
oid: temperatureRadio
num_oid: '.1.3.6.1.4.1.33555.4.1.4.2.{{ $index }}'
descr: Temperature
divisor: 100
state:
data:
-
oid: systemStatus
value: systemStatus
num_oid: '.1.3.6.1.4.1.33555.4.1.3.1.{{ $index }}'
descr: System Status
states:
- { value: 0, descr: Unknown, graph: 0, generic: 3 }
- { value: 1, descr: Ok, graph: 0, generic: 0 }
- { value: 2, descr: Warning, graph: 0, generic: 2 }
- { value: 3, descr: Alarm, graph: 0, generic: 3 }