net-snmp/net-snmp.sysconfig
OBS User autobuild 85548f394d Accepting request 49877 from net-snmp:factory
Copy from net-snmp:factory/net-snmp based on submit request 49877 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=33
2010-10-06 21:26:29 +00:00

37 lines
971 B
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.
#
# 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"