Skip to content

Commit

Permalink
Fix broken link (prometheus#705)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fersing <[email protected]>
  • Loading branch information
PierreF authored Jan 11, 2022
1 parent 2b78a71 commit 83399c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ UBNT_DL_URL := https://dl.ubnt-ut.com/snmp
WIENER_URL := https://file.wiener-d.com/software/net-snmp/WIENER-CRATE-MIB-5704.zip
RARITAN_URL := https://cdn.raritan.com/download/PX/v1.5.20/PDU-MIB.txt
INFRAPOWER_URL := https://www.austin-hughes.com/support/software/infrapower/IPD-MIB.7z
LIEBERT_URL := https://www.vertiv.com/492204/contentassets/b00273585e0a453a9c983523e8a0d6ff/lgpmib-unix_rev16.tar
LIEBERT_URL := https://www.vertiv.com/globalassets/documents/software/monitoring/lgpmib-win_rev16_299461_0.zip

.DEFAULT: all

Expand Down Expand Up @@ -274,5 +274,5 @@ $(MIBDIR)/LIEBERT_GP_PDU.MIB:
$(eval TMP := $(shell mktemp))
@echo ">> Downloading LIEBERT_GP_PDU.MIB to $(TMP)"
@curl $(CURL_OPTS) -o $(TMP) $(LIEBERT_URL)
@tar --no-same-owner -C $(MIBDIR) -xvf $(TMP)
@unzip -j -d $(MIBDIR) $(TMP) LIEBERT_GP_PDU.MIB LIEBERT_GP_REG.MIB
@rm -v $(TMP)

0 comments on commit 83399c2

Please sign in to comment.