Plugin:Write Riemann
From collectd Wiki
Write Riemann plugin | |
---|---|
Type: | write |
Callbacks: | config, notification, write |
Status: | in development |
First version: | 5.3 |
Copyright: | 2012 Pierre-Yves Ritschard |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The Write Riemann plugin stores values in Riemann, a stream processing and monitoring system.
Contents
Synopsis
<Plugin "write_riemann"> <Node> Host "localhost" Port "5555" StoreRates true </Node> Tag "foobar" </Plugin>
Example data
TODO: Add text representation of protobuf.
Dependencies
- Protobuf C compiler
See also