From f9c8ed0dc3d0ef013412a8158a15371b0d050c54 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Thu, 21 Apr 2016 19:47:23 -0600 Subject: [PATCH] Add filestat plugin to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e731dad0a..8084ba790 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,8 @@ Currently implemented sources: * [docker](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker) * [dovecot](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/dovecot) * [elasticsearch](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/elasticsearch) -* [exec](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec ) (generic executable plugin, support JSON, influx, graphite and nagios) +* [exec](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec) (generic executable plugin, support JSON, influx, graphite and nagios) +* [filestat](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/filestat) * [haproxy](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/haproxy) * [http_response](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/http_response) * [httpjson](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/httpjson) (generic JSON-emitting http service plugin)