https://github.com/apsl/redis-cluster-nagios
Script python to control the status of a master/slave redis cluster.
https://github.com/apsl/redis-cluster-nagios
Last synced: about 1 month ago
JSON representation
Script python to control the status of a master/slave redis cluster.
- Host: GitHub
- URL: https://github.com/apsl/redis-cluster-nagios
- Owner: APSL
- Created: 2014-12-30T13:04:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T13:23:26.000Z (over 11 years ago)
- Last Synced: 2025-01-08T10:09:44.356Z (over 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis cluster nagios
Python script to check the status of a master/slave redis cluster.
Considerations:
- Execute the same script without parameters at master or slave.
- It use 'redis-cli info | grep' to extract the information.
- For the moment only works in a two nodes cluster.
- We are using this script in check_mk + mrpe.