Re: [prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk

2024-04-27 Thread Mehran Saeed
Thanks for responding. below are the two MIBs for memory I am trying to use: memory usage: 1.3.6.1.4.1.22610.2.4.1.2.2 Field Name : axSysMemoryUsage Field Type: Integer32 Field Status : current Description : The usage memory(KB). OID : 1.3.6.1.4.1.22610.2.4.1.2.2 memory total:

Re: [prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk

2024-04-27 Thread Ben Kochie
I should really make the parse errors warning print in all caps with colors or something. Or maybe just fail if there is too many. On Sat, Apr 27, 2024, 11:22 Alexander Wilke wrote: > You probably do not have alle required mibs in the folder. > Please Post the MIBs which you want to use and

Re: [prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk

2024-04-27 Thread Alexander Wilke
You probably do not have alle required mibs in the folder. Please Post the MIBs which you want to use and the generator command you used. PS: On top of all MIBs there are comments Like IMPORT which describes which other MIBs are needed. Fürther use MIBv2 with names instead OIDs. Put the Name in

Re: [prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk

2024-04-27 Thread Mehran Saeed
yes sure below are the logs whilst generating ``` MIBDIRS='mibs' ./generator --fail-on-parse-errors generate ts=2024-04-27T17:34:02.776Z caller=net_snmp.go:175 level=info msg="Loading MIBs" from=mibs ts=2024-04-27T17:34:03.011Z caller=main.go:124 level=warn msg="NetSNMP reported parse error(s)"

[prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk

2024-04-27 Thread Mehran Saeed
Hello I am trying to generate snmp.yml from generator but it fails. its for a10 load balancers as I needed extra mibs for CPU and memory. below is the generator.yml config. I have added the mib file into the correct mib directory as well. ``` --- auths: public_v1: version: 1