Monitoring Jazz Server
2 answers
There is the JazzMon tool https://jazz.net/search/?q=JazzMon#page=0&type=&q=JazzMon
I have also leveraged Perl with LWP::UserAgent and some xml/json to do various things.
https://jazz.net/forum/questions/105888/discussions-about-clmmonitor
I have also leveraged Perl with LWP::UserAgent and some xml/json to do various things.
- Simple ping test just go for the 'rootservices' document. It needs no authentication and polling our CLM repositories for the rootservices has shown to be an effective means of early detection of failure. Just yesterday this detected a potential outage; I checked into the server and restarted -- no user raised issues.
- Getting the server status via LWP::UserAgent for the CLM URI + /service/com.ibm.team.repository.service.internal.IServerStatusRestService/ServerInfo I tabulate this onto a web page with info about uptime, jvm use, version ,etc
- Getting active services again with LWP::UserAgent similar to above and the path /service/com.ibm.team.repository.service.internal.IServerStatusRestService/ActiveServiceInfo
https://jazz.net/forum/questions/105888/discussions-about-clmmonitor