Fixing error in snmp example config (#3855)

This commit is contained in:
Jiri Tyr 2018-03-05 23:29:26 +00:00 committed by Daniel Nelson
parent 1212b2ddc5
commit 35378ae9cc
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Telegraf config:
[[inputs.snmp.table]]
oid = "TEST::testTable"
inherit_tags = "hostname"
inherit_tags = [ "hostname" ]
```
Resulting output: