You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
We are trying to set up Server and Java monitor for our atlassian tools. We are having issues with the Zabbix JMX monitoring for confluence (and fisheye),
Has any had this issue? Need some help.
We are trying to do the following JMX Query
INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8090"]
jmx["Catalina:type=ThreadPool,name=\"http-bo-8060\"",currentThreadsBusy]
We are getting the following error:
jmx["Catalina:type=ThreadPool,name=\"http-{$CONNECTOR_MODE}-{$HTTP_PORT}\"",currentThreadsBusy]" became not supported: Catalina:type=ThreadPool,name="http-bio-8060"
Hi Dan O'Halloran,
Bear in mind FishEye does not use Catalina as a servlet container, it uses embedded Jetty instead. FishEye does not expose any JMX beans for Jetty by default, but there is an undocumented feature you can use:
FISHEYE_OPTS=-Dfisheye.jetty.jmx.enable=true
(see https://confluence.atlassian.com/display/FISHEYE/Environment+variables for information how to use FISHEYE_OPTS environment variable)
Once you enable it you would notice number of JMX beans exposed to control Jetty server.
Hope that helps,
Piotr
Yes I enabled that and will look up different things to monitor with Jetty. Thanks
I am looking for max thread counts and active threads, this will allow us to validate that our servers are not being over loaded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
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.