Xymon Mailing List Archive search

rrd change

list Vernon Everett
Thu, 6 Jan 2011 16:15:08 +0800
Message-Id: <AANLkTin1-DmK8GHLk3MJSbSOsoNfqXU=user-47296674692c@xymon.invalid>

First check the values in the rrd file.
Make sure they are being written to the data file.

Next, check hobbitgraphs.cfg
Your graph definition probably has
-l 0
-u 100
Lower bound 0
Upper bound 100

Remove the -u 100, and the graph will automatically rescale itselft to the
new data values.

Regards
     Vernon


On Thu, Jan 6, 2011 at 2:45 PM, Claessens Jurgen <user-8d4598cc30f2@xymon.invalid
wrote:
Hello,

I have an issue with a custom memory script I wrote. The script delivers
everything fine and also the data is processed correctly in Xymon, but when
the data goes above 100%, which it can, no more graphs are created. When it
drops graphs are ok again. Does anyone know where/how exactly I need to
modify the rrd so it accepts above 100% to create the graphs.

Thx in advance