How to check the RTC applications (CCM/QM/RM ) are healthy when one of these components is down through API
![]()
We can get the list of registered applications from the Jazz API by using the discovery URL(from the JTS rootservices document).From the xml file I see lots of publishers/names like /rm2 and /qm-dt. This is good. However, if /rm2 is DOWN, will it show up in this list as down, or will it not show up in this list at all?
<jd:Application>
<jd:domain rdf:parseType="Resource">
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jul 29 '19, 10:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER My 2 cents: If you want to know an application is accessible, you access the application. There are also ways to monitor such systems. See https://jazz.net/blog/index.php/2018/05/25/monitoring-jazz-applications-using-jmx-mbeans/ for a start. Chandrashekar Navapet selected this answer as the correct answer
|