...
Log in to the monitoring server
Edit the KairosDB properties file at:
Code Block /opt/kairosdb/conf/kairosdb.properties
Remove the this property
Code Block kairosdb.datastore.cassandra.host_list
Add this property and set the value as the IP address of the server, without the port. Note the
cql_
in the nameCode Block kairosdb.datastore.cassandra.cql_host_list=10.60.3010.188102
Edit the watchtower properties files at:
Code Block /etc/abiquo/watchtower/delorean.conf /etc/abiquo/watchtower/emmett.conf
Set the URL of the mysql server connection (as on the API server) with the IP address of the watchtower server.
Set the database credentials.
Restart the server
Stop the following services:
cassandra
and check that it is really dedkairosdb
abiquo-emmett
abiquo-delorean
firewalld
(and allow connections as required)
Start
cassandra
and wait 5 minutes before continuingStart
kairosdb
and wait 1 minuteStart
abiquo-emmett
andabiquo-delorean
Start
firewalld
...
On the Abiquo Remote Services servers (but not the V2V server), edit the
abiquo.properties
file and check or set the following properties:abiquo.monitoring.enabled = yes
abiquo.watchtower.host = 10.60.3010.188102
abiquo.watchtower.port = 36638
Restart your Abiquo Tomcat service.
...