Config.in 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. config ADK_COMPILE_RRDTOOL
  2. bool
  3. default n
  4. config ADK_PACKAGE_LIBRRD
  5. prompt "librrd............................ Round Robin Database (RRD) management library (v1.2.x)"
  6. tristate
  7. default n
  8. select ADK_COMPILE_RRDTOOL
  9. select ADK_PACKAGE_LIBART
  10. select ADK_PACKAGE_LIBFREETYPE
  11. select ADK_PACKAGE_LIBPNG
  12. select ADK_PACKAGE_LIBXML2
  13. select ADK_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. http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
  23. This package contains command line tools used to manage RRDs.
  24. config ADK_PACKAGE_RRDCGI
  25. prompt "rrdcgi............................ Round Robin Database (RRD) CGI graphing tool (v1.2.x)"
  26. tristate
  27. default n
  28. select ADK_COMPILE_RRDTOOL
  29. select ADK_PACKAGE_LIBRRD
  30. select ADK_PACKAGE_CGILIB
  31. help
  32. RRD is the Acronym for Round Robin Database. RRD is a system to store and
  33. display time-series data (i.e. network bandwidth, machine-room temperature,
  34. server load average). It stores the data in a very compact way that will
  35. not expand over time, and it presents useful graphs by processing the data
  36. to enforce a certain data density. It can be used either via simple wrapper
  37. scripts (from shell or Perl) or via frontends that poll network devices and
  38. put friendly user interface on it.
  39. http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
  40. This package contains the rrdcgi tool used to create web pages containing
  41. RRD graphs based on templates.
  42. config ADK_PACKAGE_RRDTOOL
  43. prompt "rrdtool........................... Round Robin Database (RRD) management tools (v1.2.x)"
  44. tristate
  45. default n
  46. select ADK_COMPILE_RRDTOOL
  47. select ADK_PACKAGE_LIBRRD
  48. help
  49. RRD is the Acronym for Round Robin Database. RRD is a system to store and
  50. display time-series data (i.e. network bandwidth, machine-room temperature,
  51. server load average). It stores the data in a very compact way that will
  52. not expand over time, and it presents useful graphs by processing the data
  53. to enforce a certain data density. It can be used either via simple wrapper
  54. scripts (from shell or Perl) or via frontends that poll network devices and
  55. put friendly user interface on it.
  56. http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
  57. This package contains command line tools used to manage RRDs.