source: freewrt/package/rrdtool1/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 3.3 KB
Line 
1config FWRT_COMPILE_RRDTOOL1
2 prompt "rrdtool1.......................... Round Robin Database (RRD) tools (v1.0.x)"
3 tristate
4 default m if CONFIG_DEVEL
5
6config FWRT_PACKAGE_LIBRRD1
7 prompt "librrd1......................... Round Robin Database (RRD) management library (v1.0.x)"
8 tristate
9 default m if CONFIG_DEVEL
10 depends FWRT_COMPILE_RRDTOOL1
11 select FWRT_PACKAGE_ZLIB
12 help
13 RRD is the Acronym for Round Robin Database. RRD is a system to store and
14 display time-series data (i.e. network bandwidth, machine-room temperature,
15 server load average). It stores the data in a very compact way that will
16 not expand over time, and it presents useful graphs by processing the data
17 to enforce a certain data density. It can be used either via simple wrapper
18 scripts (from shell or Perl) or via frontends that poll network devices and
19 put friendly user interface on it.
20
21 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
22
23 This package contains command line tools used to manage RRDs.
24
25 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
26 librrd.so. The library is much smaller compared to the 1.2.x version with
27 separate dynamic linked libraries.
28
29config FWRT_PACKAGE_RRDCGI1
30 prompt "rrdcgi1......................... Round Robin Database (RRD) CGI graphing tool (v1.0.x)"
31 tristate
32 default m if CONFIG_DEVEL
33 depends FWRT_COMPILE_RRDTOOL1
34 select FWRT_PACKAGE_LIBRRD1
35 help
36 RRD is the Acronym for Round Robin Database. RRD is a system to store and
37 display time-series data (i.e. network bandwidth, machine-room temperature,
38 server load average). It stores the data in a very compact way that will
39 not expand over time, and it presents useful graphs by processing the data
40 to enforce a certain data density. It can be used either via simple wrapper
41 scripts (from shell or Perl) or via frontends that poll network devices and
42 put friendly user interface on it.
43
44 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
45
46 This package contains the rrdcgi tool used to create web pages containing
47 RRD graphs based on templates.
48
49 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
50 librrd.so. The library is much smaller compared to the 1.2.x version with
51 separate dynamic linked libraries.
52
53config FWRT_PACKAGE_RRDTOOL1
54 prompt "rrdtool1........................ Round Robin Database (RRD) management tools (v1.0.x)"
55 tristate
56 default m if CONFIG_DEVEL
57 depends FWRT_COMPILE_RRDTOOL1
58 select FWRT_PACKAGE_LIBRRD1
59 help
60 RRD is the Acronym for Round Robin Database. RRD is a system to store and
61 display time-series data (i.e. network bandwidth, machine-room temperature,
62 server load average). It stores the data in a very compact way that will
63 not expand over time, and it presents useful graphs by processing the data
64 to enforce a certain data density. It can be used either via simple wrapper
65 scripts (from shell or Perl) or via frontends that poll network devices and
66 put friendly user interface on it.
67
68 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
69
70 This package contains command line tools used to manage RRDs.
71
72 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
73 librrd.so. The library is much smaller compared to the 1.2.x version with
74 separate dynamic linked libraries.
75
Note: See TracBrowser for help on using the repository browser.