Hello Guys,
I received the following error message on Zabbix:
************
zabbix_1 | 405:20171201:125350.569 value cache is fully used: please increase ValueCacheSize configuration parameter
************
The problem that I have is that I added the variable on the docker.yml files but I think is not working. This is the file:
*****************************
services:
zabbix:
image: monitoringartist/dockbix-xxl:3.4.2
ports:
- "10051:10051"
volumes:
- /etc/localtime:/etc/localtime:ro
- /data/docker_volumes/zabbix/alertscripts:/usr/local/share/zabbix/alertscripts
- /data/docker_volumes/zabbix/externalscripts:/usr/local/share/zabbix/externalscripts
environment:
- ZS_DBHost=x.x.x.x
- ZS_DBName=zabbix
- ZS_DBUser=b0f491f9fc3e8c
- ZS_DBPassword=d450240f
- ZS_ValueCacheSize=1000M <<<<< this is the value
- PHP_date_timezone=America/Argentina/Buenos_Aires
- ZS_CacheSize=2500M
- ZS_HISTORYCACHESIZE=160M
labels:
- traefik.frontend.rule=Host:xxxxx.xxxx.com
restart: always
**********************
Can you help me with this problem???
How should I add a variable on a container (Docker version is monitoringartist/dockbix-xxl)
Thanks in advance.
I received the following error message on Zabbix:
************
zabbix_1 | 405:20171201:125350.569 value cache is fully used: please increase ValueCacheSize configuration parameter
************
The problem that I have is that I added the variable on the docker.yml files but I think is not working. This is the file:
*****************************
services:
zabbix:
image: monitoringartist/dockbix-xxl:3.4.2
ports:
- "10051:10051"
volumes:
- /etc/localtime:/etc/localtime:ro
- /data/docker_volumes/zabbix/alertscripts:/usr/local/share/zabbix/alertscripts
- /data/docker_volumes/zabbix/externalscripts:/usr/local/share/zabbix/externalscripts
environment:
- ZS_DBHost=x.x.x.x
- ZS_DBName=zabbix
- ZS_DBUser=b0f491f9fc3e8c
- ZS_DBPassword=d450240f
- ZS_ValueCacheSize=1000M <<<<< this is the value
- PHP_date_timezone=America/Argentina/Buenos_Aires
- ZS_CacheSize=2500M
- ZS_HISTORYCACHESIZE=160M
labels:
- traefik.frontend.rule=Host:xxxxx.xxxx.com
restart: always
**********************
Can you help me with this problem???
How should I add a variable on a container (Docker version is monitoringartist/dockbix-xxl)
Thanks in advance.

Comment