Skip to content

keyboardscience/NagiosRedisCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NagiosRedisCheck

Nagios Command Plugin to monitor Redis

Usage

There are currently three check commands provided by this plugin. This plugin covers:

  • Redis database size
  • Redis memory utilization
  • Redis sidekiq statistics (dead, retry, schedule)

Helps are provided by each executable when run with -h or --help flags.

Setup

Prerequisites

  • Ruby (version > 2.0.x is helpful to avoid compatability issues)
  • Bundler

Procedure

  1. sudo mkdir -p /usr/local/nagios/plugins
  2. git clone https://github.com/keyboardscience/nagiosredischeck.git /usr/local/nagios/plugins
  3. bundle install

Credit

This plugin uses NagiosPlugin framework produced by Björn Albers and provided by MITv3.

About

Command Plugin to monitor Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages