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