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.
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.