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