Re: [rrd-users] Splitting database and graphing functionality

2012-06-01 Thread Tobias Oetiker
t without graphing library dependencies. cheers tobi > Thanks > > Duncan Innes | Linux Architect | Virgin Money | +44 1603 215476 | +44 7801 > 134507 | duncan.in...@virginmoney.com > > > > From: Tobias Oetiker > To: rrd-users@lists.oetiker.ch, > Date: 31/05/2012 22:1

Re: [rrd-users] Splitting database and graphing functionality

2012-06-01 Thread Duncan . Innes
76 | +44 7801 134507 | duncan.in...@virginmoney.com From: Tobias Oetiker To: rrd-users@lists.oetiker.ch, Date: 31/05/2012 22:10 Subject: Re: [rrd-users] Splitting database and graphing functionality Sent by: rrd-users-bounces+duncan.innes=virginmoney@lists.oet

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Tobias Oetiker
Folks, what about the ./configure --disable-rrd_graph option ? cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900 ___ rrd-users mailing list rrd-u

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Douglas Leith
> It goes without saying that Perl is a no-no as well. That's curious. Could you expand on this ? ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Sven-Göran Bergh
Hi, >Från: "duncan.in...@virginmoney.com" >Till: rrd-users@lists.oetiker.ch >Skickat: torsdag, 31 maj 2012 11:11 >Ämne: [rrd-users] Splitting database and graphing functionality > > >Hi, > >I've been using rrdtool for a number of years now, but have recently had it come under the spotlight f

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Douglas Leith
> Have you looked at using rrdcached ? > I'm not sure, but I think it may allow you to avoid installing all > the graphing stuff on everything. On Debian at least, rrdcached dependencies seem to include cairo, pango etc etc. See: http://packages.debian.org/squeeze/rrdcached ___

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Simon Hobson
duncan.in...@virginmoney.com wrote: >To this end, I have been asked why we need to be installing a bunch >of graphics, font and rendering packages on all our servers when all >we're looking to do is record data in RRD's most of the time. Bottom posting and excess text clipped ... Have you look

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Douglas Leith
> Is this a Perl implementation of code that is already written in C? Which > rrdtool code base is it based on? Its based on rrdtool 1.4.5. > I have used the rrdtool-perl packages in the past so it would appear to be a > good fit. I can't add CPAN modules to my builds, however, unless they co

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Duncan . Innes
d Hat packages. Duncan From: Douglas Leith To: duncan.in...@virginmoney.com, Cc: rrd-users@lists.oetiker.ch Date: 31/05/2012 10:15 Subject: Re: [rrd-users] Splitting database and graphing functionality Sent by: rrd-users-bounces+duncan.innes=virginmoney@lists.oetik

Re: [rrd-users] Splitting database and graphing functionality

2012-05-31 Thread Douglas Leith
Duncan, > Does this sound realistic? Achievable? Worthwhile? All of the above. And there's already a perl implementation of the backend database updating functionality (no extra packages needed, beyond a basic perl install), see http://search.cpan.org/dist/RRD-Editor/. Doug