Hi Guys,
I assigned a template to a new host where the template will auto discover everything about my switches.
However, when i tried to access the data through "latest data", is shows zabbix server is currently unable to handle this request and the error code is HTTP ERROR 500.
I checked the zabbix server log and http log. No error from zabbix server log but based on http log, it seems like memory not enough
"Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) "
So, i have go to /etc/php.ini and modified the parameter as below:
memory_limit = 512M
max_execution_time = 600
I restart both service for http and zabbix server but still having the error when i go to "latest data".
Can any one suggest what else i need to modified ?
Thank you very much in advance.
I assigned a template to a new host where the template will auto discover everything about my switches.
However, when i tried to access the data through "latest data", is shows zabbix server is currently unable to handle this request and the error code is HTTP ERROR 500.
I checked the zabbix server log and http log. No error from zabbix server log but based on http log, it seems like memory not enough
"Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) "
So, i have go to /etc/php.ini and modified the parameter as below:
memory_limit = 512M
max_execution_time = 600
I restart both service for http and zabbix server but still having the error when i go to "latest data".
Can any one suggest what else i need to modified ?
Thank you very much in advance.
Comment