Update README plugins list
This commit is contained in:
parent
b3044a6e2b
commit
8c5e1ff0a0
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue