Skip to content

Commit b869b32

Browse files
committed
add example for XUPS MIB
Signed-off-by: Francis Begyn <[email protected]>
1 parent 7de8494 commit b869b32

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

generator/generator.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,3 +628,46 @@ modules:
628628
hrSWInstalled:
629629
walk:
630630
- hrSWInstalled
631+
632+
#
633+
# xups
634+
#
635+
# https://www.eaton.com/content/dam/eaton/products/backup-power-ups-surge-it-power-distribution/power-management-software-connectivity/eaton-network-card-ms/eaton-ups-power-mib-release-notes.txt
636+
xups:
637+
max_repetitions: 5
638+
walk:
639+
- xupsBatCapacity
640+
- xupsBatTimeRemaining
641+
- xupsBatVoltage
642+
- xupsBatCurrent
643+
- xupsEnvAmbientTemp
644+
- xupsInputTable
645+
- xupsInputVoltage
646+
- xupsInputFrequency
647+
- xupsOutputTable
648+
- xupsOutputVoltage
649+
- xupsOutputFrequency
650+
- xupsBypassTable
651+
- xupsBypassFrequency
652+
- xupsBatteryAbmStatus
653+
lookups:
654+
- source_indexes: [xupsInputTable]
655+
lookup: xupsInputVoltage
656+
- source_indexes: [xupsOutputTable]
657+
lookup: xupsOutputVoltage
658+
- source_indexes: [xupsBypassTable]
659+
lookup: xupsBypassFrequency
660+
filters:
661+
static:
662+
- targets:
663+
- xupsBatCapacity
664+
- xupsBatTimeRemaining
665+
- xupsBatVoltage
666+
- xupsBatCurrent
667+
- xupsEnvAmbientTemp
668+
- xupsInputVoltage
669+
- xupsInputFrequency
670+
- xupsOutputVoltage
671+
- xupsOutputFrequency
672+
- xupsBatteryAbmStatus
673+
indices: ["0"]

0 commit comments

Comments
 (0)