Enable SMTP Traps
This commit is contained in:
@@ -67,16 +67,13 @@ services:
|
||||
zabbix-snmptraps:
|
||||
image: zabbix/zabbix-snmptraps:alpine-6.4-latest
|
||||
container_name: zabbix-snmptraps
|
||||
# Override snmptrapd command arguments to receive SNMP traps by DNS
|
||||
# It must be done with ZBX_SNMP_TRAP_USE_DNS=true environment variable
|
||||
# command: /usr/sbin/snmptrapd -C -c /etc/snmp/snmptrapd.conf -Lo -A
|
||||
profiles:
|
||||
- full
|
||||
- all
|
||||
ports:
|
||||
- "162:1162/udp"
|
||||
volumes:
|
||||
- snmptraps:/var/lib/zabbix/snmptraps:rw
|
||||
- ./snmptraps:/var/lib/zabbix/snmptraps:rw
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user