Xymon Mailing List Archive search

rrd change

list Claessens Jurgen
Thu, 6 Jan 2011 09:53:17 +0100
Message-Id: <user-9112c283748b@xymon.invalid>

Hello,

 
Thank you for the quick response. I checked the rrd data and it seems
that no data is being written to the file when it exceeds 100%. Any idea
where the problem could be located and how to fix it? 

 As I said below 100% it writes fine, so I'm guessing that it's not the
format that is sent to Xymon, but how rrd reads it?

 
Regards

 
From: Vernon Everett [mailto:user-b3f8dacb72c8@xymon.invalid] 
Sent: donderdag 6 januari 2011 9:15
To: xymon at xymon.com
Subject: Re: [xymon] rrd change

 
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