Hey Everyone,
I just created a new Zabbix 6.4 install and have been trying to use the official Azure integration found here. The problem I am having is that every once in a while I stop receiving data from Azure on all my VMs and the "Azure: Get Errors" items show the following error: "Failed to receive data: auth : Error: log exceeds the maximum size of 8388608 bytes."
To attempt a fix, I have done the following:
/etc/zabbix/apache.conf
php_value memory_limit 512M
php_value post_max_size 16M
php_value memory_limit 512M
php_value post_max_size 16M
/etc/php/8.1/apache2/php.ini
post_max_size = 16M
upload_max_file_size = 200M
Not sure what other settings could be putting an upper limit on my logging.
Has anyone had a similar issue?
Thanks
JC
I just created a new Zabbix 6.4 install and have been trying to use the official Azure integration found here. The problem I am having is that every once in a while I stop receiving data from Azure on all my VMs and the "Azure: Get Errors" items show the following error: "Failed to receive data: auth : Error: log exceeds the maximum size of 8388608 bytes."
To attempt a fix, I have done the following:
/etc/zabbix/apache.conf
php_value memory_limit 512M
php_value post_max_size 16M
php_value memory_limit 512M
php_value post_max_size 16M
/etc/php/8.1/apache2/php.ini
post_max_size = 16M
upload_max_file_size = 200M
Not sure what other settings could be putting an upper limit on my logging.
Has anyone had a similar issue?
Thanks
JC
Comment