Hello,
I'd like to monitor a JAVA application via Jolokia. Therefore I've already added the jolokia agent to the JVM. Via Rest-Executes i get results like:
http://myserver:7777/jolokia/read/java.lang:type=Memory/
{"request":{"mbean":"java.lang:type=Memory","type":"read"},"value":{"ObjectPendingFinalizationCount":0,"Verbose":false,"HeapMemoryUsage":{"init":4294967296,"committed":4282908672,"max":4282908672,"used":496911496},"NonHeapMemoryUsage":{"init":2555904,"committed":165224448,"max":-1,"used":160471576},"ObjectName":{"objectName":"java.lang:type=Memory"}},"timestamp":1585835785,"status":200}
Is there an easy way to bind this to a PRTG-sensor?
Hello there,
Thank you for your post.
Perhaps the REST Custom Sensor can retrieve the needed information. Please note that you would need to create a configuration template for the sensor so that he can interpret the results. For more information about this please see the Define Channels section of the manual.
Kind regards,
Sasa Ignjatovic, Tech Support Team
Apr, 2020 - Permalink