mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Updated mib * Add support for IOS/IOSXE PoE stats * Added testdata * Better titles for Power-tab in Health * Added low_limit for iosxe * Update ios_2960x.json * Added high_limit for ios * update ios_2960x * update ios_2900l * pre-cache is not needed will only slow polling down in some cases Co-authored-by: Tony Murray <murraytony@gmail.com>
39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
mib: POWER-ETHERNET-MIB:CISCO-POWER-ETHERNET-EXT-MIB
|
|
modules:
|
|
sensors:
|
|
power:
|
|
data:
|
|
-
|
|
oid: pethMainPseTable
|
|
value: pethMainPsePower
|
|
num_oid: '.1.3.6.1.2.1.105.1.3.1.1.2.{{ $index }}'
|
|
index: 'pethMainPsePower.{{ $index }}'
|
|
group: "PoE"
|
|
descr: "PoE Budget Total - ID {{ $index }}"
|
|
-
|
|
oid: cpeExtMainPseTable
|
|
value: cpeExtMainPseUsedPower
|
|
divisor: 1000
|
|
num_oid: '.1.3.6.1.4.1.9.9.402.1.3.1.4.{{ $index }}'
|
|
index: 'cpeExtMainPseUsedPower.{{ $index }}'
|
|
group: "PoE"
|
|
descr: "PoE Budget Consumed - {{ $cpeExtMainPseDescr }}"
|
|
-
|
|
oid: cpeExtMainPseTable
|
|
value: cpeExtMainPseRemainingPower
|
|
divisor: 1000
|
|
num_oid: '.1.3.6.1.4.1.9.9.402.1.3.1.5.{{ $index }}'
|
|
index: 'cpeExtMainPseRemainingPower.{{ $index }}'
|
|
low_limit: 0
|
|
group: "PoE"
|
|
descr: "PoE Budget Remaining - {{ $cpeExtMainPseDescr }}"
|
|
count:
|
|
data:
|
|
-
|
|
oid: cpeExtPdStatistics
|
|
value: cpeExtPdStatsTotalDevices
|
|
num_oid: '.1.3.6.1.4.1.9.9.402.1.4.1.{{ $index }}'
|
|
group: "PoE"
|
|
descr: "PoE Devices Connected"
|
|
|