Jazz CLM application level monitoring using repotools
If you are looking for a quick and dirty way to monitor whether RTC, RQM, JTS (RRC) are up or down, this Windows batch script I wrote utilizing the repotools -isServerRunning command might help you. Because repotools can be ran remotely from the application server, it allows you to detect an application outage even if the whole server or network crashes.
This script automatically sends an email notification using this Windows command line utility available for download here: http://www.muquit.com/muquit/software/mailsend/mailsend.html I added this script to the Windows task scheduler to run every 10 minutes. To get this working on Windows, install an express setup of CLM onto the box you wish to conduct monitoring from, copy your server(s) <installdirectory>\server\conf directories over to the monitoring box, and create a repomonitor.bat script with the following code. Place the mailsend.exe file in the same directory as the script.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
This seems pretty useful. You may want to try reformatting this into a question and answer and have the answer accepted.