Files
librenms-librenms/includes/definitions/discovery/ios.yaml
martinberg 3856c33f9d IOS/IOSXE PoE stats (#13213)
* 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>
2021-10-18 19:42:13 -05:00

30 lines
1.1 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: pethMainPseTable
value: pethMainPseConsumptionPower
num_oid: '.1.3.6.1.2.1.105.1.3.1.1.4.{{ $index }}'
index: 'pethMainPseConsumptionPower.{{ $index }}'
high_limit: pethMainPsePower
group: "PoE"
descr: "PoE Budget Consumed - ID {{ $index }}"
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"