Hey all,
I'm trying to use the snmp exporter generator to generate the config needed to pull some metrics from Junos devices. I've downloaded the Junos mibs and put them in the mibs directory as it instructs. However when I run `generator generate` I get cannot find `oid jnxOperatingCPU`.
This is my generator.yml
Running `generator parse_errors` returns a ton of errors when trying to parse the Junos mibs mainly `Cannot adopt OID in <some juniper mib> then theres also errors 'Unlinked OID in <some juniper mib>`
What could I be doing wrong?