Enable SMTP Traps
This commit is contained in:
+7
-7
@@ -75,13 +75,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./snmptraps:/var/lib/zabbix/snmptraps:rw
|
- ./snmptraps:/var/lib/zabbix/snmptraps:rw
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.25'
|
cpus: '0.25'
|
||||||
memory: 128M
|
memory: 128M
|
||||||
env_file:
|
env_file:
|
||||||
- ./env_vars/.env_snmptraps
|
- ./env_vars/.env_snmptraps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user