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