Fixing error in snmp example config (#3855)
This commit is contained in:
parent
9114580102
commit
3532667bdc
|
@ -85,7 +85,7 @@ Telegraf config:
|
|||
|
||||
[[inputs.snmp.table]]
|
||||
oid = "TEST::testTable"
|
||||
inherit_tags = "hostname"
|
||||
inherit_tags = [ "hostname" ]
|
||||
```
|
||||
|
||||
Resulting output:
|
||||
|
|
Loading…
Reference in New Issue