Hay, I use Zabbix v 1.4.2 with PostgreSQL, when I installed zabbix, i have problems with support PostgreSQL, i resolve problem (http://www.zabbix.com/forum/showthread.php?t=7511), when download Zabbix 1.4.3 and used file image_pgsql.sql from this release, but I used from 1.4.3 only 1 file, all other I installed(configure, make, make install) from 1.4.2. Now all work, but not work link to graphs from temlate, when create new host, but write this message:
how resolve this problem?
Code:
Added new host [HP1022N_Corp]
Added new item HP1022N_Corp:icmpping
Added new item HP1022N_Corp:icmppingsec
Added trigger '{HOSTNAME} is not available' to host 'HP1022N_Corp'
Added trigger 'Many lost packets' to host 'HP1022N_Corp'
Added trigger 'Delay ping to host is high' to host 'HP1022N_Corp'
Added trigger 'Ping lost to {HOSTNAME}' to host 'HP1022N_Corp'
pg_query(): Query failed: ERROR: NEW и�пользован в запро�е не �вл�ющем�� правилом[/home/zabbix/www/include/db.inc.php:293]
Error in query [select new.itemid from items new, items dest where dest.itemid=19449 and new.key_=dest.key_ and new.hostid=10044] [ERROR: NEW и�пользован в запро�е не �вл�ющем�� правилом]
pg_fetch_array() expects parameter 1 to be resource, boolean given[/home/zabbix/www/include/db.inc.php:414]
Missed key "icmpping" for host "HP1022N_Corp"
Skipped coping of graph "Ping status to host" to host "HP1022N_Corp"
pg_query(): Query failed: ERROR: NEW и�пользован в запро�е не �вл�ющем�� правилом[/home/zabbix/www/include/db.inc.php:293]
Error in query [select new.itemid from items new, items dest where dest.itemid=19450 and new.key_=dest.key_ and new.hostid=10044] [ERROR: NEW и�пользован в запро�е не �вл�ющем�� правилом]
pg_fetch_array() expects parameter 1 to be resource, boolean given[/home/zabbix/www/include/db.inc.php:414]
Missed key "icmppingsec" for host "HP1022N_Corp"
Skipped coping of graph "Ping delay to host" to host "HP1022N_Corp"
Comment