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?
Add comment