Operations Basics / Version 2107
Table Of ContentsMost CoreMedia systems provide Java Management Extensions (JMX) to monitor system states. Others may provide a REST API to query the state.
In order to configure available managed beans (MBeans) for JMX, components
need to register them via
com.coremedia.jmx.MBeanRegistrator
as described
in ????.
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.