Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-19 Thread James Osbourn
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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-19 Thread Claudio Kuenzler
** > > ** ** > > 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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-18 Thread James Osbourn
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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-18 Thread Claudio Kuenzler
> 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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-17 Thread James Osbourn
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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-15 Thread Claudio Kuenzler
> 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: #

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-15 Thread James Osbourn
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

Re: [Nagios-users] Nagios Graph converting figures to binary bytes rather than decimal

2012-12-15 Thread Claudio Kuenzler
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