-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate Entries in snmp.yml for paloalto_fw #623
Comments
Interesting, it looks like IF-MIB
PAN-COMMON-MIB
Note the conflict of name to OID. If I apply this patch to the Paloalto MIB, it generates a conflict-free config:
The resulting diff in the snmp.yml is this:
|
Just ran into the same error and the same fix worked for me. Thanks for posting the work around @SuperQ ! |
Anyone with a PaloAlto service contract want to prod them into fixing their MIB? |
I got kind of same error and the fix worked for me. Thank you very much for providing a fix @SuperQ |
Host operating system: output of
uname -a
Linux hostname 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
Docker Image quay.io/promehtues/snmp-exporter:v0.20.0 (I realize that this docker image may not be the responsibility of this project, but the issue is in the release v0.20.0).
What device/snmpwalk OID are you using?
paloalto_fw
What did you do that produced an error?
Requested metrics on a host
What did you expect to see?
Metrics
What did you see instead?
Temporary Resolution
Commenting out lines: 20836 - 20843 Removes this error and metrics are fetched appropriately.
The text was updated successfully, but these errors were encountered: