Operations Basics / Version 2207
Table Of ContentsMost CoreMedia systems provide Java Management Extensions (JMX) to monitor system states. Others may provide a REST API to query the state. The Spring Boot metrics actuator endpoint also exposes some metrics that can be used for monitoring, see Section 4.10.5, “Metrics Endpoint”.
In order to configure available managed beans (MBeans) for JMX, components
need to register them via
com.coremedia.jmx.MBeanRegistrator
as described
in Section 4.4.6.1, “The JMX Component” in
Blueprint Developer Manual
.
Note, that the description of available MBeans in this chapter is based on the default Blueprint configuration and may vary in your deployment.
JMX Monitoring Recommendations
This manual groups monitoring on service/application level as well
as by JMX MBeans.
However, if your monitoring solution offers service discovery, it is
recommended to use this feature rather than configuring monitoring for
each service independently. So, for example instead of configuring
monitoring for CoreMedia Studio and Content Application Engine for a healthy
CapConnection
you will rather search for services
exposing the CapConnection
MBean.