mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Build support for Dantherm CC3000 Cooling Controller * add missing files + test data * Create dantherm-os.json * Update dantherm-os.json * Update dantherm-os.yaml * Update dantherm-os.yaml * Update dantherm-os.json Co-authored-by: Tony Murray <murraytony@gmail.com> Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
60 lines
2.2 KiB
YAML
60 lines
2.2 KiB
YAML
mib: DANTHERM-COOLING-MIB
|
|
modules:
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: onBoardTempr
|
|
value: onBoardTempr
|
|
index: onBoardTempr.{{ $index }}
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.1.{{ $index }}
|
|
descr: onBoard Tempr
|
|
-
|
|
oid: roomTempr
|
|
value: roomTempr
|
|
index: roomTempr.{{ $index }}
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.2.{{ $index }}
|
|
descr: room Tempr
|
|
-
|
|
oid: hotSpotTempr
|
|
value: hotSpotTempr
|
|
index: hotSpotTempr.{{ $index }}
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.3.{{ $index }}
|
|
descr: hotSpot Tempr
|
|
fanspeed:
|
|
data:
|
|
-
|
|
oid: fan1RPM
|
|
value: fan1RPM
|
|
index: fan1RPM.{{ $index }}
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.8.{{ $index }}
|
|
descr: fan1 RPM
|
|
-
|
|
oid: fan2RPM
|
|
value: fan2RPM
|
|
index: fan2RPM.{{ $index }}
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.9.{{ $index }}
|
|
descr: fan2 RPM
|
|
state:
|
|
data:
|
|
-
|
|
oid: fan1Status
|
|
value: fan1Status
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.18.{{ $index }}
|
|
descr: Fan 1 operation status
|
|
state_name: fan1Status_states
|
|
states:
|
|
- { value: 0, descr: Off }
|
|
- { value: 1, descr: On }
|
|
- { value: 2, descr: Emergency/Boost }
|
|
-
|
|
oid: fan2Status
|
|
value: fan2Status
|
|
num_oid: .1.3.6.1.4.1.46651.1.1.19.{{ $index }}
|
|
descr: Fan 2 operation status
|
|
state_name: fan2Status_states
|
|
states:
|
|
- { value: 0, descr: Off }
|
|
- { value: 1, descr: On }
|
|
- { value: 2, descr: Emergency/Boost }
|