I use zabbix server on container (zabbix/zabbix-server-pgsql:7.0.6-ubuntu) with Postgresql v 16.4 on AWS (Aurora PostgreSQL 16.4)
I found the problem that when user who is not super admin role (such as admin role, or user role) open monitoring web (problems or hosts page) then cpu utilization of PostgreSQL DB will reach 100% immediately and this page is slow. However when I logged in as super admin role, I didn't found this problem.
my database has 4 vCPU and RAM 8 GB
my zabbix-web also is on container (zabbix/zabbix-web-nginx-pgsql:7.0.6-ubuntu)
I found the problem that when user who is not super admin role (such as admin role, or user role) open monitoring web (problems or hosts page) then cpu utilization of PostgreSQL DB will reach 100% immediately and this page is slow. However when I logged in as super admin role, I didn't found this problem.
my database has 4 vCPU and RAM 8 GB
my zabbix-web also is on container (zabbix/zabbix-web-nginx-pgsql:7.0.6-ubuntu)
Comment