I've just installed Zabbix and I'm playing around with it (for now). I created a couple of hosts, imported a template for the IBM i (what I need to monitor) but I can't seem to link a template to a host.
I created a different host, another CentOS, but I still can't link a template to that one either even though that, for all cases, I get the "Host updated" message.
I've been doing some reading on it, and some articles said it could be due to php resource limits. I set the following
max_input_vars = 5000
memory_limit = 1024M
Still same thing happens, and no errors are logged to /var/log/httpd/error_log.
I made a test to see if error would be logged and reduced the memory size to 256 kb, and got some errors logged
[Thu Apr 09 09:20:43.510529 2020] [:error] [pid 23357] [client 10.31.34.164:62884] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /var/www/html/zabbix/index.php on line 84
So, bottomline, I get the message "Host updated", I see no errors logged, but still the templates are not linked to the host.
Maybe I'm doing something wrong, but I've read the documentation and followed the steps...
I created a different host, another CentOS, but I still can't link a template to that one either even though that, for all cases, I get the "Host updated" message.
I've been doing some reading on it, and some articles said it could be due to php resource limits. I set the following
max_input_vars = 5000
memory_limit = 1024M
Still same thing happens, and no errors are logged to /var/log/httpd/error_log.
I made a test to see if error would be logged and reduced the memory size to 256 kb, and got some errors logged
[Thu Apr 09 09:20:43.510529 2020] [:error] [pid 23357] [client 10.31.34.164:62884] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 49152 bytes) in /var/www/html/zabbix/index.php on line 84
So, bottomline, I get the message "Host updated", I see no errors logged, but still the templates are not linked to the host.
Maybe I'm doing something wrong, but I've read the documentation and followed the steps...
Comment