Nagios Command Plugin to monitor Redis
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.
- Ruby (version > 2.0.x is helpful to avoid compatability issues)
- Bundler
sudo mkdir -p /usr/local/nagios/plugins
git clone https://github.com/keyboardscience/nagiosredischeck.git /usr/local/nagios/plugins
bundle install
This plugin uses NagiosPlugin framework produced by Björn Albers and provided by MITv3.