Skip to content
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

Update snmp input documentation with net-snmp requirements #6736

Closed
sjscicluna83 opened this issue Dec 2, 2019 · 0 comments · Fixed by #6802
Closed

Update snmp input documentation with net-snmp requirements #6736

sjscicluna83 opened this issue Dec 2, 2019 · 0 comments · Fixed by #6802
Labels
area/snmp docs Issues related to Telegraf documentation and configuration descriptions
Milestone

Comments

@sjscicluna83
Copy link

Was getting the below errors when running telegraph.

#################
2019-12-02T08:38:49Z E! [inputs.snmp] Error in plugin: agent 10.0.0.1:161: gathering table ifXTable: performing bulk walk for field ifAlias: Request timeout (after 3 retries)
2019-12-02T08:38:59Z E! [inputs.snmp] Error in plugin: agent 10.0.0.1:161: gathering table ipSystemStatsTable: performing bulk walk for field ipSystemStatsInReceives: Request timeout (after 3 retries)

2019-12-02T08:39:00Z E! [telegraf] Error running agent: One or more input plugins had an error
#############

you need install

net-snmp net-snmp-utils for this plugin to work.

also based on this thread https://community.ui.com/questions/SNMP-timeouts/372f8d70-d80c-425b-ab21-78406764ba51

the table lookup is timing out so you need to adjust.

after doing this it all worked for me

@danielnelson danielnelson added area/snmp docs Issues related to Telegraf documentation and configuration descriptions labels Dec 2, 2019
@danielnelson danielnelson added this to the 1.13.0 milestone Dec 2, 2019
@danielnelson danielnelson changed the title Prerequisite update. Update snmp input documentation with net-snmp requirements Dec 2, 2019
@danielnelson danielnelson modified the milestones: 1.13.0, 1.13.1 Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/snmp docs Issues related to Telegraf documentation and configuration descriptions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants