Update README plugins list

This commit is contained in:
Cameron Sparr 2015-09-04 17:05:50 -06:00
parent b3044a6e2b
commit 8c5e1ff0a0
1 changed files with 9 additions and 1 deletions

View File

@ -149,6 +149,7 @@ Below is how to configure `tagpass` and `tagdrop` parameters (added in 0.1.5)
Telegraf currently has support for collecting metrics from Telegraf currently has support for collecting metrics from
* apache
* disque * disque
* elasticsearch * elasticsearch
* exec (generic JSON-emitting executable plugin) * exec (generic JSON-emitting executable plugin)
@ -161,12 +162,19 @@ Telegraf currently has support for collecting metrics from
* mongodb * mongodb
* mysql * mysql
* nginx * nginx
* ping
* postgresql * postgresql
* prometheus * prometheus
* rabbitmq * rabbitmq
* redis * redis
* rethinkdb * rethinkdb
* system (mem, CPU, load, etc.) * system
* cpu
* mem
* io
* net
* disk
* swap
We'll be adding support for many more over the coming months. Read on if you We'll be adding support for many more over the coming months. Read on if you
want to add support for another service or third-party API. want to add support for another service or third-party API.