Add aerospike plugin support

- Does not use the aerospike client, but sends the stats command
  using the aerospike required format
- Queries available namespaces and gets stats for all of them

closes #300
This commit is contained in:
Tait Clarridge
2015-10-21 15:05:14 -04:00
committed by Cameron Sparr
parent 21622a1a17
commit c5f200917a
5 changed files with 718 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package all
import (
_ "github.com/influxdb/telegraf/plugins/aerospike"
_ "github.com/influxdb/telegraf/plugins/apache"
_ "github.com/influxdb/telegraf/plugins/bcache"
_ "github.com/influxdb/telegraf/plugins/disque"