Add NATS Monitoring Input Plugin (#3674)

This commit is contained in:
Menno Finlay-Smits
2018-01-27 12:14:54 +13:00
committed by Daniel Nelson
parent 5b130b6ea0
commit fb947e8fe7
6 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# NATS Monitoring Input Plugin
The [NATS](http://www.nats.io/about/) monitoring plugin reads from
specified NATS instance and submits metrics to InfluxDB.
## Configuration
```toml
[[inputs.nats]]
## The address of the monitoring end-point of the NATS server
server = "http://localhost:8222"
```