forked from infra/ansible
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
|
# This file controls the activity of snmpd
|
||
|
|
||
|
# Don't load any MIBs by default.
|
||
|
# You might comment this lines once you have the MIBs downloaded.
|
||
|
export MIBS=
|
||
|
|
||
|
# snmpd control (yes means start daemon).
|
||
|
SNMPDRUN=yes
|
||
|
|
||
|
# snmpd options (use syslog, close stdin/out/err).
|
||
|
SNMPDOPTS='-LSed -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'
|