Around 12 months ago I had similar problems running 1.4.2
I have just pulled out my notes from then, which detail what I tried, etc.
So, check these, maybe it may be of assistance to someone. No guarantees though.
1. Increase memory_limit and post_max_size in php.ini to 32M, as described in this thread
but, no change.
2. Delete “#This file is place-holder, bla-bla-bla “ from zabbix.conf.php, as described here
my zabbix.conf.php didn’t have those comments, so no change.
3. Change the code in graph.inc.php to pick data from history or trends tables, as detailed here
but, no change.
4.
FIXED ??? See http://www.zabbix.com/forum/showthread.php?t=1364
in /var/www/html/zabbix/include/classes/graph.inc.php around line 510 remove max(clock) as clock
$sql="select itemid,round(900*((clock+$z)%($p))/($p),0) as i,count(*) as count,avg(value) as avg,min(value) as min,max(value) as max,max(clock) as clock from history where itemid in ($str) and clock>=".$thi s->from_time." and clock<=".$this->to_time." group by itemid,round(900*((clock+$z)%($p))/($p),0)";
It might help.
MrKen
I have just pulled out my notes from then, which detail what I tried, etc.
So, check these, maybe it may be of assistance to someone. No guarantees though.
1. Increase memory_limit and post_max_size in php.ini to 32M, as described in this thread
but, no change.
2. Delete “#This file is place-holder, bla-bla-bla “ from zabbix.conf.php, as described here
my zabbix.conf.php didn’t have those comments, so no change.
3. Change the code in graph.inc.php to pick data from history or trends tables, as detailed here
but, no change.
4.
FIXED ??? See http://www.zabbix.com/forum/showthread.php?t=1364
in /var/www/html/zabbix/include/classes/graph.inc.php around line 510 remove max(clock) as clock
$sql="select itemid,round(900*((clock+$z)%($p))/($p),0) as i,count(*) as count,avg(value) as avg,min(value) as min,max(value) as max,max(clock) as clock from history where itemid in ($str) and clock>=".$thi s->from_time." and clock<=".$this->to_time." group by itemid,round(900*((clock+$z)%($p))/($p),0)";
It might help.
MrKen


, on the server and on the agentd. 



Comment