Redis Plugin for ServerDensity
Installation
-
Copy
Redis.py
to yoursd-agent
plugins directory$ grep plugin_directory /etc/sd-agent/config.cfg # => plugin_directory: /opt/sd-agent/plugins $ cp Redis.py /opt/sd-agent/plugins
-
Install Redis python package
$ pip install -r requirements.txt
-
Add config to
/etc/sd-agent/config.cfg
(optional)# Redis redis_host: localhost redis_port: 6379 redis_password:
-
Restart
sd-agent
$ service sd-agent restart
Credits
This plugin borrows heavily from the no-longer-supported Redis Plugin for ServerDensity from cloudControl.