Did you set up the rrd_data extra-script so that you are getting RRD files generated? Did you configure xymonserver.cfg for the graphs via NCV? For the record, I have it sort of working but I still can't get it to graph GCInfo on the test page (even though I can click on the graph in JVMHeap and replace JVMHeap with GCInfo and see it).
=G=
▸ quoted from Andy Smith
From: Xymon <xymon-bounces at xymon.com> on behalf of Andy Smith <user-982f5f6d4d28@xymon.invalid>
Sent: Thursday, June 16, 2016 2:05 AM
To: L.M.J
Cc: xymon at xymon.com
Subject: Re: [Xymon] [Possible Spam] XYmon & jmx
L.M.J wrote:
Hi,
What do you use to monitoring JMX interface ? I've found https://wiki.xymonton.org/doku.php/monitors:jmxstat
Setup went fine but no data seems retrived (no graph). Are you using the same product ? Any advices
regarding the installation steps ?
A couple of questions -
1) do any rrd files get created?
2) in the page source, do you see html comments like this :-
Attributes from MBean java.lang:type=Memory
<IMG SRC="/xymon/gifs/green.gif" ALT="green" HEIGHT="16" WIDTH="16" BORDER=0> Current Heap Size 280350 kbytes <IMG SRC="/xymon/gifs/green.gif" ALT="green" HEIGHT="16" WIDTH="16" BORDER=0> Committed Memory 2087936 kbytes
<IMG SRC="/xymon/gifs/green.gif" ALT="green" HEIGHT="16" WIDTH="16" BORDER=0> Maximum Heap Size 2087936 kbytes <IMG SRC="/xymon/gifs/green.gif" ALT="green" HEIGHT="16" WIDTH="16" BORDER=0> Initialised Memory 2097152 kbytes
<!--
HeapSize:280350
Committed:2087936
MaxHeapSize:2087936
-->
--
Andy