Xymon Mailing List Archive search

graph coming into DERIVE formant instead of GAUGE

4 messages in this thread

list Deepak Deore · Tue, 30 Apr 2013 17:24:24 +0530 ·
I see $rrdtool dump IdAp.rrd|grep type is DERIVE and so no graphs is coming
on browser. Below is the file configurations.

client send the data in NCV format, eg.

ApacheIdleThread: 50

xymonserver.cfg: -
if_load=devmon,*IdAp=ncv*,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"

NCV_IdAp="ApacheIdleThread:GAUGE"

graphs.cfg: -

[IdAp]
        TITLE Apache Idlethrd info
        YAXIS Idlethreads
        DEF:ApacheIdleThread=IdAp.rrd:ApacheIdleThread:AVERAGE
        LINE1:ApacheIdleThread#44CCAA:ApacheIdleThread
        GPRINT:ApacheIdleThread:LAST:Idle Threads \: %5.1lf%s (cur)
        GPRINT:ApacheIdleThread:MAX: \: %5.1lf%s (max)
        GPRINT:ApacheIdleThread:MIN: \: %5.1lf%s (min)
        GPRINT:ApacheIdleThread:AVERAGE: \: %5.1lf%s (avg)\n
list Deepak Deore · Wed, 1 May 2013 08:35:02 +0530 ·
Anyone has answer for this ? I had similar problem earlier as well.
quoted from Deepak Deore


On Tue, Apr 30, 2013 at 5:24 PM, deepak deore <user-7b03b2a1ee70@xymon.invalid>wrote:
I see $rrdtool dump IdAp.rrd|grep type is DERIVE and so no graphs is
coming on browser. Below is the file configurations.

client send the data in NCV format, eg.

ApacheIdleThread: 50

xymonserver.cfg: -
if_load=devmon,*IdAp=ncv*,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"

NCV_IdAp="ApacheIdleThread:GAUGE"

graphs.cfg: -

[IdAp]
        TITLE Apache Idlethrd info
        YAXIS Idlethreads
        DEF:ApacheIdleThread=IdAp.rrd:ApacheIdleThread:AVERAGE
        LINE1:ApacheIdleThread#44CCAA:ApacheIdleThread
        GPRINT:ApacheIdleThread:LAST:Idle Threads \: %5.1lf%s (cur)
        GPRINT:ApacheIdleThread:MAX: \: %5.1lf%s (max)
        GPRINT:ApacheIdleThread:MIN: \: %5.1lf%s (min)
        GPRINT:ApacheIdleThread:AVERAGE: \: %5.1lf%s (avg)\n

list Jeremy Laidman · Thu, 2 May 2013 10:50:35 +1000 ·
Could be that you first set it up without specifying GAUGE, and so Xymon
made it DERIVE by default.  Once the RRD file is created, it won't change
from one type to another.  The simplest thing would be to remove the RRD
file and have Xymon recreate it.

J
quoted from Deepak Deore


On 1 May 2013 13:05, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
Anyone has answer for this ? I had similar problem earlier as well.


On Tue, Apr 30, 2013 at 5:24 PM, deepak deore <user-7b03b2a1ee70@xymon.invalid>wrote:
I see $rrdtool dump IdAp.rrd|grep type is DERIVE and so no graphs is
coming on browser. Below is the file configurations.

client send the data in NCV format, eg.

ApacheIdleThread: 50

xymonserver.cfg: -
if_load=devmon,*IdAp=ncv*,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"

NCV_IdAp="ApacheIdleThread:GAUGE"

graphs.cfg: -

[IdAp]
        TITLE Apache Idlethrd info
        YAXIS Idlethreads
        DEF:ApacheIdleThread=IdAp.rrd:ApacheIdleThread:AVERAGE
        LINE1:ApacheIdleThread#44CCAA:ApacheIdleThread
        GPRINT:ApacheIdleThread:LAST:Idle Threads \: %5.1lf%s (cur)
        GPRINT:ApacheIdleThread:MAX: \: %5.1lf%s (max)
        GPRINT:ApacheIdleThread:MIN: \: %5.1lf%s (min)
        GPRINT:ApacheIdleThread:AVERAGE: \: %5.1lf%s (avg)\n

list Deepak Deore · Thu, 2 May 2013 11:38:55 +0530 ·
you are right, I figured out the same thing and it started working!
quoted from Jeremy Laidman


On Thu, May 2, 2013 at 6:20 AM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>wrote:
Could be that you first set it up without specifying GAUGE, and so Xymon
made it DERIVE by default.  Once the RRD file is created, it won't change
from one type to another.  The simplest thing would be to remove the RRD
file and have Xymon recreate it.

J


On 1 May 2013 13:05, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
Anyone has answer for this ? I had similar problem earlier as well.


On Tue, Apr 30, 2013 at 5:24 PM, deepak deore <user-7b03b2a1ee70@xymon.invalid>wrote:
I see $rrdtool dump IdAp.rrd|grep type is DERIVE and so no graphs is
coming on browser. Below is the file configurations.

client send the data in NCV format, eg.

ApacheIdleThread: 50

xymonserver.cfg: -
if_load=devmon,*IdAp=ncv*,temp=devmon,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"

NCV_IdAp="ApacheIdleThread:GAUGE"

graphs.cfg: -

[IdAp]
        TITLE Apache Idlethrd info
        YAXIS Idlethreads
        DEF:ApacheIdleThread=IdAp.rrd:ApacheIdleThread:AVERAGE
        LINE1:ApacheIdleThread#44CCAA:ApacheIdleThread
        GPRINT:ApacheIdleThread:LAST:Idle Threads \: %5.1lf%s (cur)
        GPRINT:ApacheIdleThread:MAX: \: %5.1lf%s (max)
        GPRINT:ApacheIdleThread:MIN: \: %5.1lf%s (min)
        GPRINT:ApacheIdleThread:AVERAGE: \: %5.1lf%s (avg)\n