Hi,
I have developed a simple dashboard for Zabbix using the API, however after we upgraded from Zabbix 2 to Zabbix 3 I have been advised that it no longer works due to the way Zabbix 3 handles sessions with the processlist for MySQL filling up with session table updates due to 5-10 API requests every second or so.
The dashboard makes a request every second, with around 4-5 browsers open at any 1 time displaying the dashboard. Would this be too much, and is there a way the sessions can be improved.
Can anyone let me know if there has been a change between the way the sessions are handled from Zabbix 2 to 3?
Is there a solution to stop the tables from locking due to the API requests?
Cheers
I have developed a simple dashboard for Zabbix using the API, however after we upgraded from Zabbix 2 to Zabbix 3 I have been advised that it no longer works due to the way Zabbix 3 handles sessions with the processlist for MySQL filling up with session table updates due to 5-10 API requests every second or so.
The dashboard makes a request every second, with around 4-5 browsers open at any 1 time displaying the dashboard. Would this be too much, and is there a way the sessions can be improved.
Can anyone let me know if there has been a change between the way the sessions are handled from Zabbix 2 to 3?
Is there a solution to stop the tables from locking due to the API requests?
Cheers

Comment