pip install redis
Note: pip is a package management system that is used to install and manage software packages written in Python.
yum install python-devel
yum install python-pip (or)
easy_install pip
apt-get -y install python-pip
cd /opt/site24x7/monagent/plugins/
mkdir redis
cd redis
wget https://raw.githubusercontent.com/site24x7/plugins/master/redis/Redis.py
Redis plugin file location - /opt/site24x7agent/monagent/plugins/redis/Redis.py
#Config Section:
REDIS_HOST = "localhost"
REDIS_PORT = "6379"
REDIS_USERNAME = "root"
REDIS_PASSWORD = ""
REDIS_DBS = "0"
REDIS_QUEUES = ""
Want to learn more?
Interested in our services?