[Lunar-commits] CVS: moonbase/utils/rrdtool BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Tue Feb 17 16:37:36 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/rrdtool
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22741/rrdtool

Added Files:
	BUILD DETAILS 
Log Message:
Adding rrdtool


--- NEW FILE: BUILD ---
(

  sedit "s:(prefix)/html:(prefix)/share/doc/$MODULE/html:g" */Makefile.in Makefile.in &&
  sedit "s:(prefix)/examples:(prefix)/share/doc/$MODULE/examples:g" */Makefile.in Makefile.in &&
  sedit "s:(prefix)/contrib:(prefix)/share/doc/$MODULE/contrib:g" */Makefile.in Makefile.in */*/Makefile.in &&
  sedit "s:(prefix)/doc:(prefix)/share/doc/$MODULE/doc:g" */Makefile.in Makefile.in &&
  OPTS="$OPTS --enable-local-libpng --enable-local-zlib --enable-static --enable-shared"
  default_build

  default_make

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=rrdtool
         VERSION=1.0.46
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://people.ee.ethz.ch/~oetiker/webtools/$MODULE/pub/$SOURCE
      SOURCE_VFY=md5:718676770c06b25d1471cec1e4f0bbdc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://www.$MODULE.com/
         ENTERED=20040217
         UPDATED=20040217
           SHORT="A graphing library"
cat << EOF
If you know MRTG, you can think of RRDtool as a reimplementation of MRTGs
graphing and logging features. Magnitudes faster and more flexible than
you ever thought possible

RRD is the Acronym for Round Robin Database. RRD is a system to store
and display time-series data (i.e. network bandwidth, machine-room
temperature, server load average). It stores the data in a very compact
way that will not expand over time, and it presents useful graphs by
processing the data to enforce a certain data density. It can be used either
via simple wrapper scripts (from shell or Perl) or via frontends that
poll network devices and put a friendly user interface on it.
EOF



More information about the Lunar-commits mailing list