This template retrieves the status of Redis Server installed on a Linux or Unix computer. This version of the template has been tested with Redis Server 3.2.4. It accounts for changes in newer versions of redis-cli. It also accounts for changes in the way that Solarwinds handles storage of server credentials.
Prerequisites:
- SSH and Perl installed on the target server.
- SNMP installed on the target server and permission to monitor the redis-server process.
- Credentials: Redis or root user. This template was tested on Redis 2.8.17.
Note: Before using this monitor, the correct arguments must be set in the "Command Line" field for all Linux/Unix Script Monitor components. In this template, all of the script monitors require the following arguments:
- path: This is the full path to the redis-cli command on the monitored Redis server (e.g. /opt/rh/rh-redis32/root/usr/bin/redis-cli)
- port: This is the port on which Redis listens for connections.