Config.in 863 B

123456789101112131415161718192021222324252627282930313233343536
  1. config ADK_PACKAGE_COLLECTD
  2. prompt "collectd.......................... Lightweight system statistics collection daemon"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBPTHREAD
  6. help
  7. collectd is a small daemon which collects system information
  8. every 10 seconds. The values are then sent to a multicast group
  9. to be stored in RRD files by a server process.
  10. http://verplant.org/collectd/
  11. config ADK_PACKAGE_COLLECTD_CPU
  12. prompt "Enable cpu support"
  13. bool
  14. default y
  15. depends on ADK_PACKAGE_COLLECTD
  16. config ADK_PACKAGE_COLLECTD_LOAD
  17. prompt "Enable load support"
  18. bool
  19. default y
  20. depends on ADK_PACKAGE_COLLECTD
  21. config ADK_PACKAGE_COLLECTD_MEMORY
  22. prompt "Enable memory support"
  23. bool
  24. default y
  25. depends on ADK_PACKAGE_COLLECTD
  26. config ADK_PACKAGE_COLLECTD_PING
  27. prompt "Enable ping support"
  28. bool
  29. default y
  30. depends on ADK_PACKAGE_COLLECTD