rossmcdonald / telegraf

Ansible role for installing, configuring, and maintaining Telegraf
138 stars 85 forks source link

inputs plugin configuration shouldn't be defined as key/value #5

Closed amnay-mo closed 8 years ago

amnay-mo commented 8 years ago

https://github.com/influxdata/telegraf/tree/master/plugins/inputs/procstat

the procstat input plugin configuration block can have more than one instance in telegraf.conf. Can't do that with the current template. Should change that to a list. I'll make a pull request eventually