Replies: 1 comment 3 replies
-
It looks like your MIB is broken or corrupt. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Host operating system: output of
uname -a
Linux o-monitoring 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
Using current git repo for generating config
What device/snmpwalk OID are you using?
1.3.6.1.4.1.9.6.1.101
If this is a new device, please link to the MIB(s).
What did you do that produced an error?
./generator generate -m /home/robert/snmp_exporter-main/generator/mibs/ -g /home/robert/snmp_exporter-main/generator/generator.yml -o /tmp/snmp.yml
What did you expect to see?
No errors
What did you see instead?
generatpr.yml
If i use:
./generator --no-fail-on-parse-errors generate -m ... ... ... ...
When i pit snmp.yml into the exporter and restart it i try to open
http://192.168.10.10:9116/snmp?auth=public_v2&module=cisco_switch&target=192.168.10.20
the web browser just stuck on loading.
also this
Beta Was this translation helpful? Give feedback.
All reactions