Skip to content

Commit

Permalink
add example for XUPS MIB
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Begyn <[email protected]>
  • Loading branch information
fbegyn committed Jul 12, 2024
1 parent 7de8494 commit b869b32
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,3 +628,46 @@ modules:
hrSWInstalled:
walk:
- hrSWInstalled

#
# xups
#
# 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
xups:
max_repetitions: 5
walk:
- xupsBatCapacity
- xupsBatTimeRemaining
- xupsBatVoltage
- xupsBatCurrent
- xupsEnvAmbientTemp
- xupsInputTable
- xupsInputVoltage
- xupsInputFrequency
- xupsOutputTable
- xupsOutputVoltage
- xupsOutputFrequency
- xupsBypassTable
- xupsBypassFrequency
- xupsBatteryAbmStatus
lookups:
- source_indexes: [xupsInputTable]
lookup: xupsInputVoltage
- source_indexes: [xupsOutputTable]
lookup: xupsOutputVoltage
- source_indexes: [xupsBypassTable]
lookup: xupsBypassFrequency
filters:
static:
- targets:
- xupsBatCapacity
- xupsBatTimeRemaining
- xupsBatVoltage
- xupsBatCurrent
- xupsEnvAmbientTemp
- xupsInputVoltage
- xupsInputFrequency
- xupsOutputVoltage
- xupsOutputFrequency
- xupsBatteryAbmStatus
indices: ["0"]

0 comments on commit b869b32

Please sign in to comment.