Xymon Mailing List Archive search

Graphed values divided 100 ?

4 messages in this thread

list Ken Connell · Wed, 18 Jan 2012 13:49:28 +0000 ·
I recently setup a new 4.3.7 Xymon box (my current production one is 4.2.2) and all my graphs seems to be "the value" divided by 100.....

Ex:) my last poll for cpu on a particular router shows 18%, but the graph shows cur as 0.18%. 

The 4.2.2 server does not show this behavior and the templates that are used on the new server were are all copied over from the current production server.  
 

Ken Connell
Intermediate Network Engineer
Computer & Communication Services
Ryerson University
XXX Victoria St
RM AB50
Toronto, Ont
M5B 2K3
XXX-XXX-XXXX x6709
list Steven Carr · Wed, 18 Jan 2012 15:21:08 +0000 ·
Are both the systems the same architecture? i.e. x86 & x86, x64 & x64? if
not then did you convert the RRD data when you migrated from one to the
other?

Steve
quoted from Ken Connell


On 18 January 2012 13:49, <user-7cb0f5662626@xymon.invalid> wrote:
I recently setup a new 4.3.7 Xymon box (my current production one is
4.2.2) and all my graphs seems to be "the value" divided by 100.....

Ex:) my last poll for cpu on a particular router shows 18%, but the graph
shows cur as 0.18%.

The 4.2.2 server does not show this behavior and the templates that are
used on the new server were are all copied over from the current production
server.


Ken Connell
Intermediate Network Engineer
Computer & Communication Services
Ryerson University
XXX Victoria St
RM AB50
Toronto, Ont
M5B 2K3
XXX-XXX-XXXX x6709

list Ken Connell · Wed, 18 Jan 2012 15:35:08 +0000 ·
The new box is RHE 5.7 64bit...the old is RHE 5.2 32bit. 

Also, it wasn't an upgrade. Its a new box and the only thing copied over from the old is hosts.cfg (bb-hosts) and the devmon templates....all host data and/or stats is new along with the box. 
quoted from Steven Carr


Ken Connell
Intermediate Network Engineer
Computer & Communication Services
Ryerson University
XXX Victoria St
RM AB50
Toronto, Ont
M5B 2K3
XXX-XXX-XXXX x6709


-----Original Message-----
From: Steven Carr <user-923b20c0d620@xymon.invalid>
Date: Wed, 18 Jan 2012 15:21:08 
To: <user-7cb0f5662626@xymon.invalid>
Cc: Xymon Email List<xymon at xymon.com>
Subject: Re: [Xymon] Graphed values divided 100 ?

Are both the systems the same architecture? i.e. x86 & x86, x64 & x64? if
not then did you convert the RRD data when you migrated from one to the
other?

Steve


On 18 January 2012 13:49, <user-7cb0f5662626@xymon.invalid> wrote:
I recently setup a new 4.3.7 Xymon box (my current production one is
4.2.2) and all my graphs seems to be "the value" divided by 100.....

Ex:) my last poll for cpu on a particular router shows 18%, but the graph
shows cur as 0.18%.

The 4.2.2 server does not show this behavior and the templates that are
used on the new server were are all copied over from the current production
server.


Ken Connell
Intermediate Network Engineer
Computer & Communication Services
Ryerson University
XXX Victoria St
RM AB50
Toronto, Ont
M5B 2K3
XXX-XXX-XXXX x6709

list Ken Connell · Thu, 19 Jan 2012 11:09:06 -0500 ·
I found differences under the "la" section (which = cpu) between the hobbitgraphgraphs.cfg and graphs.cfg.

I changed this (default):
[la]
        TITLE CPU Load
        YAXIS Load
        DEF:avg=la.rrd:la:AVERAGE
        CDEF:la=avg,100,/
        AREA:la#00CC00:CPU Load Average
        -u 1.0
        GPRINT:la:LAST: \: %5.1lf (cur)
        GPRINT:la:MAX: \: %5.1lf (max)
        GPRINT:la:MIN: \: %5.1lf (min)
        GPRINT:la:AVERAGE: \: %5.1lf (avg)\n


To this (from my current 4.2.2 server):
[la]
        TITLE CPU Load
        YAXIS Load
        DEF:avg=la.rrd:la:AVERAGE
        CDEF:la=avg,1,/
        AREA:la#00CC00:CPU Load Average
        -u 100
        GPRINT:la:LAST: \: %5.1lf (cur)
        GPRINT:la:MAX: \: %5.1lf (max)
        GPRINT:la:MIN: \: %5.1lf (min)
        GPRINT:la:AVERAGE: \: %5.1lf (avg)\n


That did the trick.....was a lucky guess.
quoted from Ken Connell


Ken Connell
Intermediate Network Engineer
Computer & Communication Services
Ryerson University
XXX Victoria St
RM AB50
Toronto, Ont
M5B 2K3
XXX-XXX-XXXX x6709

----- Original Message -----
From: Buchan Milne <user-9b139aff4dec@xymon.invalid>
Date: Thursday, January 19, 2012 10:30 am
Subject: Re: [Xymon] Graphed values divided 100 ?
To: xymon at xymon.com, user-7cb0f5662626@xymon.invalid

On Wednesday, 18 January 2012 15:49:28 user-7cb0f5662626@xymon.invalid wrote:
I recently setup a new 4.3.7 Xymon box (my current production one is 4.2.2)
and all my graphs seems to be "the value" divided by 100.....
Ex:) my last poll for cpu on a particular router shows 18%, but the graph
shows cur as 0.18%.
The 4.2.2 server does not show this behavior and the templates that are
used on the new server were are all copied over from the current
  Have you compared the values in the RRD files?
  Have you compared the graph configurations?
  Regards,
 Buchan