[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xymon] rrd change
- To: <xymon (at) xymon.com>
- Subject: RE: [xymon] rrd change
- From: "Claessens Jurgen" <Jurgen.Claessens (at) cegeka.be>
- Date: Thu, 6 Jan 2011 09:53:17 +0100
- References: <1294266804.10913.5.camel (at) Nokia-N900><D361DC2C904D014695AD13A80262B1AC8B8B59 (at) CGKMAIL03.cegekanv.corp.local> <AANLkTin1-DmK8GHLk3MJSbSOsoNfqXU=GRTq2Xgg6ojd (at) mail.gmail.com>
- Thread-index: AcutelO5kk/4TXOLRSyOB7tJ1UgGewABEzuA
- Thread-topic: [xymon] rrd change
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:everett.vernon (at) gmail.com]
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
<Jurgen.Claessens (at) cegeka.be> 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