Allow procstat plugin to handle multiple PIDs from pgrep

Closes #248
This commit is contained in:
Cameron Sparr
2015-10-07 12:31:49 -06:00
parent 795ea49093
commit 9221f93be9
5 changed files with 116 additions and 55 deletions

View File

@@ -179,6 +179,7 @@ Telegraf currently has support for collecting metrics from
* nginx
* ping
* postgresql
* procstat
* prometheus
* rabbitmq
* redis
@@ -207,6 +208,7 @@ found by running `telegraf -sample-config`
* datadog
* opentsdb
* amqp (rabbitmq)
* mqtt
## Contributing