Re: [rrd-users] Error calculation to estimate error introduced by consolidation

2017-10-17 Thread Alex van den Bogaerdt
> Hi, > > I am in the process to calculate the error introduced by consolidating the > data. (I assume my measurements are accurate, I only want to estimate the > aggregation error.) Currently I use the MIN and MAX values of my data as > the absolut error of my measurements. But then i am not reall

[rrd-users] Error calculation to estimate error introduced by consolidation

2017-10-17 Thread Andreas Schuldei
Hi, I am in the process to calculate the error introduced by consolidating the data. (I assume my measurements are accurate, I only want to estimate the aggregation error.) Currently I use the MIN and MAX values of my data as the absolut error of my measurements. But then i am not really sure if t

[rrd-users] error in example code for hw in rrdcreate

2016-11-27 Thread Norbert Preining
Dear all, I believe that the following example code in the manpage of rrdcreate is incorect: rrdtool create monitor.rrd --step 5m \ DS:ifOutOctets:COUNTER:30m:0:4294967295 \ RRA:AVERAGE:0.5:1:2016 \ RRA:HWPREDICT:5d:0.1:0.0035:1d:3 \ RRA:SEASONAL:1d

Re: [rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

2012-04-02 Thread Tobias Oetiker
Hi Stephen, Mar 20 stphnwallace wrote: > > > Regards, > > Stephen J Wallace > +61 (0)415 306731 > > On 20/03/2012, at 6:51 PM, "stphnwallace [via RRD > Mailinglists]" wrote: > > > Sorry about formatting! > > > > Strong cup of coffee required before proceeding > > > > I have rrd setup as a servi

Re: [rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

2012-03-20 Thread Steve Shipway
Your problem is that you are doing the `cat /tmp/rrdgraph` in the middle. This is expanding out the quotes in advance for some reason and by the time it gets to rrdtool the AREA:var1#FF5C00:"Round Trip Times " has been turned into AREA:var1#FF5C00:Round Trip Times and is taken as three separate

Re: [rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

2012-03-20 Thread stphnwallace
Regards, Stephen J Wallace +61 (0)415 306731 On 20/03/2012, at 6:51 PM, "stphnwallace [via RRD Mailinglists]" wrote: > Sorry about formatting! > > Strong cup of coffee required before proceeding > > I have rrd setup as a service on a remote box using xinetd. > > I have been able to ech

Re: [rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

2012-03-20 Thread stphnwallace
Sorry about formatting! Strong cup of coffee required before proceeding I have rrd setup as a service on a remote box using xinetd. I have been able to echo command to this piping thru netcat, and been able to do creates, updates, info, last, etc. My end goal is to use rrdgraph against a rem

[rrd-users] ERROR: 'T' is not a valid function name - issue with spaces between double quotes?

2012-03-20 Thread stphnwallace
Strong cup of coffee required before proceeding I have rrd setup as a service on a remote box using xinetd. I have been able to echo command to this piping thru netcat, and been able to do creates, updates, info, last, etc. My end goal is to use rrdgraph against a remote rrdrsv, and show the res

Re: [rrd-users] Error with libraries for rrdtool

2012-02-08 Thread B0b4F3tt
Hi I managed to fix this by upgrading the pango library to 1.29. I was using version 1.14 of the pango library before. Thanks for your input guys :) With regards, Elvar -- View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/Error-with-libraries-for-rrdtool-tp7262929p726

Re: [rrd-users] Error with libraries for rrdtool

2012-02-07 Thread B0b4F3tt
I initially installed rrdtool through yum but earlier today I installed version 1.4.7 by compiling the source. I got no complaints from ./configure when I ran that. If you want then I can run it again and send you the output from that? With regards, Elvar -- View this message in context: http://

Re: [rrd-users] Error with libraries for rrdtool

2012-02-07 Thread Steve Shipway
> /opt/rrdtool-1.4.7/bin/rrdtool: symbol lookup error: > /usr/lib/libpango-1.0.so.0: undefined symbol: g_malloc_n Looks like you may need to upgrade your Pango libraries, and possibly recompile RRDTool against the new libraries afterwards. We're successfully using v1.14 on RHEL5 and 1.28 on RHE

Re: [rrd-users] Error with libraries for rrdtool

2012-02-07 Thread Reinhard Scheck
Cacti itself does not come with rrdtool. Where did you get that rrdtool from? Self-compiled? Did you meet the pango requirements? Reinhard (Sorry, accidentally responded to user instead of list) On 07.02.2012 17:39, B0b4F3tt wrote: > Hey everyone > > I am running cacti 0.8.7g on a centos 6.2. To

[rrd-users] Error with libraries for rrdtool

2012-02-07 Thread B0b4F3tt
Hey everyone I am running cacti 0.8.7g on a centos 6.2. Today I noticed that the graphs are no longer generated and I saw this error message under Graph Management: /opt/rrdtool-1.4.7/bin/rrdtool: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_malloc_n I first saw this erro

Re: [rrd-users] ERROR: malformed trend arguments

2011-09-19 Thread Casey McGinty
On Mon, Sep 19, 2011 at 8:18 PM, Tobias Oetiker wrote: > > Can someone explain what is happening in this example? I would like to > > compute a trend along with my data. > > > > $ rrdtool create temp.rrd --step 1 DS:temp:GAUGE:30:0:U > > DS:trend:COMPUTE:temp,10,TRENDNAN RRA:AVERAGE:0.5:1:10 > >

Re: [rrd-users] ERROR: malformed trend arguments

2011-09-19 Thread Tobias Oetiker
Hi Casey, Yesterday Casey McGinty wrote: > Can someone explain what is happening in this example? I would like to > compute a trend along with my data. > > $ rrdtool create temp.rrd --step 1 DS:temp:GAUGE:30:0:U > DS:trend:COMPUTE:temp,10,TRENDNAN RRA:AVERAGE:0.5:1:10 > $ rrdtool update temp.rrd

[rrd-users] ERROR: malformed trend arguments

2011-09-19 Thread Casey McGinty
Can someone explain what is happening in this example? I would like to compute a trend along with my data. $ rrdtool create temp.rrd --step 1 DS:temp:GAUGE:30:0:U DS:trend:COMPUTE:temp,10,TRENDNAN RRA:AVERAGE:0.5:1:10 $ rrdtool update temp.rrd N:3 ERROR: temp.rrd: malformed trend arguments ___

[rrd-users] Error in RRDTOOL.EXE when generating month graphs

2011-09-14 Thread Dirk
I'm using the 1.4.4 windows binaries of RRD (from http://www.thebits.info/general/rrdtool-v-1-4-4-win32-binaries-226.htm). I have several scripts that generate the graphs. Graphs are generated for an hour/day/week/month/year. This is what I use for the HOUR graph generation: "C:\Program Files\RR

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-08-09 Thread Tobias Oetiker
Hi Peter, glad it helps ... will make a new rrdtool release RSN :-) cheers tobi Today Peter Valdemar Mørch wrote: > Hi, > > This post is about the "ERROR: attempting to write beyond end of file" > error message described in threads [1] and [2]. ( I wasn't subscribed > to the list at the time ).

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-08-09 Thread Peter Valdemar Mørch
Hi, This post is about the "ERROR: attempting to write beyond end of file" error message described in threads [1] and [2]. ( I wasn't subscribed to the list at the time ). For the record, I just want to present a way to reproduce this if needed in future and confirm that r2192 indeed fixed it. O

Re: [rrd-users] ERROR: This RRD was created on another architecture

2011-04-11 Thread C. Falconer
Joe Loiacono wrote, On 04/12/2011 08:28 AM: > Forgive me if this has been brought up before. Many times > Is there a way to convert 32-bit RRD files to 64-bit? (I'm assuming that > is what I'm dealing with.) Convert 32bit RRD to 64bit RRD Moving cacti between architectures While migrating cacti

[rrd-users] ERROR: This RRD was created on another architecture

2011-04-11 Thread Joe Loiacono
Forgive me if this has been brought up before. Is there a way to convert 32-bit RRD files to 64-bit? (I'm assuming that is what I'm dealing with.) Thanks, Joe Loiacono___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-b

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-19 Thread Stefan Brandl
On Wed, Jan 19, 2011 at 09:12:19AM +0100, Tobias Oetiker wrote: > Hi Stefan, > > Today Stefan Brandl wrote: > > > > > Sorry Tobi, but my C-Programming knowledge is very limited, > > not to say non-existent :-( > > Could you tell me, where to put what code to further debug this? > > I would guess

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-19 Thread Tobias Oetiker
Hi Stefan, Today Stefan Brandl wrote: > > Sorry Tobi, but my C-Programming knowledge is very limited, > not to say non-existent :-( > Could you tell me, where to put what code to further debug this? I would guess something like this could serve: Index: rrd_open.c ===

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-18 Thread Stefan Brandl
On Tue, Jan 18, 2011 at 09:37:54AM +0100, Tobias Oetiker wrote: > Hi Stefan, > > Today Stefan Brandl wrote: > > > On Tue, Jan 18, 2011 at 08:46:26AM +0100, Tobias Oetiker wrote: > > > Hi Stefan, > > > > > > Yesterday Stefan Brandl wrote: > > > > > > > As far I can see, this is already implemented

Re: [rrd-users] ERROR: illegal attempt to update

2011-01-18 Thread David Eisner
Tobi, I think you must be correct. I rewrote the Python script in C (using system(3)), and I don't have the problem anymore. Thanks. -David On Sat, Jan 15, 2011 at 5:43 AM, Tobias Oetiker wrote: > Hi David, > > my guess is that python is not blocking for the run_cmd to complete > ... and thus

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-18 Thread Tobias Oetiker
Hi Stefan, Today Stefan Brandl wrote: > On Tue, Jan 18, 2011 at 08:46:26AM +0100, Tobias Oetiker wrote: > > Hi Stefan, > > > > Yesterday Stefan Brandl wrote: > > > > > As far I can see, this is already implemented in 2170. > > > > yes it is ... > > > > > With mmap disabled the error is gone, > >

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-18 Thread Stefan Brandl
On Tue, Jan 18, 2011 at 08:46:26AM +0100, Tobias Oetiker wrote: > Hi Stefan, > > Yesterday Stefan Brandl wrote: > > > As far I can see, this is already implemented in 2170. > > yes it is ... > > > With mmap disabled the error is gone, > > but with mmap I still get: > > > > noc@lowrider:~$ /opt/

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-17 Thread Tobias Oetiker
Hi Stefan, Yesterday Stefan Brandl wrote: > As far I can see, this is already implemented in 2170. yes it is ... > With mmap disabled the error is gone, > but with mmap I still get: > > noc@lowrider:~$ /opt/rrdtool-1.4.5.002170/bin/rrdtool create tester.rrd > DS:inet:GAUGE:600:0:U RRA:AVERAGE:

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-17 Thread Stefan Brandl
On Sat, Jan 15, 2011 at 01:51:49PM +0100, Tobias Oetiker wrote: > I think I found the issue ... > > try this: > > Index: rrd_resize.c > === > --- rrd_resize.c(revision 2168) > +++ rrd_resize.c(working copy) > @@ -161,

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-15 Thread Tobias Oetiker
Hi Stefan, Tuesday Stefan Brandl wrote: > On Thu, Jan 06, 2011 at 04:01:28PM +0100, Tobias Oetiker wrote: > > Hi Stefan, > > > > Dec 28 Stefan M. Brandl wrote: > > > > > On Sun, Dec 26, 2010 at 04:16:18PM +0100, Tobias Oetiker wrote: > > > > Hi Stefan, > > > > > > > > I tried to repoduce that but

Re: [rrd-users] ERROR: illegal attempt to update

2011-01-15 Thread Tobias Oetiker
Hi David, my guess is that python is not blocking for the run_cmd to complete ... and thus it is possible that the os executes the rrdtool instances 'not in order' cheers tobi Thursday David Eisner wrote: > In an effort to grok rrdtool I've written a little python script [1] > that calls rrdtoo

[rrd-users] ERROR: illegal attempt to update

2011-01-13 Thread David Eisner
In an effort to grok rrdtool I've written a little python script [1] that calls rrdtool update to generate some synthetic data. However, when I run the script, I sometimes see errors like this: $ ./rra_test.py rm test_rra.rrd rrdtool create test_rra.rrd --start 1293857700 DS:tst:GAUGE:600:0:U RRA

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-11 Thread Stefan Brandl
On Thu, Jan 06, 2011 at 04:01:28PM +0100, Tobias Oetiker wrote: > Hi Stefan, > > Dec 28 Stefan M. Brandl wrote: > > > On Sun, Dec 26, 2010 at 04:16:18PM +0100, Tobias Oetiker wrote: > > > Hi Stefan, > > > > > > I tried to repoduce that but faild .. can you please provide > > > the create line for

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-11 Thread Stefan Brandl
On Tue, Jan 11, 2011 at 04:06:07PM +0100, Stefan Brandl wrote: > On Thu, Jan 06, 2011 at 04:02:22PM +0100, Tobias Oetiker wrote: > > Hi Derek, > > > > Dec 29 Derek Simkowiak wrote: > > > > > de...@derek-laptop:~$ chmod 500 resize.rrd > > > de...@derek-laptop:~$ rrdtool resize tester3.rrd 0 GROW 2

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-11 Thread Stefan Brandl
On Thu, Jan 06, 2011 at 04:02:22PM +0100, Tobias Oetiker wrote: > Hi Derek, > > Dec 29 Derek Simkowiak wrote: > > > de...@derek-laptop:~$ chmod 500 resize.rrd > > de...@derek-laptop:~$ rrdtool resize tester3.rrd 0 GROW 29900 > > Segmentation fault > > iiks ... fixed ... there was a close on the

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-06 Thread Tobias Oetiker
Hi Stefan, Dec 30 Stefan M. Brandl wrote: > On Wed, Dec 29, 2010 at 04:34:42PM -0800, Derek Simkowiak wrote: > > I am not able to repro, but I did see a different (?) segfault bug. > > > > Hm strange. > But it seems as if I am not alone. > In http://osdir.com/ml/debian-bugs-dist/2010-07/msg

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-06 Thread Tobias Oetiker
Hi Derek, Dec 29 Derek Simkowiak wrote: > de...@derek-laptop:~$ chmod 500 resize.rrd > de...@derek-laptop:~$ rrdtool resize tester3.rrd 0 GROW 29900 > Segmentation fault iiks ... fixed ... there was a close on the filehandle that faild to open ... fix is in r2166 ... cheers tobi -- Tobi Oet

Re: [rrd-users] ERROR: attempting to write beyond end of file

2011-01-06 Thread Tobias Oetiker
Hi Stefan, Dec 28 Stefan M. Brandl wrote: > On Sun, Dec 26, 2010 at 04:16:18PM +0100, Tobias Oetiker wrote: > > Hi Stefan, > > > > I tried to repoduce that but faild .. can you please provide > > the create line for your rrd as well ... > > > > n...@lowrider:~$ > n...@lowrider:~$ rrdtool create t

Re: [rrd-users] ERROR: attempting to write beyond end of file

2010-12-29 Thread Stefan M. Brandl
On Wed, Dec 29, 2010 at 04:34:42PM -0800, Derek Simkowiak wrote: > I am not able to repro, but I did see a different (?) segfault bug. > Hm strange. But it seems as if I am not alone. In http://osdir.com/ml/debian-bugs-dist/2010-07/msg05757.html a other user has the same problem. > de...@

Re: [rrd-users] ERROR: attempting to write beyond end of file

2010-12-29 Thread Derek Simkowiak
I am not able to repro, but I did see a different (?) segfault bug. de...@derek-laptop:~$ rrdtool create tester.rrd DS:inet:GAUGE:600:0:U RRA:AVERAGE:0.5:1:600 de...@derek-laptop:~$ ls -la tester.rrd -rw-r--r-- 1 derek derek 5344 2010-12-29 16:22 tester.rrd de...@derek-laptop:~$ rrdtool resi

Re: [rrd-users] ERROR: attempting to write beyond end of file

2010-12-28 Thread Stefan M. Brandl
On Sun, Dec 26, 2010 at 04:16:18PM +0100, Tobias Oetiker wrote: > Hi Stefan, > > I tried to repoduce that but faild .. can you please provide > the create line for your rrd as well ... > n...@lowrider:~$ n...@lowrider:~$ rrdtool create tester.rrd DS:inet:GAUGE:600:0:U RRA:AVERAGE:0.5:1:600 n..

Re: [rrd-users] ERROR: attempting to write beyond end of file

2010-12-26 Thread Tobias Oetiker
Hi Stefan, I tried to repoduce that but faild .. can you please provide the create line for your rrd as well ... cheers tobi Nov 5 Stefan M. Brandl wrote: > On Fri, Nov 05, 2010 at 12:43:17PM +0100, Stefan M. Brandl wrote: > > Hi, > > if I try to resize a rrd-file twice, the second resize produ

Re: [rrd-users] ERROR: attempting to write beyond end of file

2010-11-05 Thread Stefan M. Brandl
On Fri, Nov 05, 2010 at 12:43:17PM +0100, Stefan M. Brandl wrote: > Hi, > if I try to resize a rrd-file twice, the second resize produces > an error: > Forgot to mention: rrdtool version is 1.4.4 Stefan ___ rrd-users mailing list rrd-users@lists.oeti

[rrd-users] ERROR: attempting to write beyond end of file

2010-11-05 Thread Stefan M. Brandl
Hi, if I try to resize a rrd-file twice, the second resize produces an error: n...@lowrider$ rrdtool resize adsl.rrd 3 SHRINK 4 n...@lowrider$ mv resize.rrd adsl.rrd n...@lowrider$ rrdtool resize adsl.rrd 7 SHRINK 4 ERROR: attempting to write beyond end of file The first resize works as expected,

Re: [rrd-users] Error while making "make" on RRDtool 1.4.3

2010-09-08 Thread Spacedust
I've fixed this but I got: Software error: Can't locate loadable object for module RRDs in @INC (@INC contains: /usr/local/lstat/lib/ /usr/local/lib/perl5/site_perl/5.12.0/x86_64-linux /usr/local/lib/perl5/site_perl/5.12.0 /usr/local/lib/perl5/5.12.0/x86_64-linux /usr/local/lib/perl5/5.12.0 /usr/

[rrd-users] Error while making "make" on RRDtool 1.4.3

2010-09-08 Thread Spacedust
When i type make after a second I got this: In file included from rrd_daemon.c:111: /usr/local/include/glib-2.0/glib.h:40:28: error: glib/gchecksum.h: Nie ma takiego pliku ani katalogu /usr/local/include/glib-2.0/glib.h:50:29: error: glib/ghostutils.h: Nie ma takiego pliku ani katalogu /usr/local

[rrd-users] Error trying to build rrdlib in VS2008

2010-08-22 Thread Peter McFarlane
Hi everyone, Hope this is the appropriate list for this question... I am trying to build rrdtool in Visual Studio 2008. The rrdtool version I am trying to build is 1.4.4. I have followed the steps in the file "WIN32-BUILD-TIPS.txt", up to step 4... this file seems to indicate that opening rrd.s

Re: [rrd-users] ERROR: Legend too long

2010-07-22 Thread Stefan M. Brandl
On Thu, Jul 22, 2010 at 08:58:00AM +0200, Tobias Oetiker wrote: > Hi Stefan, Hello, > > how about using two COMMENT lines ? > Oh, sometimes things are so easy. Thanks for the hint Stefan > Yesterday Stefan M. Brandl wrote: > > > Hi, > > I have the following line in my rrd-graph script:

Re: [rrd-users] ERROR: Legend too long

2010-07-21 Thread Tobias Oetiker
Hi Stefan, how about using two COMMENT lines ? cheers tobi Yesterday Stefan M. Brandl wrote: > Hi, > I have the following line in my rrd-graph script: > > COMMENT:VoIP max. avg. min. cur.Inet > max. dyn. busi.avg. dyn. busi.min. > dyn. busi.cur. dyn. busi.

[rrd-users] ERROR: Legend too long

2010-07-21 Thread Stefan M. Brandl
Hi, I have the following line in my rrd-graph script: COMMENT:VoIP max. avg. min. cur.Inet max. dyn. busi.avg. dyn. busi.min. dyn. busi.cur. dyn. busi.\n This seems to be to long as I get: ERROR: Legend too long Is there any possibility to get the line s

Re: [rrd-users] error minimum one second step

2009-08-17 Thread Marc Powell
On Jun 4, 2009, at 8:00 AM, tom__63 wrote: > The problem is that the base stay empty. In the log i found: > > 1244120115 - ERROR while updating /var/lib/centreon/status/ > 14.rrd at > $ -> 100 : /var/lib/centreon/status/14.rrd: illegal attempt to > update > using time 0 when last upd

[rrd-users] error minimum one second step

2009-08-16 Thread tom__63
Hi, I am using nagios + centreon in order to supervise the network of my company. Centreon uses RRDTOOL to create graphs. So I have a process (centstorage) that read my data information into a mysql base and should update the RRD base to generate the graphs. The problem is that the base stay em

Re: [rrd-users] Error in database?

2009-03-05 Thread Karl Fischer
Tobias Oetiker wrote: > Hi Karl, > > note that rrdtool use unix time todo all its time based > calculations, if you create a database that ventures out of the > unix time stamp range all sorts of interesting corner cases are > bound to be touched ... > > cheers > tobi sure Tobi, this is what I

Re: [rrd-users] Error in database?

2009-03-05 Thread Mats Gustafsson
That definitely makes sense. I have taken backups of my old databases and if it looks like resize did not work I will go for your proposal. So far I have, with drraw, looked at graphs presenting data being 2 years old as well as data from today and both looks ok. Many thanks for your kind support

Re: [rrd-users] Error in database?

2009-03-05 Thread Tobias Oetiker
Hi Karl, note that rrdtool use unix time todo all its time based calculations, if you create a database that ventures out of the unix time stamp range all sorts of interesting corner cases are bound to be touched ... cheers tobi Today Karl Fischer wrote: > Mats Gustafsson wrote: > >> > >> rrd

Re: [rrd-users] Error in database?

2009-03-05 Thread Karl Fischer
Mats Gustafsson wrote: >> >> rrdtool dump measure10.rrd \ >> | pcregrep -v '' > new >> rrdtool restore new new.rrd >> >> did work for me - YMMV >> >> hth >> >> - Karl >> > Hi Karl, > > before I received your proposal I tried to shrink the databases using > rrdtool resize. This seems to work just fi

Re: [rrd-users] Error in database?

2009-03-05 Thread Mats Gustafsson
Karl Fischer wrote: > Mats Gustafsson wrote: >> Karl, I think you are right :-) >> I have been investigating this problem for over one month now, so I can >> tell you that your help is really appreciated :-) >> >> I just tried with three databases: one that is 30 years long, one that >> is 20 row

Re: [rrd-users] Error in database?

2009-03-05 Thread Karl Fischer
Mats Gustafsson wrote: > Karl, I think you are right :-) > I have been investigating this problem for over one month now, so I can > tell you that your help is really appreciated :-) > > I just tried with three databases: one that is 30 years long, one that > is 20 rows long and one that is 50 yea

Re: [rrd-users] Error in database?

2009-03-05 Thread Mats Gustafsson
Karl, I think you are right :-) I have been investigating this problem for over one month now, so I can tell you that your help is really appreciated :-) I just tried with three databases: one that is 30 years long, one that is 20 rows long and one that is 50 years long. And in accordance with you

Re: [rrd-users] Error in database?

2009-03-05 Thread Karl Fischer
Mats Gustafsson wrote: > I created two databases which are identical but have different number of > rows, i.e. it is only the number of rows in RRA:AVERAGE that differs. I > then fed them with identical data at identical timestamps, but when I > try to read their AVERAGE values I can only fetch dat

[rrd-users] Error in database?

2009-03-05 Thread Mats Gustafsson
I created two databases which are identical but have different number of rows, i.e. it is only the number of rows in RRA:AVERAGE that differs. I then fed them with identical data at identical timestamps, but when I try to read their AVERAGE values I can only fetch data from one of them. I just don'

[rrd-users] error configuring rrdtool and MRTG

2009-01-11 Thread Shikhar Sachan
Hello Users, I am new to RRD and have a slight problem. I have searched the archives but couldn't find anything. Actually the error my broweer shows is Error: RRDs::graph failed, opening '/var/www/mrtg/localhost_eth0.rrd': No such file or directory Also there are no .rrd files in my /var/www/mr

[rrd-users] ERROR: mmaping file

2008-12-29 Thread dikshie
Hi, i just found this morning that my rrdtool does not work anymore: %rrdtool/work/rrdtool-1.3.5/src/rrdtool dump udl.rrd ERROR: mmaping file 'udl.rrd': Cannot allocate memory udl.rrd size is about 2GBytes this is on FreeBSD-7.1-PRERELEASE i386. with rrdtool-1.3.5. any ideas? regards, -diksh

[rrd-users] error whilst trying to install rrdtool

2008-12-08 Thread colinc
Hi, I get the following error when trying to install rrdtool. everything looks like it is working now, all libraries seem to install after I ran a yum update Prep for Building Language Bindings checking for perl... /usr/bin/perl checking for pod2man... /usr/bin/pod2man checking for pod2html...

Re: [rrd-users] ERROR: Not a valid vname | solved

2008-11-15 Thread Bachman Kharazmi
I found a typo in my scripting after a good while, sorry about that. /B On Sat, Nov 15, 2008 at 8:20 PM, Bachman Kharazmi <[EMAIL PROTECTED]> wrote: > Hi > I get an error when I do rrdtool graph like: "ERROR: Not a valid > vname: rmin in line GPRINT:rmin:Min %6.0lf" even when the variable > rmin

[rrd-users] ERROR: Not a valid vname

2008-11-15 Thread Bachman Kharazmi
Hi I get an error when I do rrdtool graph like: "ERROR: Not a valid vname: rmin in line GPRINT:rmin:Min %6.0lf" even when the variable rmin is defined. I'm out of ideas about why it complains. System is etchnhalf (2.6.24) and RRDtool 1.2.15. create: rrdtool create /home/bachman/dev/rrdscript/data

[rrd-users] ERROR: Not a valid vname

2008-11-15 Thread Bachman Kharazmi
Hi I get an error when I do rrdtool graph like: "ERROR: Not a valid vname: rmin in line GPRINT:rmin:Min %6.0lf" even when the variable rmin is defined. I'm out of ideas about why it complains. System is etchnhalf (2.6.24) and RRDtool 1.2.15. create: rrdtool create /home/bachman/dev/rrdscript/data

Re: [rrd-users] ERROR: not a simple integer:

2008-04-02 Thread Andreas Maus
On Wed, Apr 02, 2008 at 08:53:32PM +1100, [EMAIL PROTECTED] wrote: > Hello, Hi. > I would like to ask for some assistance. I am trying log bandwidth > data from a cisco device with rrdtool. > > I can get data from snmpget at the command line: > > [EMAIL PROTECTED] ~]# snmpget -c public -v 1 -Oq

[rrd-users] ERROR: not a simple integer:

2008-04-02 Thread [EMAIL PROTECTED]
Hello, I would like to ask for some assistance. I am trying log bandwidth data from a cisco device with rrdtool. I can get data from snmpget at the command line: [EMAIL PROTECTED] ~]# snmpget -c public -v 1 -Oqv 192.168.1.1 ifInOctets. 12767494300 The database was created as follows: [EMAIL P

[rrd-users] error compiling rrdtool 1.2.27 under RHEL3

2008-02-18 Thread xuejun wang
maybe it's due to my a little obsolete redhat box, there happened too many compiling errors when installing Cacti system under RHEL 3. I've overcome some, but this one I really need help. below is the detail error messages when I tried to compile rrdtool-1.2.27 source code onto my redhat system; g

[rrd-users] Error with Mrtg & rrdtool

2008-02-11 Thread Edjé
Hello, I want to view regularly statistics of traffic on our network. I'm told that mrtg with rrdtool is a best tool for that purpose. But when i configured mrtg on my Fedora Core 4 it works well. But now i install rrdtool from tarzip's file: 1.2.26's version. the version of mrtg is: mrtg-2.11.1-3

[rrd-users] ERROR: unknown freetype pixel mode: 0

2007-10-25 Thread Salatiel Filho
I just cross-compiled a static version with gcc soft-float to run on my arm box , the compilation was successfully but when i try to graph on the target box i get: # ./rrdtool graph /tmp/a.png --imgformat=PNG --start=-86400 --end=-300 --title="LSPRO - Fan Speed" --base=1000 --height=120 --width=50

Re: [rrd-users] error experienced while installing rrdtool 1.3 beta

2007-09-10 Thread Andreas Maus
On Mon, Sep 10, 2007 at 08:08:32PM +0530, Sattish Vaasudevan wrote: > Dear Sir, Hi. > Herewith i attached the error prompted while installing rrdtool 1.3 beta At first, rrdtool 1.3 is _BETA_ so I guess it is not a good advice to use this version in a production environment! > Platform : RedHAt L

[rrd-users] error experienced while installing rrdtool 1.3 beta

2007-09-10 Thread Sattish Vaasudevan
Dear Sir, Herewith i attached the error prompted while installing rrdtool 1.3 beta Platform : RedHAt Linux Rel 3 Find 3rd-Party Libraries checking for cairo_font_options_create in -lcairo... yes checking cairo.h usability... no checking cairo.h presence... no checking for cairo.h... no ch

Re: [rrd-users] ERROR: Garbage ':27:36 2007 ' after command:COMMENT:Thu Aug 9 16:27:36 2007

2007-08-13 Thread Bitsch, Bernhard
gland, Stuart Gesendet: Donnerstag, 9. August 2007 17:39 An: rrd-users@lists.oetiker.ch Betreff: [rrd-users] ERROR: Garbage ':27:36 2007 ' after command:COMMENT:Thu Aug 9 16:27:36 2007 Hi, I am trying to use LARRD a plugin to Big Brother system monitor from Quest but I keep running into bro

Re: [rrd-users] Error with crating graphs

2007-08-13 Thread Alex van den Bogaerdt
On Mon, Aug 13, 2007 at 01:03:34PM -0400, Franche, Julien wrote: > RRDTool Says: > > ERROR: opening > 'C:/Inetpub/wwwroot/cacti/rra/voip_switche01_traffic_in_185.rrd': No > such file or directory Does c:\Inetpub exist? Does c:\Inetpub\wwwroot exist? and so on? Are the file and directory permissi

[rrd-users] Error with crating graphs

2007-08-13 Thread Franche, Julien
I'm at a stand still can somebody give me a clue on what to do? This is the error that I get. I'm wondering why this file was not created. RRDTool Command: c:/rrdtool/rrdtool.exe graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="VoIP switche01 - Traffic" \ --rigid \ --base=1000

Re: [rrd-users] ERROR: Garbage ':27:36 2007 ' after command:COMMENT:Thu Aug 9 16:27:36 2007

2007-08-09 Thread England, Stuart
the following line just BEFORE the above code. $date =~ s/:/\\:/g; From: Bitsch, Bernhard [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 18:21 To: England, Stuart; rrd-users@lists.oetiker.ch Subject: AW: [rrd-users] ERROR: Garbage ':27:36 2007 ' after command:COMMENT:Thu Aug

[rrd-users] ERROR: Garbage ':27:36 2007 ' after command: COMMENT:Thu Aug 9 16:27:36 2007

2007-08-09 Thread England, Stuart
Hi, I am trying to use LARRD a plugin to Big Brother system monitor from Quest but I keep running into broken image links which when click on give the following error message ERROR: Garbage ':27:36 2007 ' after command: COMMENT:Thu Aug 9 16:27:36 2007 I have searched for a solution to this

[rrd-users] ERROR: Unknown CF 'FIRST'

2007-03-16 Thread Morten Bjørnsvik
Hi We have MAX,MIN,AVERAGE and LAST Why aren't there a FIRST? I have a dynamic period and like to see the change over the displayed period: VDEF:Dfirst=data,FIRST VDEF:Dlast=data,LAST CDEF:Dchange=Dlast,Dfirst,- I can fetch the data via a 'rrdtool fetch data.rrd -s epoc -e epoc' I already have

Re: [rrd-users] Error when generating graph

2007-03-14 Thread b2b
On Wed, 14 Mar 2007, Micah Gersten wrote: > I get the following error when I generate a graph using the RRDs library > in perl. Does anyone know how to fix this? > > problem generating the graph: 'SCALAR' is not a valid function name You might want to post some code, so people can investigate wh

[rrd-users] Error when generating graph

2007-03-14 Thread Micah Gersten
I get the following error when I generate a graph using the RRDs library in perl. Does anyone know how to fix this? problem generating the graph: 'SCALAR' is not a valid function name Thank you, Micah ___ rrd-users mailing list rrd-users@lists.oetike

[rrd-users] ERROR: not a simple integer: '1.28492261154E+012'

2007-03-13 Thread Uwe . us . Schreiber
hi everybody, i'am monitoring the port-traffic of multiple McData ED6140 SAN-Directors using Cacti and RRDTool 1.2.15 on a Windows 2003 server . i'am using the pre-compiled version of RRDTool from http://oss.oetiker.ch/rrdtool/pub/ subsequently i'am receiving messages like "ERROR: not a simple

[rrd-users] ERROR: expected 2 data source readings (got 1) from N::...

2006-12-13 Thread Vaneet Sharma
Hello all, I am using rrdtool to generate reports. I collect information via SAR. I used an open source product called novel cool solutions. ( monitoring linux ) ( http://www.novell.com/coolsolutions/tools/15964.html ) The graphs are generating well but i get this in my errror_log ERROR: expect

[rrd-users] error while loading shared libraries: librrd.so.2

2006-07-18 Thread Toney Samuel
Hi, I have installed rrdtool-1.2.13 as specified in the doc file rrdbuild. I am also installed ganglia monitoring tool 3.0.3-1 and ganglia-web-3.0.3-1. The problem which i am facing is i am not able to graph in my ganglia web page. the apache error which i am getting is [client 127.0.0.1] PHP Fat

[rrd-users] Error code 1?

2006-04-07 Thread Jon
Hi all, I've been working on this for couple of hours and not getting anywhere. Trying to install rrdtools on a new machine running FreeBSD 6.0 while configure runs just fine but when I make it gave me an error and I'm not sure what it means. ERROR: creating rrdtool gcc -DHAVE_CONFIG_H -I. -I. -

[rrd-users] Error: "to float not complete:tail"

2006-01-05 Thread McCann, Brian
I'm trying to make an RRD to track the status codes of web hits. When I try to update the RRD, I get this error, which I can't make any sense out of. ' to float not complete: tail ' I've tried Googling for it, but didn't get very far. Here's my RRD definition: rrdtool create /usr/local/www/dat

[rrd-users] Error When Running MRTG with RRD on Windows

2005-12-26 Thread Shailesh_A
Hi All , Can anyone please help me in the Following Issue? I am trying to run MRTG with RRD but i am getting the following error. C:\Imran\Shailesh\MRTG\mrtg-2.11.1\bin>perl mrtg server.cfg Can't locate loadable object for module RRDs in @INC (@INC contains: C:\Imran\software\RRD Tool_New\ C:/Im

[rrd-users] error trying to convert mrtg to use rrtdtool

2005-12-21 Thread John Oesterle
Hi all... I have been playing with rrdtool for a week now. I went threw the tutorial and the overview. I understand how it works and what it can do for me. I currently have a working and in production MRTG installation (that I use to get SNMP information). I have followed the HowTo on the mrtg

[rrd-users] error building 1.2.11 in Darwin 8/MacOSX 10.4.x

2005-10-23 Thread D . Walsh
installed libart-2.0 with a prefix of /usr/local. installed zlib, libpng and freetype2 with prefix of /usr/local. attempt to build rrdtool-1.2.11 with prefix of /usr/local/rrdtool-1.2.11 actual configure command: ./configure --prefix=/usr/local/rrdtool-1.2.11 --mandir=/usr/local/ man --disable-

[rrd-users] error message

2005-10-20 Thread Olivier Kabukala
Hi, When I try to use RRD on a Windows xp machine using perl language, I got this message "can't locate RRDs.pm @inc", can anyone help ? Thx -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdminhttp://lists.ee.ethz.c

[rrd-users] Error: Different results for same data values.

2005-08-19 Thread Christian Volkmann
Due to another thread here I detected a strange graph for the same values. The script below should feeds the same values for UNEXPECTED and STRANGE in test.rrd and test2.rrd. test.rrd just contains a second data which is feed in parallel. I see a different graph for "UNEXPECTED" and "STRANGE" in

[rrd-users] Error running mrtg.cfg with rrdtool

2005-08-18 Thread Evan Platt
running mrtg with rrdtool, I get the below error. The rrd file hasn't been created, and the directory (for the time being) has full rwx permissions.. What am I missing? *** malloc[21073]: error for object 0x600230: Double free ERROR: Can only restore version >= 2 (Not 0001). Dump your old rrd u

[rrd-users] Error - ERROR: expected 2 data source readings (got 1) from a:a:...

2005-07-12 Thread learnrrd tool
Hi, I have written a very simple C program which will feed random data to the RRD tool for graphing. But, I am getting the error ERROR: expected 2 data source readings (got 1) from a:a:... My Create command is : system("rrdtool create test_data.rrd --step 3 DS:a:GAUGE:600:0:U DS:b:GAUGE:60

[rrd-users] ERROR: error mmapping file <>

2005-06-03 Thread Sato, Steven J
All, this is a total newb question but after I set up the tool and started with the tutorials I ran into this problem. rrdtool create test.rrd - successful rrdtool update test.rrd - error mmapping file I have reread the tutorials and searched the archives for any information on this. I have

[rrd-users] error RRDS:Graph failed to write file Permission denied

2005-04-25 Thread Vial, Sylvain
Hi all. I would like to write the graph generated by CUGrapher.pl (FlowScan) in an output file in order to display it on a website. But the perl script returns (in a label included in the graph) : graph failed (Opening '/home/vials/img.png' for write : Permission denied). I'm a rookie with th

[rrd-users] ERROR: not a simple integer: ' 322'

2004-08-08 Thread Espen Kristensen
Hi! I'm trying to store snmp data from a cable modem to a rrd file. To get and store the data I use this command: rrdupdate snrsnmp.rrd N:\ `snmpget -v 1 -c public -Oqv 192.168.5.20 .1.3.6.1.2.1.10.127.1.1.4.1.5.3` And then I get this error: [EMAIL PROTECTED] rrd]# rrdupdate snrsnmp.rrd N:\ `sn

[rrd-users] Error when upgrading from rateup to rrdtool

2004-06-25 Thread Hobgood, Frankie
I am in the process of converting from rateup to rrdtool. I have been using rateup with mrtg for several years without any problem. I am running it on a Windows XP Pro system, mrtg version 2.9.29, rrdtool version 1.0.48. Now when I run the MRTG instance (perl mrtg xxx.cfg), I get the following e

[rrd-users] Error while compiling RRDtool

2004-03-23 Thread Matt
Hello All, I have been trying to compile RRDtool and been getting the following error. I have /usr/ccs/bin in my PATH but I yet keep on getting this error. I am using GNU make and gcc with perl 5.6.1. Any help would be greatly appreciated. Making all in cgilib-0.4 make[2]: Entering directory

[rrd-users] ERROR: could not lock RRD

2004-01-21 Thread Laghate, Prasanna
Just starting to try out rrdtool. Had some questions regarding it: 1. Why does this work? bash-2.05b$ rrdtool create mem.rrd --start 1074477204 --step 86400 DS:mem:GAUGE:86400:U:U RRA:AVERAGE:0.5:1:7 bash-2.05b$ rrdtool update mem.rrd 1074563604:169.877 1074650004:172.343 1074736404:170.233 bash-2

  1   2   >