net-snmp/net-snmp.sysconfig
Dominique Leuenberger dd6a8df967 Accepting request 386493 from net-snmp:factory
removing md5 and des disablement
(changes entry exited already bsc#944302) (forwarded request 386328 from abergmann)

OBS-URL: https://build.opensuse.org/request/show/386493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=79
2016-04-12 17:00:22 +00:00

61 lines
1.6 KiB
Plaintext

## Path: System/Net-SNMP
## Description: Log level of the snmp server.
## Type: string(!,a,c,e,w,n,i,d,0,1,2,3,4,5,6,7)
## Default: n
#
# Defines the log level for snmpd and snmptrapd.
#
# The default is "n" (5, LOG_NOTICE)
#
SNMPD_LOGLEVEL="n"
## Path: System/Net-SNMP
## Description: En-/Disables SNMP SMUX support.
## Type: yesno
## Default: yes
#
# Setting this to "no" prevents snmpd from binding to TCP port 199.
#
# The default is "yes" to provide backward compatibility.
#
SNMPD_USE_SMUX="yes"
## Path: System/Net-SNMP
## Description: Connection logging.
## Type: yesno
## Default: yes
#
# If this setting is "yes" and $SNMPD_LOGLEVEL is set to "i" (LOG_INFO)
# or "d" (LOG_DEBUG), snmpd will log all successful connections.
#
# Setting it to "no" will prevent this kind of log regardless of the
# configured log level.
#
# The default is "yes" to provide backward compatibility.
#
SNMPD_LOG_SUCCESSFUL_CONNECTIONS="yes"
## Path: System/Net-SNMP
## Description: Log Destination
## Type: string(F,S)
## Default: S
#
# Defines the log destination for snmpd and snmptrapd.
#
# By setting it to "F", snmpd will write log messages into '/var/log/net-snmpd.log'.
#
# The default is "S" to log messages through the syslog service.
#
SNMPD_LOGDEST="S"
## Path: System/Net-SNMP
## Description: Listening IP addresses
## Type: string
## Default: "" (empty - listen on all interfaces)
#
# Defines the IP address(es) that snmpd and snmptrapd binds to.
# If no address is defined the daemon will listen on all interfaces.
#
SNMPD_LISTEN=""