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?

-- 
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/61fbb17a-745b-47d7-b15c-a72b4e2fcef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to