de01aca2b013bb43dec1cb845165ef3e93908288
[openwrt/svn-archive/archive.git] / openwrt / package / rrdtool1 / Config.in
1 config BR2_COMPILE_RRDTOOL1
2 prompt "rrdtool1.......................... Round Robin Database (RRD) tools (v1.0.x)"
3 bool
4 default y
5
6 config BR2_PACKAGE_LIBRRD1
7 prompt "librrd1......................... Round Robin Database (RRD) management library (v1.0.x)"
8 tristate
9 default m if CONFIG_DEVEL
10 depends BR2_COMPILE_RRDTOOL1
11 select BR2_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
29 config BR2_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 BR2_COMPILE_RRDTOOL1
34 select BR2_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
53 config BR2_PACKAGE_RRDTOOL1
54 prompt "rrdtool1........................ Round Robin Database (RRD) management tools (v1.0.x)"
55 tristate
56 depends BR2_COMPILE_RRDTOOL1
57 select BR2_PACKAGE_LIBRRD1
58 help
59 RRD is the Acronym for Round Robin Database. RRD is a system to store and
60 display time-series data (i.e. network bandwidth, machine-room temperature,
61 server load average). It stores the data in a very compact way that will
62 not expand over time, and it presents useful graphs by processing the data
63 to enforce a certain data density. It can be used either via simple wrapper
64 scripts (from shell or Perl) or via frontends that poll network devices and
65 put friendly user interface on it.
66
67 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
68
69 This package contains command line tools used to manage RRDs.
70
71 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
72 librrd.so. The library is much smaller compared to the 1.2.x version with
73 separate dynamic linked libraries.
74