mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* newdevice: add support for Moxa EDS-P510A-8PoE Support PoE port consumption, SFP module monitoring and power input statuses for Moxa EDS-P510A-8PoE industrial switch. * Add Moxa EDS-P510A-8PoE MIB * Rename MOXA-EDSP510A_8POE-V3.7-MIB.my to MOXA-EDSP510A_8POE-V3.7-MIB * Update moxa-etherdevice.yaml Moved MIB definitions to the top as proposed by @laf * Create moxa-etherdevice_edsp510a8poe.snmprec * Create moxa-etherdevice_edsp510a8poe.json * Rename MOXA-EDSP510A_8POE-V3.7-MIB to MOXA-EDSP510A8POE-MIB
80 lines
3.2 KiB
YAML
80 lines
3.2 KiB
YAML
mib: IF-MIB:MOXA-IKS6726A-MIB:MOXA-EDSG508E-MIB:MOXA-EDSP510A8POE-MIB
|
|
modules:
|
|
sensors:
|
|
pre-cache:
|
|
data:
|
|
- oid:
|
|
- ifDescr
|
|
power:
|
|
data:
|
|
-
|
|
oid: powerConsumption
|
|
num_oid: .1.3.6.1.4.1.8691.7.116.1.10.8.
|
|
descr: 'Power Consumption'
|
|
index: 'powerConsumption.{{ $index }}'
|
|
value: powerConsumption
|
|
-
|
|
oid: powerConsumption
|
|
num_oid: .1.3.6.1.4.1.8691.7.69.1.10.8.
|
|
descr: 'Power Consumption'
|
|
index: 'powerConsumption.{{ $index }}'
|
|
value: powerConsumption
|
|
-
|
|
oid: poePortConsumption
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.40.6.1.2.
|
|
descr: '{{ $ifDescr }} PoE Consumption'
|
|
index: 'poePortConsumption.{{ $index }}'
|
|
value: poePortConsumption
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: sfpTemperature
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.7.1.3.
|
|
descr: '{{ $ifDescr }} SFP module temperature'
|
|
index: 'sfpTemperature.{{ $index }}'
|
|
value: sfpTemperature
|
|
voltage:
|
|
data:
|
|
-
|
|
oid: sfpVoltage
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.7.1.4.
|
|
descr: '{{ $ifDescr }} SFP module Supply Voltage'
|
|
index: 'sfpVoltage.{{ $index }}'
|
|
value: sfpVoltage
|
|
dbm:
|
|
data:
|
|
-
|
|
oid: sfpTxPower
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.7.1.5.
|
|
descr: '{{ $ifDescr }} SFP module Transmit Power'
|
|
index: 'sfpTxPower.{{ $index }}'
|
|
value: sfpTxPower
|
|
-
|
|
oid: sfpRXPower
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.7.1.6.
|
|
descr: '{{ $ifDescr }} SFP module Receive Power'
|
|
index: 'sfpRxPower.{{ $index }}'
|
|
value: sfpRXPower
|
|
state:
|
|
data:
|
|
-
|
|
oid: power1InputStatus
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.1.
|
|
descr: 'Power Input 1 Status'
|
|
index: 'powerInputStatus.1'
|
|
value: power1InputStatus
|
|
state_name: powerInputStatus
|
|
states:
|
|
- { value: 0, generic: 2, graph: 0, descr: not present }
|
|
- { value: 1, generic: 0, graph: 0, descr: present }
|
|
-
|
|
oid: power2InputStatus
|
|
num_oid: .1.3.6.1.4.1.8691.7.86.1.10.2.
|
|
descr: 'Power Input 2 Status'
|
|
index: 'powerInputStatus.2'
|
|
value: power2InputStatus
|
|
state_name: powerInputStatus
|
|
states:
|
|
- { value: 0, generic: 2, graph: 0, descr: not present }
|
|
- { value: 1, generic: 0, graph: 0, descr: present }
|