prometheus / snmp_exporter

SNMP Exporter for Prometheus
Apache License 2.0
1.65k stars 614 forks source link

Generator Makefile make mibs fails APC_URL 404 again #996

Closed fue36 closed 11 months ago

fue36 commented 1 year ago

APC_URL 404

In the generator Makefile, the APC_URL link to schneider-electric gives a 404.

https://download.schneider-electric.com/files?p_Doc_Ref=APC_POWERNETMIB_441_EN&p_enDocType=Firmware&p_File_Name=powernet441.mib

I couldn't locate another link for the mib from schneider electric. However I found one closer to home. ;-)

https://github.com/prometheus/snmp_exporter/files/11223248/powernet446.mib.txt

$ git describe --tags
v0.24.1-5-g7fa8c4d
SuperQ commented 12 months ago

Yes, it's now 4.4.6 or 4.4.9.

SuperQ commented 12 months ago

Or, ugh, all the downloads are broken.

SirOch27 commented 12 months ago

hello

is there a workaound until the problem is solved ?

robbyleh commented 11 months ago

Same issue here... git describe --tags v0.24.1-5-g7fa8c4d

make mibs

Downloading apc-powernet-mib curl: (22) The requested URL returned error: 404 make: *** [Makefile:138: mibs/apc-powernet-mib] Error 22

SuperQ commented 11 months ago

There is no workaround, APC has broken all MIB downloads. The only thing we could remove support for APC.

RichiH commented 11 months ago

We could keep the old config around and splice it into the generated config.

Sent by mobile; please excuse my brevity.

On Fri, Sep 15, 2023, 05:02 Ben Kochie @.***> wrote:

There is no workaround, APC has broken all MIB downloads. The only thing we could remove support for APC.

— Reply to this email directly, view it on GitHub https://github.com/prometheus/snmp_exporter/issues/996#issuecomment-1720417810, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFYIIZD4YBWPO5TRETK2NTX2PALTANCNFSM6AAAAAA4QWSNPA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gebn commented 11 months ago

Frustratingly, it looks like only the newest download works: https://github.com/prometheus/snmp_exporter/pull/1003