Hi,
I am using zabbix 7.07 with Niginx, postgress, and timescaleDB.
I want to upload an image to zabbix what has got a size of appox. 7Mb.
(administration=>general=>images=> switch from icon to images.
But in the upload process i am getting the error:
Cannot add image: Image size must be less than 1 MB.
I have looked for a solution and found serveral.
They all do not allow me to upload files larger then te 1Mb.
What i have tried sofar:
- set the client_max_body_size 20M in the nginx.conf
- set the value php_value[memory_limit] = 256M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- set the value php_value[post_max_size] = 20M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- set the valuw php_value[upload_max_filesize] = 20M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- restart nginx,php8.2-fpm,zabbx-server services
- restart the whole server
Anyone a tip how to overcome the 1Mb limit in zabbix7?
I am using zabbix 7.07 with Niginx, postgress, and timescaleDB.
I want to upload an image to zabbix what has got a size of appox. 7Mb.
(administration=>general=>images=> switch from icon to images.
But in the upload process i am getting the error:
Cannot add image: Image size must be less than 1 MB.
I have looked for a solution and found serveral.
They all do not allow me to upload files larger then te 1Mb.
What i have tried sofar:
- set the client_max_body_size 20M in the nginx.conf
- set the value php_value[memory_limit] = 256M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- set the value php_value[post_max_size] = 20M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- set the valuw php_value[upload_max_filesize] = 20M in /etc/zabbix/php-fpm.conf and /etc/php/8.2/fpm/php-fpm.conf
- restart nginx,php8.2-fpm,zabbx-server services
- restart the whole server
Anyone a tip how to overcome the 1Mb limit in zabbix7?
Comment