librenms-librenms/includes/definitions/discovery/omnitron-iconverter.yaml
vivia11 7eb107acb9 Added additional sensors to omnitron iconverter (#8806)
DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
2018-06-07 00:00:46 +01:00

138 lines
6.2 KiB
YAML

mib: OMNITRON-MIB:OMNITRON-POE-MIB
modules:
sensors:
state:
data:
-
oid: ostPoePortCfgTable
value: ostPoePortPseStatus
num_oid: .1.3.6.1.4.1.7342.15.2.1.7.
descr: 'PSE Port Status {{ $index }}'
state_name: PoePortPseStatus
index: 'pseStatus.{{ $index }}'
states:
- { value: 1, generic: 3, graph: 0, descr: notApplicable }
- { value: 2, generic: 0, graph: 0, descr: pdNormal }
- { value: 3, generic: 1, graph: 0, descr: pdOverCurrent }
- { value: 4, generic: 1, graph: 0, descr: pdBrownOut }
- { value: 5, generic: 2, graph: 0, descr: pdInusfficientPower }
-
oid: ostPoePortCfgTable
value: ostPoEPortHeartbeatStatus
num_oid: .1.3.6.1.4.1.7342.15.2.1.14.
descr: 'PSE Port Heartbeat Status {{ $index }}'
index: 'pseHeart.{{ $index }}'
state_name: PoePortHeartbeatStatus
states:
- { value: 1, generic: 3, graph: 0, descr: disabled }
- { value: 2, generic: 0, graph: 0, descr: available }
- { value: 3, generic: 1, graph: 0, descr: errored }
- { value: 4, generic: 2, graph: 0, descr: pseRestart }
- { value: 5, generic: 3, graph: 0, descr: pseShutdown }
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs1Status
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.1.
descr: 'PS1 Status'
index: 'ps1Status.{{ $index }}'
state_name: PSstatus
states:
- { value: 0, generic: 3, graph: 0, descr: notSupported }
- { value: 1, generic: 3, graph: 0, descr: notInstalled }
- { value: 2, generic: 2, graph: 0, descr: notPowered }
- { value: 3, generic: 0, graph: 0, descr: powered }
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs2Status
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.5.
descr: 'PS2 Status'
index: 'ps2Status.{{ $index }}'
state_name: PSstatus
states:
- { value: 0, generic: 3, graph: 0, descr: notSupported }
- { value: 1, generic: 3, graph: 0, descr: notInstalled }
- { value: 2, generic: 2, graph: 0, descr: notPowered }
- { value: 3, generic: 0, graph: 0, descr: powered }
current:
data:
-
oid: ostPoePortCfgTable
value: ostPoePortPseCurrentSupplied
num_oid: .1.3.6.1.4.1.7342.15.2.1.6.
divisor: 1000
descr: 'PSE Port Ouput Current {{ $index }}'
index: 'pseCurrent.{{ $index }}'
power:
data:
-
oid: ostPoeGlobalCfgTable
value: ostPoeGlobalCfgTotalPwr
num_oid: .1.3.6.1.4.1.7342.15.1.2.
descr: Total Power
index: 'pwr.{{ $index }}'
temperature:
data:
-
oid: moduleMgtCfgTable
value: cpuTemperature
num_oid: .1.3.6.1.4.1.7342.2.1.3.1.38.
descr: CPU Ambient Temperature
index: 'cpuTemp.{{ $index }}'
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalTemperature
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.9.
descr: Module Internal Ambient Temperature
index: 'envTemp.{{ $index }}'
voltage:
data:
-
oid: ostPoePortCfgTable
value: ostPoePortPseVoltageSupplied
num_oid: .1.3.6.1.4.1.7342.15.2.1.5.
descr: 'PSE Port Output Voltage {{ $index }}'
index: 'pseVoltage.{{ $index }}'
-
oid: moduleMgtCfgTable
value: cpuVoltageIn
divisor: 1000
num_oid: .1.3.6.1.4.1.7342.2.1.3.1.36.
descr: CPU Input Voltage
index: 'cpuVoltIn.{{ $index }}'
-
oid: moduleMgtCfgTable
value: cpuVoltageOut
num_oid: .1.3.6.1.4.1.7342.2.1.3.1.37.
divisor: 1000
descr: CPU Output Voltage
index: 'cpuVoltOut{{ $index }}'
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs1VoltageIn
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.2.
divisor: 1000
descr: PS1 Input Voltage
index: 'ps1VoltIn.{{ $index }}'
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs1VoltageOut
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.3.
divisor: 1000
descr: PS1 Output Votlage
index: 'ps1VoltOut.{{ $index }}'
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs2VoltageIn
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.6.
divisor: 1000
descr: PS2 Input Voltage
index: 'ps2VoltIn.{{ $index }}'
-
oid: ostEnvironmentalStatusTable
value: ostEnvironmentalPs2VoltageOut
num_oid: .1.3.6.1.4.1.7342.2.1.11.1.7.
divisor: 1000
descr: PS2 Output Voltage
index: 'ps2VoltOut.{{ $index }}'