Commit 9fee06a8 authored by Adam Wujek's avatar Adam Wujek

Kconfig: add SNMP_SYSCONTACT and SNMP_SYSLOCATION

To be reported by SNMP as SNMPv2-MIB::sysContact.0 and SNMPv2-MIB::sysLocation.0
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 7355ae4c
......@@ -794,6 +794,18 @@ config PTP_CONF_URL
menu "Management configuration"
config SNMP_SYSCONTACT
string "System contact reported by SNMP"
help
If not empty, this value will be reported as System contact
(SNMPv2-MIB::sysContact.0)
config SNMP_SYSLOCATION
string "System location reported by SNMP"
help
If not empty, this value will be reported as System Location
(SNMPv2-MIB::sysLocation.0)
config SNMP_TRAPSINK_ADDRESS
string "Static IP address or name where to send SNMPv1 traps"
help
......
......@@ -21,3 +21,6 @@ master agentx
# This is picked from /usr/lib, and the first argument is said to be the
# "init function", but it is not, because the daemon adds a leading "init_"
dlmod wrsSnmp /wr/lib/wrsSnmp.so
#sysContact CONFIG_SNMP_SYSCONTACT
#sysLocation CONFIG_SNMP_SYSLOCATION
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