Added full support for raindrops and tests

This commit is contained in:
Vladislav Shub
2016-02-14 12:27:13 +02:00
parent 6a601ceb97
commit dd086c7830
5 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Raindrops Input Plugin
The [raindrops](http://raindrops.bogomips.org/) plugin reads from
specified raindops middleware URI and adds stats to InfluxDB.
### Configuration:
```toml
# Read raindrops stats
[[inputs.raindrops]]
urls = ["http://localhost/_raindrops"]
```
### Tags:
- Multiple listeners are tagged with IP:Port/Socket, ie `0.0.0.0:8080` or `/tmp/unicorn`