## Path:        System/Net-SNMP/SNMPD
## Description: SNMP agent settings

## Type:    string
## Default: /var/run/snmpd.pid
#
# Path to the file with process ID of the daemon
#
PID_FILE=/var/run/snmpd.pid

## Type:    string
## Default: /dev/null
#
# Path to logfile
#
LOG_FILE=/dev/null

## Type:    string
## Default: -LS0-4d
#
# Syslog options (-LS)
# log levels from 0 to 4 (0-4)
# with facility daemon (d)
#
# Log levels are: emergency, alert, critical, error, warning, notice, 6 for info and 7 for debug
#
SYSLOG_OPTIONS=-LS0-4d

## Type:    string
## Default:
#
# Other command-line options for SNMPD
#
OTHER_OPTIONS=
