Changeset 1955

Show
Ignore:
Timestamp:
08/11/03 10:47:15 (5 years ago)
Author:
khali
Message:

Update rrdtool URI.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/rrd/README

    r1724 r1955  
    77The RRD (Round Robin Database) package is REQUIRED. 
    88Get this package from 
    9          http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool 
     9         http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
    1010 
    1111A web server with CGI support is required. 
  • lm-sensors/trunk/prog/rrd/sens_day.in

    r1061 r1955  
    222222the data are stored in a Round Robin Database and 
    223223the graphs are generated by 
    224 <a href="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/"> 
     224<a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/"> 
    225225RRD</a>. 
    226226 
  • lm-sensors/trunk/prog/rrd/sens_week.in

    r1061 r1955  
    222222the data are stored in a Round Robin Database and 
    223223the graphs are generated by 
    224 <a href="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/"> 
     224<a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/"> 
    225225RRD</a>. 
    226226 
  • lm-sensors/trunk/prog/rrd/summ_week.in

    r1368 r1955  
    9494the data are stored in a Round Robin Database and 
    9595the graphs are generated by 
    96 <a href="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/"> 
     96<a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/"> 
    9797RRD</a>. 
    9898 
  • lm-sensors/trunk/prog/sensord/Module.mk

    r1822 r1955  
    1818# The round robin database (RRD) development headers and libraries are 
    1919# REQUIRED. Get this package from: 
    20 #   http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool 
     20#   http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
    2121 
    2222# Note that MODULE_DIR (the directory in which this file resides) is a 
  • lm-sensors/trunk/prog/sensord/README

    r1359 r1955  
    77The RRD (Round Robin Database) development headers and libraries are 
    88REQUIRED. Get this package from: 
    9   http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool 
     9  http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
  • lm-sensors/trunk/prog/sensord/rrd.c

    r1920 r1955  
    2525 *  
    2626 * Get this package from: 
    27  *   http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool 
     27 *   http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
    2828 * 
    2929 * For compilation you need the development libraries;