Xymon Mailing List Archive search

Graphed values divided 100 ?

list Ken Connell
Thu, 19 Jan 2012 11:09:06 -0500
Message-Id: <user-828a1e42e842@xymon.invalid>

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.


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