Config.in 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. config ADK_PACKAGE_RRDCOLLECT
  2. prompt "rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
  3. tristate
  4. default n
  5. depends on ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
  6. help
  7. RRDcollect is a daemon which polls ceratin files in /proc/
  8. directory, gathering data and storing it inside RRDtool's
  9. database files. Being written in C should be both fast
  10. and resources-friendly. Supports both scanf(3)-style
  11. pattern matches and perl compatible regular expressions.
  12. http://rrdcollect.sourceforge.net/
  13. This package contains only the deamon program.
  14. config ADK_PACKAGE_RRDCOLLECT_EXAMPLE
  15. prompt "rrdcollect-example.......... Example setup for RRD collecting daemon above"
  16. tristate
  17. default n
  18. depends on ADK_PACKAGE_RRDCOLLECT
  19. help
  20. RRDcollect is a daemon which polls ceratin files in /proc/
  21. directory, gathering data and storing it inside RRDtool's
  22. database files. Being written in C should be both fast
  23. and resources-friendly. Supports both scanf(3)-style
  24. pattern matches and perl compatible regular expressions.
  25. http://rrdcollect.sourceforge.net/
  26. This packages contains programs and configuration files to
  27. start graphing a basic set of ressources on your router.