Rename snmp plugin to snmp_legacy

This commit is contained in:
Cameron Sparr
2016-08-11 15:24:38 +01:00
parent 26315bfbea
commit 4ce8dd5f9a
7 changed files with 15 additions and 7 deletions

View File

@@ -1393,8 +1393,8 @@
# servers = ["http://localhost:8098"]
# # Reads oids value from one or many snmp agents
# [[inputs.snmp]]
# # DEPRECATED! PLEASE USE inputs.snmp INSTEAD.
# [[inputs.snmp_legacy]]
# ## Use 'oids.txt' file to translate oids to names
# ## To generate 'oids.txt' you need to run:
# ## snmptranslate -m all -Tz -On | sed -e 's/"//g' > /tmp/oids.txt