Skip to content

Commit 1c1405a

Browse files
committed
add XUPS-MIB to downloads for SNMP generator
1 parent 733e5a1 commit 1c1405a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generator/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ INFRAPOWER_URL := https://www.austin-hughes.com/wp-content/uploads/2021/05/IP
5959
LIEBERT_URL := https://www.vertiv.com/globalassets/documents/software/monitoring/lgpmib-win_rev16_299461_0.zip
6060
READYNAS_URL := https://www.downloads.netgear.com/files/ReadyNAS/READYNAS-MIB.txt
6161
READYDATAOS_URL := https://www.circitor.fr/Mibs/Mib/R/READYDATAOS-MIB.mib
62+
XUPS_URL := https://www.circitor.fr/Mibs/Mib/X/XUPS-MIB.mib
6263

6364
CYBERPOWER_VERSION := 2.11
6465
CYBERPOWER_URL := https://dl4jz3rbrsfum.cloudfront.net/software/CyberPower_MIB_v$(CYBERPOWER_VERSION).MIB.zip
@@ -112,6 +113,7 @@ mibs: \
112113
$(MIBDIR)/apc-powernet-mib \
113114
$(MIBDIR)/readynas \
114115
$(MIBDIR)/readydataos \
116+
$(MIBDIR)/XUPS-MIB.mib \
115117
$(MIBDIR)/AIRESPACE-REF-MIB \
116118
$(MIBDIR)/AIRESPACE-WIRELESS-MIB \
117119
$(MIBDIR)/ARISTA-ENTITY-SENSOR-MIB \
@@ -368,3 +370,7 @@ $(MIBDIR)/readynas:
368370
$(MIBDIR)/readydataos:
369371
@echo ">> Downloading readydataos"
370372
@curl $(CURL_OPTS) -o $(MIBDIR)/readydataos "$(READYDATAOS_URL)"
373+
374+
$(MIBDIR)/XUPS-MIB.mib:
375+
@echo ">> Downloading XUPS-MIB.mib"
376+
@curl $(CURL_OPTS) $(CURL_USER_AGENT) -o $(MIBDIR)/XUPS-MIB.mib "$(XUPS_URL)"

0 commit comments

Comments
 (0)