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