czerwonk / junos_exporter

Exporter for devices running JunOS to use with https://prometheus.io/
MIT License
198 stars 81 forks source link

"-config.ignore-targets" is not known to the exporter #132

Open sirtux opened 3 years ago

sirtux commented 3 years ago

Hi,

I want to use the "-config.ignore-targets" option on Version: 0.7.1, however:

jexport@DH01-A-06-20:~$ ./junos_exporter -config.ignore-targets
flag provided but not defined: -config.ignore-targets
Usage: junos_exporter [ ... ]
sirtux commented 3 years ago

Okay, debugged further: This only happens with go1.16, with go1.14 it works fine.