0.01
No release in over 3 years
Low commit activity in last 3 years
Redis client that submits events to Riemann.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.2
 Project Readme

Riemann Redis

Simple redis riemann client.

Submits the result of INFO [section] and SLOWLOG query into riemann.

Supports multiple sections by performing multiple INFO queries.

Get started

gem install riemann-redis
riemann-redis --help
riemann-redis-slowlog --help

Multiple --redis-sections can by specified, for example if you want to monitor both Memory and Replication

riemann-redis --redis-section "Replication" --redis-section "Memory"