Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Monitoring Jazz Server

 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

0 votes



2 answers

Permanent link
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.

0 votes


Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,498
× 1
× 1

Question asked: Feb 17 '14, 9:31 a.m.

Question was seen: 6,882 times

Last updated: Feb 19 '14, 11:56 a.m.

Confirmation Cancel Confirm