Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 424 Bytes

Opentsdb - Riemann Publisher

RTPublisher Plugin for Opentsdb 2.0 to send metrics to Riemann

Usage

Compile it with 'mvn compile && mvn assembly:single'

Add these settings to opentsdb.conf

tsd.core.plugin_path = $plugin_dir
tsd.rtpublisher.enable = true
tsd.rtpublisher.plugin = at.ac.uniak.tsdb.RiemannPublisher
tsd.plugin.riemann.port = $riemann_tcp_port
tsd.plugin.riemann.host = $riemann_ip