Remove /etc/default/snmpd from snmp docker (#294)

This commit is contained in:
Taoyu Li 2017-02-13 17:52:29 -08:00 committed by GitHub
parent ecc9f0c6d8
commit 7e9f6b4e12
2 changed files with 0 additions and 12 deletions

View File

@ -39,7 +39,6 @@ RUN apt-get update && apt-get install -y supervisor \
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY ["*.j2", "/etc/swss/snmp/"]
COPY ["snmpd", "/etc/default/"]
COPY ["config.sh", "/usr/bin/"]
## Although exposing ports is not need for host net mode, keep it for possible bridge mode

View File

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