RedisMon can be used monitor redis vitals and push them into Librato (Yay!).
RedisMon collects stats from one or multiple redis-servers. The statistics are pushed on a certain internal to Librato's metric service.
- Clone this repo into
$HOME php composer.phar install- Copy
etc/redis-mon.ini-disttoetc/redis-mon.iniand make changes (redis-servers, librato credentials) - Review crontab in
var/cronand install it (crontab var/cron && crontab -l) - Profit!
Note: The period in etc/redis-mon.ini should match the interval in your crontab.
This is an early Alpha release, to test RedisMon, run ./bin/redis-mon (after you installed all dependencies with composer).
Requirements:
- PHP 5.3.3
- cURL (with ssl, etc.)
- Support statsd/graphite.
