> 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
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
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
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
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
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
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
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
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
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://
> /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
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
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
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
> >
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
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
___
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
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 ).
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
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
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
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
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
===
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
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
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,
> >
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/
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:
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,
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
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
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
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
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
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
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
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
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
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...@
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
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..
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
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
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,
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/
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
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
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:
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.
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
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
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
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
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
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
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
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
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
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
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
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'
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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. -
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
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
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
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-
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
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
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
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
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
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
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
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
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
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 - 100 of 127 matches
Mail list logo