No commit activity in last 3 years
No release in over 3 years
Monitor redis key size/length and report back 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 Keys

Gem Version

A simple redis riemann client based on https://github.com/riemann/riemann-redis Supports reporting the size/cardinality/length of the following key types:

  • list
  • set
  • zset
  • hash
  • string

Installation

gem install riemann-redis-keys

Usage

riemann-redis-keys --redis-key "key:one" --redis-key "other:key"

Specify additional conneciton info:

riemann-redis-keys --redis-key "other:key" --redis-url "redis://localhost:6379"

Thresholds

The riemann state field can be controlled by setting thresholds for critical and warning. Default value is "ok"

riemann-redis-keys --redis-key "test:key" --warning 3 --critical 5