Monitoring CCM server health
2 answers
If you are trying to find a good URL that would test the most major components.
A good choice would be the one to capture the list of users.
e.g: https://<server>:<port>/<contextroot>/admin#action=com.ibm.team.repository.manageUsers
This is a great 'double' test that will exercise both your webserver, RTC instance, and your DB instance.
Because this list of users is dependent a connection point between RTC and your database.
If you wanted to capture diagnostic details results, this is another good URL to check.
https://<server>:<port>/<contextroot>/admin#action=com.ibm.team.repository.admin.serverDiagnostics
A good choice would be the one to capture the list of users.
e.g: https://<server>:<port>/<contextroot>/admin#action=com.ibm.team.repository.manageUsers
This is a great 'double' test that will exercise both your webserver, RTC instance, and your DB instance.
Because this list of users is dependent a connection point between RTC and your database.
If you wanted to capture diagnostic details results, this is another good URL to check.
https://<server>:<port>/<contextroot>/admin#action=com.ibm.team.repository.admin.serverDiagnostics