Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All highly available systems include at least one facility to monitor the health of components within the system.  Such health monitors are often used as inputs to distributed coordination systems (such as etcdzookeeper, or zookeeper consul) and monitoring systems (such as nagios or zabbix).  Within ONAP Consul is the monitoring system of choice and deployed by OOM in two parts.  A three-way, centralized Consul server cluster is deployed as a highly available monitor of all of the ONAP components.  The Consul server provides an user interface that allows a user to graphically view the current health status of all of the ONAP components for which agents have been created.  Monitoring of ONAP components is configured in the agents within JSON files and stored in gerrit under the consul-agent-config.

...