DataStax agent address configuration
- stomp_interface
- The IP of the machine that the opscenterd process is running on.
- local_interface
- The IP used to identify the node. If broadcast_address is set in cassandra.yaml, this should be the same as that; otherwise, it is typically the same as listen_address in cassandra.yaml. A good check is to confirm that this address is the same as the address that nodetool ring outputs.
- agent_rpc_interface
- The IP that the agent HTTP server listens on. In a multiple region deployment, this is typically a private IP.
- agent_rpc_broadcast_address
- The IP that the central OpsCenter process uses to connect to the DataStax agent.
- use_ssl
- Whether to use SSL in OpsCenter-agent communiction.