apache plugin: added to all.go

This commit is contained in:
Alexander Oleinik
2015-08-27 14:02:35 +00:00
parent 5793fc1e65
commit 68ca16c0cc
2 changed files with 7 additions and 6 deletions

View File

@@ -19,4 +19,5 @@ import (
_ "github.com/influxdb/telegraf/plugins/redis"
_ "github.com/influxdb/telegraf/plugins/rethinkdb"
_ "github.com/influxdb/telegraf/plugins/system"
_ "github.com/influxdb/telegraf/plugins/apache"
)