Ben Kochie

Results 1559 comments of Ben Kochie

What if you have this generator walk list that doesn't include the Task table? ``` modules: teraCPU: # The module name. You can have as many modules as you want....

That makes no sense, given the snmpwalk output. What is your Prometheus configuration? Do you get the same result if you `curl` the exporter? A tcpdump capture and comparison between...

Hmmm, doing a lookup on Bits is interesting. Yea, I'm not sure what the intended use case is here. Handling Bits as a `0x` string would probably make the most...

I think this is fixed now.

We typically prefer to pull directly from vendors. But I agree, it's a good source of MIBs. I mostly think this should be done in https://github.com/prometheus-community/snmp.

That does seem like a bug of some kind. Can you post a with a curl when the exporter is running with `--log.level=debug`? It may also be helpful to have...

I don't remember a way to do this currently, but I think this would be useful feature.

Maybe https://github.com/prometheus/snmp_exporter/pull/624 is what you're looking for.

Yea, it's a common conflict when two MIBs define the same OID names. The only workaround is to specify the number OID instead of the name.

The other workaround is to have separate generator files and combinations of MIBDIRS. I filed an issue to support MIBDIRS as part of the generator config, but for now it...