[rrd-users] Cannot find installed libs for compile on MacOSX

2008-02-20 Thread David Pratt
Hi. I am compiling rrdtool for my ppc mac. I have reviewed both the bsdport and macport to evaluate compile options. My configuration is as follows. I did not want the perl web site so removed perl and cgi: --prefix=/opt/local --disable-perl --disable-ruby

Re: [rrd-users] print a variable in the COMMENT field?

2008-02-20 Thread Matthew Tice
On Feb 20, 2008 10:56 AM, Alex van den Bogaerdt <[EMAIL PROTECTED]> wrote: > On Wed, Feb 20, 2008 at 08:36:00AM -0700, Matthew Tice wrote: > > Hello, I'm wondering if it is possible to print a variable in the > COMMENT: > > field. I have a setup like this: > >TITLE Freezer Temperature > >

Re: [rrd-users] print a variable in the COMMENT field?

2008-02-20 Thread Alex van den Bogaerdt
On Wed, Feb 20, 2008 at 08:36:00AM -0700, Matthew Tice wrote: > Hello, I'm wondering if it is possible to print a variable in the COMMENT: > field. I have a setup like this: >TITLE Freezer Temperature >YAXIS Degrees Kelvin >DEF:tl=freezer.rrd:freezerf:AVERAGE >CDEF:

Re: [rrd-users] Segfault on rrdtool restore...

2008-02-20 Thread Alex van den Bogaerdt
On Wed, Feb 20, 2008 at 01:05:03PM +0100, Terje Bless wrote: > > First things first: > > Does it work when you do not make any change on the XML file? > > Yeah. It's definitely my input that's killing it, and it's most likely > that I've made a braino in there somewhere. OK, I had to ask because

[rrd-users] print a variable in the COMMENT field?

2008-02-20 Thread Matthew Tice
Hello, I'm wondering if it is possible to print a variable in the COMMENT: field. I have a setup like this: TITLE Freezer Temperature YAXIS Degrees Kelvin DEF:tl=freezer.rrd:freezerf:AVERAGE CDEF:k2c=tl,273.15,- AREA:[EMAIL PROTECTED]@:Temperature COMMENT:

Re: [rrd-users] Segfault on rrdtool restore...

2008-02-20 Thread Terje Bless
> First things first: > Does it work when you do not make any change on the XML file? Yeah. It's definitely my input that's killing it, and it's most likely that I've made a braino in there somewhere. ___ rrd-users mailing list rrd-users@lists.oetiker.c

Re: [rrd-users] Subtraction and NaN values

2008-02-20 Thread Alex van den Bogaerdt
On Tue, Feb 19, 2008 at 01:35:37PM -0300, Eduardo Bragatto wrote: > CDEF:memBuffer=UNKN,DSmemBuffer,EQ,DSmemBuffer,0,IF > > I was expecting memBuffer to have 0 or the value from DSmemBuffer if > it's not NaN. > > Does anybody knows what I'm doing wrong? First of all you are trying to get eit

Re: [rrd-users] Segfault on rrdtool restore...

2008-02-20 Thread Alex van den Bogaerdt
On Wed, Feb 20, 2008 at 09:31:58AM +0100, Terje Bless wrote: > I'm trying to add a datasource to an RRD file by dumping, editing the > XML, and restoring, but I'm getting a segfault on 'rrdtool restore' of > the modified XML file. Any suggestions on how to debug this? I'm sure > my input is bad so

Re: [rrd-users] rrdtool & NSLU2

2008-02-20 Thread Sysadmin
Unfortunately, I use Debian. I found that graphs are slow if I choose to add GPRINT for Max, Min, Average. Is there any way to speed the GPRINT calculations ? best regards, Rob Conway a écrit : > Running NSLU2 with unslung would create about 10 graphs of about the same > size as yours within 1

Re: [rrd-users] Subtraction and NaN values

2008-02-20 Thread Fabien Wernli
On Tue, Feb 19, 2008 at 01:35:37PM -0300, Eduardo Bragatto wrote: > CDEF:memBuffer=UNKN,DSmemBuffer,EQ,DSmemBuffer,0,IF > > I was expecting memBuffer to have 0 or the value from DSmemBuffer if > it's not NaN. did you try "U" or "NAN" instead? can't remember the syntax either __

[rrd-users] Segfault on rrdtool restore...

2008-02-20 Thread Terje Bless
Hi all, I'm trying to add a datasource to an RRD file by dumping, editing the XML, and restoring, but I'm getting a segfault on 'rrdtool restore' of the modified XML file. Any suggestions on how to debug this? I'm sure my input is bad somehow, but my visual inspection doesn't shed any light. Spec