Commit 8a8a425f authored by Alessandro Rubini's avatar Alessandro Rubini

added snmp and its configuration files

This is just the basic snmpd configuration, with no customization yet.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent f8582ff4
......@@ -950,7 +950,8 @@ BR2_PACKAGE_LIGHTTPD_PCRE=y
# netkittelnet requires a toolchain with RPC support
#
# BR2_PACKAGE_NETPLUG is not set
# BR2_PACKAGE_NETSNMP is not set
BR2_PACKAGE_NETSNMP=y
# BR2_PACKAGE_NETSNMP_ENABLE_MIBS is not set
# BR2_PACKAGE_NETSTAT_NAT is not set
# BR2_PACKAGE_NOIP is not set
......
#!/bin/sh
# Log to syslog at daemon level. Amd log source address (-a)
snmpd -Lsd -p /var/run/snmpd.pid -a -c /wr/etc/snmpd.conf
\ No newline at end of file
# snmpd.conf
#
# - created by the snmpconf configuration program
# - manually edited to simplify it
#
agentAddress udp::161
#trapsink CONFIG_TRAPSINK_ADDRESS
trapcommunity public
authtrapenable 1
rocommunity public
rwcommunity private
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment