Xymon Mailing List Archive search

graphs not showing on column but are in trends

3 messages in this thread

list Neil Simmonds · Tue, 1 Apr 2014 15:58:24 +0100 ·
I've got a strange problem with a new graph. I've added the graphs.cfg entry
and it's named the same as the column on the Xymon display

 
[vs_stat]

        FNPATTERN vs_stat.(.*).rrd

        TITLE Connections

        YAXIS Connections

        DEF:conn at RRDIDX@=@RRDFN@:ds0:AVERAGE

        LINE1:conn at RRDIDX@#@COLOR@:@RRDPARAM@ Conn

        GPRINT:conn at RRDIDX@:LAST: %8.2lf %s (cur)

        GPRINT:conn at RRDIDX@:MAX: %8.2lf %s (max)

        GPRINT:conn at RRDIDX@:MIN: %8.2lf %s (min)

        GPRINT:conn at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n

        -l 0

 
I've added it to TEST2RRD and GRAPHS in xymonserver.cfg (TEST2RRD entry is
vs_stat=devmon and GRPAHS is vs_stat::1)

 
All is working as expected except that the graphs are only showing in the
trends column and not in the vs_stat column. I based all this work on the
if_load definitions for a cisco 6509 from the standard devmon templates and
that does show on the of_load column as well as the trends column but my new
on doesn't. 

 
Has anyone any idea what the issue might be?
list Jeremy Laidman · Wed, 2 Apr 2014 14:19:24 +1100 ·
quoted from Neil Simmonds
On 2 April 2014 01:58, Neil Simmonds <user-feff97fabd3d@xymon.invalid> wrote:
All is working as expected except that the graphs are only showing in the
trends column and not in the vs_stat column. I based all this work on the
if_load definitions for a cisco 6509 from the standard devmon templates and
that does show on the of_load column as well as the trends column but my
new on doesn't.

Did you kill the xymond_rrd processes?  Changes to the xymonserver.cfg file
won't get picked up automatically.

J
list Neil Simmonds · Wed, 2 Apr 2014 08:00:02 +0100 ·
I restarted the Xymon server so xymond_rrd was definitely restarted.
quoted from Jeremy Laidman

 
From: Jeremy Laidman [mailto:user-71895fb2e44c@xymon.invalid] 
Sent: 02 April 2014 04:19
To: Neil Simmonds
Cc: xymon at xymon.com
Subject: Re: [Xymon] graphs not showing on column but are in trends

 
On 2 April 2014 01:58, Neil Simmonds <user-feff97fabd3d@xymon.invalid
<mailto:user-feff97fabd3d@xymon.invalid> > wrote:

All is working as expected except that the graphs are only showing in the
trends column and not in the vs_stat column. I based all this work on the
if_load definitions for a cisco 6509 from the standard devmon templates and
that does show on the of_load column as well as the trends column but my new
on doesn't.

 
Did you kill the xymond_rrd processes?  Changes to the xymonserver.cfg file
won't get picked up automatically.

 
J