[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 17:37:43 +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=W3siKpzMtmUxeOuUqENb+XPZfjEJt/ZVksHRlilJMnA=; b=dZFqYrZf08jei2R1gZ/ZQGZJM0QE7KoVwmMWw5a00/XlEe6jLxESIDp/iVBXOPFORf iMuRvcjevOV7EDg6BTml9yv+hI0I3HUMO8s0M8Z1NTHAtOUWANhM+0G7LDMr9iNUKU+V WxiI4VLnH88qWU+Gj6az0rZ5EIyajQlwXgXpQ=
- 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=U2fITrecaXU5IwQlMJNXGsCeOxZ/psLwCcvLWv6LvYVJZE86PGtcQMLPa4/wByjuzm OqSGAPbs+fYIODlKw6648Nn69HDc0BvF7iEkMqq3E/nNlgF+Zg9jfM6EDmPehkmWv6rD P6peckXeG0L+fa90iyKQSp1zWDxUlFEmvltq4=
- References: <1294266804.10913.5.camel (at) Nokia-N900> <D361DC2C904D014695AD13A80262B1AC8B8B59 (at) CGKMAIL03.cegekanv.corp.local> <AANLkTin1-DmK8GHLk3MJSbSOsoNfqXU=GRTq2Xgg6ojd (at) mail.gmail.com> <D361DC2C904D014695AD13A80262B1AC8B8BA1 (at) CGKMAIL03.cegekanv.corp.local>
Hmmm. That's interesting.
So, nothing is getting to the rrd file for the rrd graphing module to read.
Have you checked that the values are being sent through correctly?
By this, I mean, when it exceeds 100%, is your script still sending data
correctly?
Do you have some code somewhere in your script that sends non-numeric output
at 100 or over?
Think in terms of what changes at 100 or above? You have moved from 2
characters to 3.
Also, has the input to your script changes in some subtle way at 100%, which
will change the output.
Remember, for NCV to work, the output has to be
fieldname : value
on a line on their own.
Any garbage will break it. Check especially for non-printable characters and
control codes.
Dump your output to a file, and use cat -v
Cheers
Vernon
On Thu, Jan 6, 2011 at 4:53 PM, Claessens Jurgen <Jurgen.Claessens (at) cegeka.be
> wrote:
> 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
>
>
>