Snmp exporter oids in snmp.yml not showing up on metrics page
31 views
Skip to first unread message
Hamed
unread,
Jul 7, 2020, 2:52:40 PM7/7/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hi. Having some trouble with getting snmp exporter metrics from oids generated in snmp.yml from network device mibs. Certain oids I am interested in are in the snmp.yml file I have generated using the devices mibs, however those oids are not on the metrics page thus I can not pull them into Prometheus. I am also unable to walk the exact Oid with snmpwalk. Getting either no such instance currently exists at this oid or no such object available on this agent at this oid. Thanks for the help!
Hamed
unread,
Jul 8, 2020, 8:18:40 AM7/8/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Btw these are RMON mibs that I am able to see the oids in my snmp.yml file but they are not showing up on my metrics page.
Brian Candler
unread,
Jul 11, 2020, 4:16:50 PM7/11/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
On Tuesday, 7 July 2020 19:52:40 UTC+1, Hamed wrote:
I am also unable to walk the exact Oid with snmpwalk. Getting either no such instance currently exists at this oid or no such object available on this agent at this oid.
Then the problem is not with prometheus or with snmp_exporter - the problem is with your device.
Talk to your vendor, and explain that your device is not returning any information at the documented OIDs. Show them the snmpwalk command line you are using. Don't mention prometheus; snmpwalk is all you need to demonstrate the problem.