Skip to content

Commit

Permalink
feat: upgrading cyberpower mib to v2.11; support for ats
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kreitzer <skre@skre.me>
  • Loading branch information
buroa committed Feb 27, 2024
1 parent 278ac0d commit ebcc5dc
Show file tree
Hide file tree
Showing 3 changed files with 951 additions and 75 deletions.
2 changes: 1 addition & 1 deletion generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIEBERT_URL := https://www.vertiv.com/globalassets/documents/software/moni
READYNAS_URL := https://www.downloads.netgear.com/files/ReadyNAS/READYNAS-MIB.txt
READYDATAOS_URL := https://www.circitor.fr/Mibs/Mib/R/READYDATAOS-MIB.mib

CYBERPOWER_VERSION := 2.10
CYBERPOWER_VERSION := 2.11
CYBERPOWER_URL := https://dl4jz3rbrsfum.cloudfront.net/software/CyberPower_MIB_v$(CYBERPOWER_VERSION).MIB.zip

EAP_VERSION := 1.0
Expand Down
3 changes: 2 additions & 1 deletion generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,12 @@ modules:

# CyberPower
#
# https://www.cyberpowersystems.com/product/software/mib-files/mib-v29/
# https://www.cyberpowersystems.com/product/software/mib-files/mib-v211/
cyberpower:
walk:
- 1.3.6.1.4.1.3808.1.1.1 # ups
- 1.3.6.1.4.1.3808.1.1.4 # environmentSensor
- 1.3.6.1.4.1.3808.1.1.5 # ats
- 1.3.6.1.4.1.3808.1.1.6 # ePDU2
#
# TP LINK EAP
Expand Down
Loading

0 comments on commit ebcc5dc

Please sign in to comment.