I have Nagios and study migrate to Zabbix. But interface web is very slow.
Today, my situation is:
4150 hosts with 2 items (icmping and icmpingsec). Or, 4150 hosts, 8300 items , 12500 triggers and 100 groups.
The screen of Monitoring->Overview->Data for all groups delay 8 min to complete. Without execute zabbix-server and in the same machine of postgres/apache.
I change file "items.inc.php" in line 889 to:
$header=array_merge($header,array(new CCol($hostname,'txtvert')));
To remove images of text in vertical (each image =~ 1kB * 4150 hosts = 4MB), and delay go to 1 min. But, is very slow.
I tunning Postgres, but not resolve.
I think the optimization of queries is the way to improve delay.
Suggestions ?????
The Nagios is best ????
Today, my situation is:
4150 hosts with 2 items (icmping and icmpingsec). Or, 4150 hosts, 8300 items , 12500 triggers and 100 groups.
The screen of Monitoring->Overview->Data for all groups delay 8 min to complete. Without execute zabbix-server and in the same machine of postgres/apache.
I change file "items.inc.php" in line 889 to:
$header=array_merge($header,array(new CCol($hostname,'txtvert')));
To remove images of text in vertical (each image =~ 1kB * 4150 hosts = 4MB), and delay go to 1 min. But, is very slow.
I tunning Postgres, but not resolve.
I think the optimization of queries is the way to improve delay.
Suggestions ?????
The Nagios is best ????
Comment