2005-05-24 03:22:23 +03:00
|
|
|
menu "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
|
|
|
|
|
2005-05-20 19:32:01 +03:00
|
|
|
config BR2_PACKAGE_NET_SNMP
|
|
|
|
bool
|
2005-05-24 03:22:23 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBNETSNMP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBNETSNMP
|
2005-05-30 08:56:37 +03:00
|
|
|
prompt "libnetsnmp - SNMP shared libraries"
|
2005-05-24 03:22:23 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_NET_SNMP
|
2005-05-30 08:56:37 +03:00
|
|
|
select BR2_PACKAGE_LIBELF
|
2005-05-20 19:32:01 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
2005-05-24 03:22:23 +03:00
|
|
|
This package contains shared libraries, needed by other programs.
|
|
|
|
|
2005-05-20 19:32:01 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SNMPD
|
2005-05-24 03:22:23 +03:00
|
|
|
prompt "snmpd - SNMP agent"
|
|
|
|
tristate
|
2005-05-30 08:56:37 +03:00
|
|
|
select BR2_PACKAGE_LIBNETSNMP
|
2005-05-24 03:22:23 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-30 08:56:37 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
|
|
|
This package contains the SNMP agent.
|
|
|
|
|
2005-05-20 19:32:01 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SNMP_UTILS
|
2005-05-24 03:22:23 +03:00
|
|
|
prompt "snmp-utils - SNMP client utilities"
|
|
|
|
tristate
|
2005-05-30 08:56:37 +03:00
|
|
|
select BR2_PACKAGE_LIBNETSNMP
|
2005-05-24 03:22:23 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-05-30 08:56:37 +03:00
|
|
|
help
|
|
|
|
Simple Network Management Protocol (SNMP) is a widely used
|
|
|
|
protocol for monitoring the health and welfare of network
|
|
|
|
equipment (eg. routers), computer equipment and even devices
|
|
|
|
like UPSs. Net-SNMP is a suite of applications used to implement
|
|
|
|
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|
|
|
|
|
|
|
http://www.net-snmp.org/
|
|
|
|
|
|
|
|
This package contains the SNMP client utilities.
|
|
|
|
|
2005-05-20 19:32:01 +03:00
|
|
|
|
2005-05-24 03:22:23 +03:00
|
|
|
endmenu
|