From 4fc43dd55e162e936a527f4f193460b333efca81 Mon Sep 17 00:00:00 2001 From: Rasmus Larsen Date: Tue, 30 Aug 2016 12:50:42 +0200 Subject: [PATCH] Correct NFS to NFSCLIENT in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5abbe60..b8747a312 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Currently implemented sources: * [mongodb](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mongodb) * [mysql](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mysql) * [net_response](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net_response) -* [nfs](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nfs) +* [nfsclient](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nfsclient) * [nginx](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nginx) * [nsq](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nsq) * [nstat](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nstat)