Hello,
(ZBX 4.4)
i had problem with zabbix error: Zabbix unreachable poller processes more than 75% busy, i find that i should raise value for "StartPoller=" in "/etc/zabbix/zabbix_server.conf", i did it but suprisingly it didnt help and the problem was actually worse. (100% load of poller)
I found that it is not about raising this value :
First of all, I tried out to increase the number of pre-forked instances of pollers for the Zabbix server, that is, I changed its default value from 5 to 256 (remember that for that case, you have to set the the number of maximum connections in MySQL - max_connections - higher than 256, since every single poller opens a dedicated connection to the database) (source: http://redes-privadas-virtuales.blog...han-75_28.html )
Unfortunately my "my.cnf" /etc/mysql/my.cnf does not contains max_connections. Can you please help and advice me where i can set this value ?
It is true that everytime when i want raise Start poller i must raise also DB max_connections ?
Thank you !
it should be : Zabbix poller processes more than 75% busy instead of Zabbix unreachable poller processes more than 75% busy, sorry
Comment