summaryrefslogtreecommitdiffstats
path: root/rules/net-snmp.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2013-09-20 15:59:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-09-27 12:55:05 +0200
commitdc4489e0e928b73a611e6449f50e364082b2b806 (patch)
treefe97e5b745b5b0809b258c792e6d1458885c662f /rules/net-snmp.in
parent338f0563e13c44d0ab56ea39957775bdffff955f (diff)
downloadptxdist-dc4489e0e928b73a611e6449f50e364082b2b806.tar.gz
ptxdist-dc4489e0e928b73a611e6449f50e364082b2b806.tar.xz
net-snmp: improve menu help texts
Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/net-snmp.in')
-rw-r--r--rules/net-snmp.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/rules/net-snmp.in b/rules/net-snmp.in
index aed84a8a8..95b7d4369 100644
--- a/rules/net-snmp.in
+++ b/rules/net-snmp.in
@@ -109,7 +109,11 @@ config NET_SNMP_MIB_MODULES
config NET_SNMP_DEFAULT_MIBS
prompt "default mib id's to read"
string
- default ""
+ default "SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB"
+ help
+ Colon separated list of default mib IDs to read. (The default list
+ is "SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB" with the addition of
+ any mibs used by the mib modules the agent is configured with)
config NET_SNMP_MIB_INSTALL_DIR
prompt "directory to install mib files"
@@ -117,8 +121,10 @@ config NET_SNMP_MIB_INSTALL_DIR
default "/usr/share/snmp/mibs"
config NET_SNMP_DOM_SOCK_ONLY
- bool "Only allow domain socket connections to the agent" if NET_SNMP_AGENT
+ bool "Disable UDP/TCP transports for agentx" if NET_SNMP_AGENT
default y
help
- Enable this to disable TCP and UDP connections to the agent.
+ Enable this to disable TCP and UDP connections for subagent
+ connections with AgentX protocol. Only unix socket connections are
+ allowed then.
endif