Ad Widget

Collapse

Problem with linked graphs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Haszser777
    Junior Member
    • Dec 2007
    • 2

    #1

    Problem with linked graphs

    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:
    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"
    how resolve this problem?
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    You may use frontend from 1.4.3.

    if that not an option try to take graphs.inc.php from 1.4.3, but i don't guaranty it will work.
    Zabbix | ex GUI developer

    Comment

    • Haszser777
      Junior Member
      • Dec 2007
      • 2

      #3
      Work, Thanks, in 1.4.3 work and Russian translation....

      Comment

      Working...