Not all OID's in snmp.yml are walked by snmp_exporter. #1311
Unanswered
codylellis
asked this question in
Q&A
Replies: 1 comment 4 replies
-
do you mind adding your |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am using third party MIB from security vendor with a couple of tables from if_mib.
I've included practically all tables from the 3rd party MIB to get vendor relevant data.
Although the generator properly placed the OID's in the snmp.yml, I never see it walked in a packet capture when running a manual walk from snmp_exporter portal. Nor does the data show up in metrics scrape page. Only some of it does...
I proceeded to use generator to export an snmp.yml with a specific table that wasn't appearing before... and then I could see the data in the portal/metrics, however when all are included, this table (almost all the tables) never works anymore, nor do I see a majority of the vendor related information.
Is there a limit on the size of snmp.yml or the number of tables in the generator.yml?
Is there a limit on the number of items walked?
Beta Was this translation helpful? Give feedback.
All reactions