Questions tagged [jmx]

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

62 questions
0
votes
1 answer

Is it possible to configure JMXRemote both on localhost and remote IP?

I have a java app running within Kubernetes. I sometimes need to debug it, so I used to connect to the jmx port via kubectl port-forward pods/my-java-app 9010:9010 -n my-java-app. Our monitoring team aksed to be able to query the jmx port remotely,…
0
votes
1 answer

How to configure Zabbix to monitor Puppet Server via JMX?

Zabbix allows monitoring of metrics via JMX. The Puppet Server provides JMX metrics via jolokia on https://puppetserver:8140/metrics/v2, using its own CA for the certificate. I have my Puppetserver host configured in Zabbix with a DNS name and a JMX…
Steve Shipway
  • 740
  • 5
  • 17
1 2 3 4
5