Open deajan opened 3 weeks ago
We have not yet released a new version with the fix. Have you tried building with the HEAD release of generator
?
Built with yesterday's git master.
i tried the same
->
git clone ...; cd snmp_exporter/generator; make generate; cp snmp.yml ..; cd ..; make; ./snmp_exporter
do you mind sharing your snmp.yml ?
Here's the file that produces above error, generated from https://github.com/prometheus/snmp_exporter/commit/c2b6a571745da1ba0e6cd59ae96de7a7fa09ed65
Using snmp_exporter v0.26, It seems that current
make generate
works, but I get the following when keeping the sophos part ingenerator.yml
:Removing the sophos part from
generator.yml
makes it work again. Looks related to #1264