Remove /etc/default/snmpd from snmp docker (#294)
This commit is contained in:
parent
ecc9f0c6d8
commit
7e9f6b4e12
@ -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
|
||||
|
@ -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'
|
Reference in New Issue
Block a user