We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 #############
################# 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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Was getting the below errors when running telegraph.
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
The text was updated successfully, but these errors were encountered: