Skip to content

AdimUser/cassandra-datastax-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

cassandra-datastax-agent

This image adds the DataStax agent to the official Cassandra 2.1 image so thatthe Node/Cluster can be monitored with OpsCenter.

Usage

Add the OPS_IP as an environment variable to the docker run command. The value of this variable is the IP address where OpsCenter is running. So assuming OpsCenter is running at IP 42.42.42.42, you need to launch the container with:

docker run --name cassandra-node -P -e OPS_IP=42.42.42.42  yoanisgil/cassandra-datastax-agent:2.1

Same environment variables, volumes, ports, etc from the official Cassandra image applies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%