It's all about the answers!

Ask a question

Monitoring Jazz Server


Sany Maamari (13243751) | asked Feb 17 '14, 9:31 a.m.
edited Feb 17 '14, 11:11 a.m. by Paul Slauenwhite (8.4k12)
 Hello all, 
Is there way to add an SNMP agent to the Jazz platform in order to monitor the CCM, QM and RM applications ?

Thank you for your help

2 answers



permanent link
Stephanie Bagot (2.1k1513) | answered Feb 19 '14, 11:38 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I have not heard of any way to connect an SNMP agent from within the CLM applications. Are you monitoring for performance? Take a look at Smarter Server https://jazz.net/wiki/bin/view/Deployment/CLMServerMonitoring
Note that this is only a tech preview, and is not supported.

permanent link
Kevin Ramer (4.5k8183200) | answered Feb 19 '14, 11:53 a.m.
edited Feb 19 '14, 11:56 a.m.
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.


  • 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
I'm sure that a search of this site on "ServerInfo", "ActiveServiceInfo" might reveal a link to some Perl source....

https://jazz.net/forum/questions/105888/discussions-about-clmmonitor

Your answer


Register or to post your answer.


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.