<div dir="ltr"><div>I see $rrdtool dump IdAp.rrd|grep type is DERIVE and so no graphs is coming on browser. Below is the file configurations.<br><br>client send the data in NCV format, eg.<br><pre>ApacheIdleThread: 50<br><br>

</pre><pre>xymonserver.cfg: - <br>if_load=devmon,<b>IdAp=ncv</b>,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"<br></pre>NCV_IdAp="ApacheIdleThread:GAUGE"<br>

<br></div>graphs.cfg: - <br><br>[IdAp]<br>        TITLE Apache Idlethrd info<br>        YAXIS Idlethreads<br>        DEF:ApacheIdleThread=IdAp.rrd:ApacheIdleThread:AVERAGE<br>        LINE1:ApacheIdleThread#44CCAA:ApacheIdleThread<br>

        GPRINT:ApacheIdleThread:LAST:Idle Threads \: %5.1lf%s (cur)<br>        GPRINT:ApacheIdleThread:MAX: \: %5.1lf%s (max)<br>        GPRINT:ApacheIdleThread:MIN: \: %5.1lf%s (min)<br>        GPRINT:ApacheIdleThread:AVERAGE: \: %5.1lf%s (avg)\n<br>

<br></div>