File tree 1 file changed +43
-0
lines changed 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -628,3 +628,46 @@ modules:
628
628
hrSWInstalled :
629
629
walk :
630
630
- 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"]
You can’t perform that action at this time.
0 commit comments