This integration is for self-hosted Redis Enterprise clusters and not for Redis hosted cloud or various marketplace Redis Enterprise offerings.
Architecture
The Redis Enterprise integration can be run in two modes:
Prerequisites
Before moving to the installation, ensure you fulfill the following prerequisites.
Create a monitoring account in Redis Enterprise
- Create a monitoring account on your Redis Enterprise account.
- Log in to your Redis Entprise instance and click on Access Control.
Tip
We recommend using an internal account, but you can use LDAP if you have LDAP enabled. - Add a new user account with Cluster View Permissions.
Ensure you installed the New Relic infrastructre agent
To see whether you installed the New Relic infrastructure agent, run the following command:
$sudo service newrelic-infra status -l
Depending on your Linux distro, you may need to run the following command:
$sudo /bin/systemctl status -l newrelic-infra.service
If you haven't installed it, see how to install the infrastructure agent.
Install and configure
Download the latest TAR file according to your OS from Github.
Unzip the TAR file by running:
bash$sudo su -$mkdir -p /tmp/nr_install$cd /tmp/nr_install$wget $RELEASE_DOWNLOAD$tar zxvf *.tar.gzCreate a folder and copy the files from the TAR file into this new folder by running:
bash$mkdir -p /var/db/newrelic-infra/custom-integrations/bin$cp newrelic-redis-enterprise /var/db/newrelic-infra/custom-integrations/bin$cp conf/redis-redisenterprise-definition.yml /var/db/newrelic-infra/custom-integrations/$cp conf/redis-redisenterprise-multi-config.yml.example conf/redis-redisenterprise-multi-config.ymlConfigure the integration by running:
bash$vi conf/redis-redisenterprise-multi-config.yml$mv conf/redis-redisenterprise-multi-config.yml /etc/newrelic-infra/integrations.d/redis-redisenterprise-config.yamlTest your username and password by running:
bash$curl -vk -u devops@example.com:password https://CLUSTER.FQDN:9443/v1/clusterRestart New Relic by running:
bash$sudo service newrelic-infra restart
Did this doc help with your installation?
Configuration parameters
Parameter | Definition | Value |
---|---|---|
| Domain of the Redis cluster | If running on localhost mode use |
| Port of the Redis Enterprise API | The default port is |
| The Redis user you created | Email address such as |
| Your password |
Install dashboards
Go to one.newrelic.com/marketplace.
Click the Dashboards tab, and in the search field, enter Redis Enterprise.
Tip
If you know the dashboard you want to add, click one of the following links:
Click one of the dasboards, and select an account from the dropdown. Then, click View dashboard to add it to your account.