Jolokia is an alternative to JSR-160 connectors for remote JMX access. It provides REST-like access to JMX with JSON over HTTP.
Questions tagged [jolokia]
122 questions
0
votes
1 answer
How to set "hawtio.noCredentials401" property in Fuse-AMQ Environment
When using hawtio plugin and jolokia with no credentials, Hawtio is not returning with 401(Unauthorized) rather it still returns 403 Forbidden even though hawtio.noCredentials401 property is set to true.I have passed 'hawtio.noCredentials401'…

Haran
- 1,040
- 2
- 13
- 26
0
votes
1 answer
Hawt.io How to show Heap usage in a line graph?
Hawt.io dashboard default shows a donut chart for Heap use. Its nice, but I want to add a line graph to plot Heap usage over time. Tried to chart this from the JMX tab but can't graph just the used attribute. Anyone know how to do this or should…
0
votes
1 answer
CF : Local Reads MBean for Cassandra
I am using JMX MBeans for monitoring Cassandra metrics. I am looking to enable CF : Local Reads equivalent in opscenter, does anyone know what is the equivalent JMX Mbean for it?

user3435964
- 663
- 1
- 11
- 23
0
votes
1 answer
Using Jolokia agent with an RMI-Server
I'm having problems with using Jolokia in conjunction with an RMI-Service. As soon as the RMI-Service is started Jolokia is no longer accessible via http.
I created an example class to reproduce the problem:
package com.example.rmi;
import…

JanTheGun
- 2,165
- 17
- 25
0
votes
1 answer
How can i get mbeans name for jdbc connecion pool , GC Monitoring and others in websphere
I want to start monitoring of websphere cluster in grafana tool by using jolokia. For that , mbeans and their attributes are required.For few of them like heap memory usage , thread count i have found by jconsole .
But didn't get mbeans and…

manav sharma
- 27
- 6
0
votes
1 answer
How to integrate Mule esb with Hawtio monitoring
I have integrated Mule ESB with Hawtio as per the below link and it is working fine.
https://www.ivankrizsan.se/2014/08/24/remote-jmx-monitoring-of-a-mule-instance/
Is there any way to start/stop the mule applications from Hawtio as like tomcat…

SomMS
- 567
- 3
- 23
0
votes
2 answers
Attach multiple javaagents in catalinaopts
I have a java application running in tomcat8 and have jolokia.jar as one of the java agent options to Catalina_opts. Now I want one more metrics collector to be added to this catalina_opts. How can I add it?
Current…

drc12345
- 21
- 2
- 5
0
votes
0 answers
Jolokia OSGi installation stops CXF
Apache CXF stopped working after the installation of Jolokia osgi bundle installation, when entering the cxf url shows blank page, Please help to overcome this issue. I have installed the jolokia bundle in karaf container.
I'm using jetty…

salz
- 81
- 12
0
votes
1 answer
connect to remote cassandra JMX by jolokia proxy
I try to connect to remote cassandra JMX by jolokia (jolokia site) proxy and hawt (hawt site) programs but i can't. please guide me which configs and changes is needed in jolokia and hatw programs.

Hossein Yousefi
- 77
- 1
- 8
0
votes
1 answer
Tomcat HawtIO JMX over Jolokia authorization
this is my situation:
1) I have an web application, that is running on Tomcat, inside my war I have bundled Jolokia, so now if I do something:port/jolokia I get JSON back and all works well.
2) I downloaded executable jar from howt.io and I start it…
0
votes
1 answer
configuring Jolokia Spring agent
We want to monitor jvm metrics of our tomcat instances. We think jolokia is a good solution since there is a nice Nagios (checkMK) plugin for it. I was wondering, if we use the spring agent option, specifying the dependency in our pom.
From what I…

dragosb
- 607
- 8
- 25
0
votes
1 answer
How to check heap memory usage and tomcat version in one command with check_jmx4perl and nagios
We are using Jolokia and jmx4perl to monitor tomcat instances with Nagios. We are currently using the following command definition:
define command {
command_name check_tomcat
command_line $USER3$/check_jmx4perl \
…

Etienne Beaule
- 207
- 2
- 10
0
votes
1 answer
org.jolokia.client.exception.J4pException: IO-Error while contacting the server: javax.net.ssl.SSLException: hostname in certificate didn't match
I am using jolokia client to connect to my fuse server, which is using https for web. I am getting the below exception.
org.jolokia.client.exception.J4pException: IO-Error while contacting the server: javax.net.ssl.SSLException: hostname in…

Sudhakar
- 1
- 6
0
votes
1 answer
ActiveMQ jolokia queue name with slashes
I'm trying to retrieve the queue size of a given queue using jolokia interface of ActiveMQ. My queue name is /some/queue and because of the slashes I can't get the API to work correctly.
Here's what I tried:
curl -XGET --user admin:admin…

Krzysztof Krasoń
- 26,515
- 16
- 89
- 115
0
votes
1 answer
Spring Security 4.x JavaConfig for Basic authentication with Hawtio
I'm trying to connect Hawtio (1.4.64) to a Jolokia agent (1.3.3) running in a Spring app in Tomcat 7.
Following a recent upgrade to Spring Security (4.0.3) hawtio stopped authenticating properly (using basic auth) and we get kicked back to the login…

GaZ
- 2,346
- 23
- 46