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