[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: Vernon Everett <everett.vernon (at) gmail.com>
- Date: Thu, 6 Jan 2011 16:15:08 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sYK6bo9IyMK8wiOa5+VM5c9X9E3h2dQRn6jSPJGfvt8=; b=fuotDvMNRzi2jOz4i+6xo9wJreoFD9AkQj9nmU1VY7iBjlRoEqOi4IQZ8RztPARlK6 jWnv0XucQmTQGPW/6lf2RcfYjCkY5Pa1LUq9abXWj0BzPpeV1G2zYt+F061PbwMvVNvR rQvAPMRSynlhwwsxbcSCFqS2Ge9yTpA9eK21A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=xosEPrm9h8flMK5UzZKONyoDaoTDUSDM6oOp+dE4d8x8fKG6I6JBRKcTmH0Z2Y4Mhh WgkQUrGopouGc9/Kabr91dY51q2BXcvAonMWwLIFCfmyC5jeLOpTxYvngVSdUvDxHo1t 0xK9W7dw4ugoVExDpy2ZZj5lENAUOli36DzME=
- References: <1294266804.10913.5.camel (at) Nokia-N900> <D361DC2C904D014695AD13A80262B1AC8B8B59 (at) CGKMAIL03.cegekanv.corp.local>
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
>
>