You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to monitor Bamboo remote agents using JConsole, as how we monitor other Atlassian products?
Since remote agents runs on JVM, i think this should be possible. Have any one tried this?
Hey Heshan, yes you should be able to monitor Bamboo remote agents using JConsole the same way you monitor Bamboo. Take a look at the following page for further instructions on how to set this up:
The only difference with remote agents is that instead of adding the jmxremote argument to the bamboo.sh file (as suggested in the doc), you'll need to find the <BAMBOO_AGENT_HOME>/conf/wrapper.conf and add it there as an additional wrapper java argument, and restart the agent. Here's an example of how the file will look like after adding the jmxremote argument for local monitoring:
wrapper.java.additional.1=-Dbamboo.home=/Users/brosa/Documents/Docker/Atlassian/remote-agents/bamboo-6.3.1/home
wrapper.java.additional.2=-Dbamboo.agent.ignoreServerCertName=false
wrapper.java.additional.3=-Dcom.sun.management.jmxremote
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.