Add NATS Monitoring Input Plugin (#3674)
This commit is contained in:
committed by
Daniel Nelson
parent
5b130b6ea0
commit
fb947e8fe7
12
plugins/inputs/nats/README.md
Normal file
12
plugins/inputs/nats/README.md
Normal 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"
|
||||
```
|
||||
Reference in New Issue
Block a user