On Tue, Dec 20, 2011 at 2:19 PM, Tyler Hobbs <ty...@datastax.com> wrote:

> On Tue, Dec 20, 2011 at 1:49 PM, Feng Qu <mail...@gmail.com> wrote:
>
>> I have two questions for community version of opscenter
>>
>> 1) does it work with multiple cassandra cluster?
>> 2) are agent ports 61620/61621 configurable? these ports are blocked in
>> our env.
>>
>> Thanks in advance
>>
>> Feng Qu
>>
>
> They are configurable. If you add the following lines to opscenterd.conf
> (replacing the default port numbers with your own) and restart opscenterd,
> the change should take effect:
> [agents]
> https_port = 61621
> incoming_port = 61620
>
>
Actually, I left out an important step. You will need to update the config
for each agent and restart them as well.

The config file you will need to edit is address.yaml. If the agents were
installed automatically by opscenter, or if you installed the agent
packages (either the rpm or deb files) manually, it will be located at
/var/lib/opscenter-agent/conf/address.yaml.

Add the following line to address.yaml, replacing 61620 with your custom
port:

stomp_port: 61620

This port number should match the "incoming_port" number in
opscenterd.conf.

-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to