On Monday, November 28, 2016 at 5:13:54 PM UTC-5, [email protected] wrote: > I'm currently trying to deploy this and I'm having some trouble getting > Telegraf to get a response from my SNMPv3 device. Here's my config snippet: > > > # # Retrieves SNMP values from remote agents > [[inputs.snmp]] > agents = [ "192.168.x.x:161" ] ##I've obfuscated this but the actual > address is in there. > timeout = "5s" > version = 3 > # > # # SNMPv1 & SNMPv2 parameters > # community = "public" > # > # # SNMPv2 & SNMPv3 parameters > max_repetitions = 50 > # > # # SNMPv3 parameters > sec_name = "username" > auth_protocol = "SHA" # Values: "MD5", "SHA", "" > auth_password = "password" > sec_level = "authPriv" # Values: "noAuthNoPriv", "authNoPriv", > "authPriv" > # #context_name = "" > priv_protocol = "AES" # Values: "DES", "AES", "" > priv_password = "password" > # > > > I'm getting this in the log: > > > 2016/11/28 16:59:30 ERROR: input [snmp] took longer to collect than > collection interval (10s) > 2016/11/28 16:59:30 ERROR in input [snmp]: agent 192.168.x.x:161: performing > get: Request timeout (after 5 retries) > > > Testing the same parameters with the Paessler tool works a-ok. Any ideas?
I forgot to mention that all of the devices are on the same layer 2 domain. No problem pinging between them. -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/df18cee1-091a-4163-ad42-c602f805ba0f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
