Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-19 Thread Linkoid01
You are right, I had one space only on the line with the MIB name. Once I added one more space indent on that line, it generated properly. Thank you very much for your help with this. Very much appreciated. On Sunday, July 19, 2020 at 5:32:55 PM UTC+8 sup...@gmail.com wrote: > It's hard to tell

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-19 Thread Ben Kochie
It's hard to tell from your email, but it's likely an indenting problem with your generator yaml. This is what I get when I generate for that walk: https://github.com/SuperQ/tools/tree/master/snmp_exporter/avtech On Sun, Jul 19, 2020 at 8:32 AM Linkoid01 wrote: > Thank you very much for your h

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-18 Thread Linkoid01
Thank you very much for your help thus far. However I am still not able to get it to generate. I removed the leading dot. My generator.yml file looks like this now: modules: > # AVTech RoomAlert 32E > ROOMALERT32E-MIB: > walk: > - 1.3.6.1.4.1.20916.1.8.1.1.1.1 >version: 1 > aut

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-18 Thread Linkoid01
Thank you very much for your help thus far. However I am still not able to get it to generate. I removed the leading dot. My generator.yml file looks like this now: modules: # AVTech RoomAlert 32E ROOMALERT32E-MIB: walk: - 1.3.6.1.4.1.20916.1.8.1.1.1.1 version: 1 auth: # C

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-18 Thread Ben Kochie
The leading dot is the problem. On Sat, Jul 18, 2020, 14:57 Linkoid01 wrote: > Thanks for that, completely forgot about that. > Here's what I have in the generator.yml file > > modules: > # AVTech RoomAlert 32E > ROOMALERT32E-MIB: > walk: > # internal > - .1.3.6.1.4.1.20916.1.8.1.1 >

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-18 Thread Linkoid01
Thanks for that, completely forgot about that. Here's what I have in the generator.yml file modules: # AVTech RoomAlert 32E ROOMALERT32E-MIB: walk: # internal - .1.3.6.1.4.1.20916.1.8.1.1 version: 1 auth: comunity: public lookups: - source_indexes: looku

Re: [prometheus-users] Generator error: "cannot find oid"

2020-07-17 Thread Ben Kochie
You forgot to attach your generator config. On Thu, Jul 16, 2020, 09:08 Linkoid01 wrote: > Good day, > > I am having issues to generate the snmp.yml file using the generator for a > private MIB from AVTech Room Alert 32E device. > The MIB file has been copied over and I am able to use it using s

[prometheus-users] Generator error: "cannot find oid"

2020-07-16 Thread Linkoid01
Good day, I am having issues to generate the snmp.yml file using the generator for a private MIB from AVTech Room Alert 32E device. The MIB file has been copied over and I am able to use it using snmpwalk. Please see below generator error. Please note that I have tried multiple oid found with