Monitoring
Roboconf’s monitoring means monitoring the DM, the messaging server (RabbitMQ) and agents.
For the moment, this still needs to be addressed.
Monitoring the DM and the Agents
The DM and the agent distributions rely on Apache Karaf.
The OSGi bundles do not embed anything related to monitoring. But Karaf
exposes a JMX interface. You can use it to retrieve information and manage
the OSGi servers.
See Karaf’s web site for more information.
JMX access can be completed with the web consoles and shell access.
Once again, you will find information on Karaf’s web site.
You can also take a look at this blog post.
It shows how to use Logstash, ElasticSearch and
Kibana to monitor several Karaf instances by aggregating and sorting
data collected from logs and JMX probes. A similar system should be feasible with Roboconf.
Monitoring RabbitMQ
RabbitMQ has a management console which supports some monitoring features.
See RabbitMQ’s user guide for more information.
You will also find additional information on the web.
As an example, this GitHub project provides Nagios checks for RabbitMQ.