prepping for librenms

This commit is contained in:
Charles N Wyble - admin 2019-04-21 14:47:57 -05:00
parent 17e094c22a
commit fd827d9eb0

View File

@ -0,0 +1,12 @@
# 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='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'