redis-field-engineering / DatadogRedisEnterprise-DockerContainer

A builder that will allow you to create a docker container that has the Datadog agent with RedisEnterprise pluign enabled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Beta of Redis Enterprise Datadog Agent

Building the Container

edit the Makefile and change maguec to your docker prefix

make

Running the Container

docker run --rm -e DATADOG_API_KEY=<DATADOG-API-KEY> -e DATADOG_SITE=datadoghq.com \
	-e REDIS_ENTERPRISE_FQDN=<FQDN:mycluster.example.com> -e REDIS_ENTERPRISE_USER=<USER:datadog@example.com> \
	-e REDIS_ENTERPRISE_PASS=<PASSWORD:myPass> redislabs/redisenterprise-rs-datadog

Support

Please contact your friendly Solutions Architect for support

About

A builder that will allow you to create a docker container that has the Datadog agent with RedisEnterprise pluign enabled

License:Other


Languages

Language:Shell 57.0%Language:Dockerfile 34.4%Language:Makefile 8.6%