Config.in 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. config ADK_COMPILE_NET_SNMP
  2. bool
  3. default n
  4. config ADK_PACKAGE_LIBNETSNMP
  5. prompt "net-snmp-libs..................... SNMP shared libraries"
  6. tristate
  7. default n
  8. select ADK_COMPILE_NET_SNMP
  9. select ADK_PACKAGE_LIBELF
  10. help
  11. Simple Network Management Protocol (SNMP) is a widely used
  12. protocol for monitoring the health and welfare of network
  13. equipment (eg. routers), computer equipment and even devices
  14. like UPSs. Net-SNMP is a suite of applications used to implement
  15. SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
  16. http://www.net-snmp.org/
  17. This package contains shared libraries, needed by other programs.
  18. config ADK_PACKAGE_SNMP_UTILS
  19. prompt "net-snmp-utils.................... SNMP client utilities"
  20. tristate
  21. default n
  22. select ADK_PACKAGE_LIBNETSNMP
  23. help
  24. Simple Network Management Protocol (SNMP) is a widely used
  25. protocol for monitoring the health and welfare of network
  26. equipment (eg. routers), computer equipment and even devices
  27. like UPSs. Net-SNMP is a suite of applications used to implement
  28. SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
  29. http://www.net-snmp.org/
  30. This package contains the SNMP client utilities.
  31. config ADK_PACKAGE_SNMPD
  32. prompt "net-snmp-daemon................... SNMP agent"
  33. tristate
  34. default n
  35. select ADK_PACKAGE_LIBNETSNMP
  36. help
  37. Simple Network Management Protocol (SNMP) is a widely used
  38. protocol for monitoring the health and welfare of network
  39. equipment (eg. routers), computer equipment and even devices
  40. like UPSs. Net-SNMP is a suite of applications used to implement
  41. SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
  42. http://www.net-snmp.org/
  43. This package contains the SNMP agent, dynamically linked.