snmp_exporter icon indicating copy to clipboard operation
snmp_exporter copied to clipboard

The instructions for compiling generator using GO no longer work.

Open Sean-Bradley opened this issue 2 years ago • 0 comments

Instructions for compiling generator using GO no longer work.

See https://github.com/prometheus/snmp_exporter/tree/main/generator#building

There have been updates for the GO compiler where go get is no longer supported. You need to use go install instead.

Not only that, make mibs also fails with

make: *** No rule to make target 'mibs'.

Sean-Bradley avatar Aug 25 '22 09:08 Sean-Bradley