[rrd-users] NaN question

2001-03-20 Thread Alejandro Sanchez
Hi all!! I´m new with this and I have a doubt. For example, I created a database and I want to update it with 5 snmp values where 1 of each takes ´NaN´. Then when I take the average of those 5 values (really it has 4 values and 1 NaN) Is the NaN consider as a value? or it isn´t

[rrd-users] Out of Bounds!

2001-03-20 Thread Dan McGinn-Combs
I have an application running which shows the amount of seconds it takes for mail to arrive. The problem is that over the weekend, there was a glitch in our DNS/MX records and the darned thing took over 20K seconds to deliver some mail. I know that because the application worked (whoopie!). My

[rrd-users] Re: Out of Bounds!

2001-03-20 Thread David Sawyer
My question is that now, I have a number of spikes and the rest of the graph is hidden from view. So the only thing my management is going to be able to focus on is the one weekend mistake, not the 360 days of delivery in 20 seconds or less. Any way to tell RRDTool to not show things

[rrd-users] Re: Out of Bounds!

2001-03-20 Thread Jon Vander Hill
Dan, I've not done this yet, but I believe you can run rrdtune to set min/max values per ds. Then you can run rrddump/rrdrestore in such as way as to eliminate the outliers. At 09:49 AM 3/19/2001 -0500, you wrote: I have an application running which shows the amount of seconds it takes for

[rrd-users] Re: Out of Bounds!

2001-03-20 Thread JTuite
I think you can use killspike to clean up an rrd. /usr/local/rrdtool-1.0.21/contrib/killspike -Original Message- From: Dan McGinn-Combs [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2001 14:50 To: RRD users Subject: [rrd-users] Out of Bounds! I have an application running which

[rrd-users] solaris compile problem

2001-03-20 Thread john taber
I'm getting the following problem compiling the rrdtool on solaris 8 with gcc version 2.95.3 and rrdtool 1.0.33. /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing- prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -o

[rrd-users] Confirmation - no RRDs::dump/restore?

2001-03-20 Thread Clifton Royston
I just wanted to confirm with the authorities that the man pages with my distribution are correct - the RRDs:: perl interface does not include dump/restore? Is this still true as of the latest RRD distro, since I'm a little behind? I was in the process of writing a utility to range-check

[rrd-users] Fw: solaris compile problem

2001-03-20 Thread john taber
I'm getting the following problem compiling the rrdtool on solaris 2.6 with gcc version 2.95.3 and rrdtool 1.0.33. ue450-5:root:82:rrdtool-1.0.33:% make site-perl-install cd perl-piped /usr/local/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for RRDp cd

[rrd-users] RRDs.pm fetch bug?

2001-03-20 Thread Jon Rust
I can do this with no problem on the command line: rrdtool fetch file.rrd AVERAGE -s -2678400s -e -86400s However, when I try to do the same in perl using RRDs I get an error. The code snippet is: my $rrdfetchstring = -s -$starttime . s -e -$endtime . s; print $rrdfetchstring\n; my

[rrd-users] Re: RRDs.pm fetch bug?

2001-03-20 Thread Jon Rust
On Tue, Mar 20, 2001 at 12:53:06PM -0800, Jon Rust wrote: my ($start,$step,$names,$data) = RRDs::fetch (file.rrd, AVERAGE,-s -2678400s -e -86400s); die ERROR with RRDs::fetch: $ERR\n if $ERR; and the result is: ERROR with RRDs::fetch: start time: There should be number

[rrd-users] Re: RRDs.pm fetch bug?

2001-03-20 Thread Jon Rust
red faced, smacking forehead I finally grew a brain and saw the problem. Arguments need to be separated, not all together in one set of double-quotes. I'll handle the self-larting. jon -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive

[rrd-users] Re: Fw: solaris compile problem

2001-03-20 Thread Tobias Oetiker
Today john taber wrote: | | I'm getting the following problem compiling the rrdtool on solaris 2.6 with | gcc version 2.95.3 and rrdtool 1.0.33. | | | ue450-5:root:82:rrdtool-1.0.33:% make site-perl-install I assume you have NOT run make install yet ... tobi | cd perl-piped

[rrd-users] RRD Tool Compile prob on solaris 2.6

2001-03-20 Thread john taber
Can anyone help with the problem below??? /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing- prototypes -Wmissing-declarations -Wnested-externs -Winline -fPIC -o rrdupdate rrdupdate.o librrd.la -lm gcc -g -O2 -Wall -pedantic -Wshadow

[rrd-users] Problems

2001-03-20 Thread John
Hey all... I've just tried compiling rdd on a Linux machine. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) perl, version 5.005_03 built for i386-linux I get so many compile errors even though it compiles and installs. Am wondering if this is common and should be forgotten, or if

[rrd-users] Re: Problems

2001-03-20 Thread Andreas Maus
John wrote: Hey all... I've just tried compiling rdd on a Linux machine. hi john. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) perl, version 5.005_03 built for i386-linux I get so many compile errors even though it compiles and installs. Nope. There are no errors, only