Ad Widget

Collapse

How to create an item using JMX over SSL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • horseatingweeds
    Junior Member
    • Nov 2020
    • 3

    #1

    How to create an item using JMX over SSL

    I configured a host that used JMX. Can Zabbix be configured to receive JMX over SSL? For example, I have an application server that has JMX enabled over SSL that I can connect with using jconsole like so:

    jconsole -debug -J-Djavax.net.ssl.keyStore="/path/to/client-side-keystore.jks" -J-Djavax.net.ssl.keyStorePassword={password} -J-Djavax.net.ssl.trustStore="/path/to/client-side-truststore.jks" -J-Djavax.net.ssl.trustStorePassword={password}

    I'm thinking, either I have to set these Java arguments in a settings file or Zabbix has a way to set this up with its web UI...
Working...