Checkmk Dynamic service monitoring without any script

98 Views Asked by At

I am monitoring JPM services with script placed in check_mk_agent/local . do we have any other way by which we can monitor java related services without any script deployment in checkmk agent.

I have kept list of services and script in this location : /usr/lib/check_mk_agent/local/

1

There are 1 best solutions below

0
Thorian93 On

Here is a list of integrations that you can facilitate to monitor Java applications through Jolokia with Checkmk: https://checkmk.com/integrations?tags=java

Additionally, here is a forum post discussing troubleshooting this: https://forum.checkmk.com/t/jolokia-implementation/28203

Hope this helps!