for the graphs
to be correctly updated.
James
From: Claudio Kuenzler [mailto:c...@claudiokuenzler.com]
Sent: 19 December 2012 14:19
To: Nagios Users List
Subject: Re: [Nagios-users] Nagios Graph converting figures to binary bytes
rather than decimal
James and I continued the troubleshooting
**
>
> ** **
>
> I cannot work out why the graph is showing the wrong values when all other
> information is correct.
>
> ** **
>
> James
>
> ** **
>
> *From:* Claudio Kuenzler [mailto:c...@claudiokuenzler.com]
> *Sent:* 18 December 2012 12
Users List
Subject: Re: [Nagios-users] Nagios Graph converting figures to binary bytes
rather than decimal
Hi Claudio,
I have entered the map entry below based on your example and I am still seeing
the results on the graph show as a decimal version of the Bytes value.
/perfdata:(.*)=(\d+)MB
> Hi Claudio,
>
> ** **
>
> I have entered the map entry below based on your example and I am still
> seeing the results on the graph show as a decimal version of the Bytes
> value.
>
> ** **
>
> /perfdata:(.*)=(\d+)MB;(\d+);(\d+);(\d+);(\d+)/
>
> and push @s, [$1,
>
> ['dat
and
produces the graphs where the calculation is going wrong?
This is a really annoying issue that I would like to resolve if I can.
Cheers
James
From: James Osbourn
Sent: 15 December 2012 16:16
To: Nagios Users List
Subject: RE: [Nagios-users] Nagios Graph converting figures to binary bytes
> Hi Claudio,
>
> ** **
>
> Thanks for the feedback. Just to make sure, where abouts in the map file
> should these lines go?
>
> ** **
>
> Thanks
>
> ** **
>
> James
>
Just make sure you add these lines BEFORE the following part:
#
Hi Claudio,
Thanks for the feedback. Just to make sure, where abouts in the map file
should these lines go?
Thanks
James
From: Claudio Kuenzler [mailto:c...@claudiokuenzler.com]
Sent: 15 December 2012 15:59
To: Nagios Users List
Subject: Re: [Nagios-users] Nagios Graph converting figures to
Hi James,
> Looking at the GB value and converting to bytes and then back to GB using
> decimal bytes gives these figures.
>
> Is there any way to make nagiosgraph using binary bytes rather than
> decimal. I am not that familiar with nagiosgraph or RRD and cannot work
> out how to make the chang