Change aerospike plugin server tag to aerospike_host

This is to avoid a conflict with the standard "host" tag that is
used everywhere.

closes #399
This commit is contained in:
Tait Clarridge
2015-11-29 08:29:52 -05:00
committed by Cameron Sparr
parent a5f2d5ff21
commit b705608b04
3 changed files with 5 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ same type can be specified, like this:
```
- Riemann output added
- Aerospike plugin: tag changed from `host` -> `aerospike_host`
### Features
- [#379](https://github.com/influxdb/telegraf/pull/379): Riemann output, thanks @allenj!