Hi all,
I got an error when I choose Configuration -> Graphs -> Group [all] -> Host [all]. I am using Zabbix 1.4.2 on Ubuntu 7. If I choose a specific host, no errors prompted. Any idea?
I got an error when I choose Configuration -> Graphs -> Group [all] -> Host [all]. I am using Zabbix 1.4.2 on Ubuntu 7. If I choose a specific host, no errors prompted. Any idea?
Error in query [select distinct g.* from graphs g left join graphs_items gi on g.graphid=gi.graphid left join items i on gi.itemid=i.itemid while (g.graphid div 100000000000000) in (0) and ( i.hostid not in (-1) OR i.hostid is NULL ) order by g.name, g.graphid] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'while (g.graphid div 100000000000000) in (0) and ( i.hostid not in (-1) OR i.' at line 1]
IANADBA, so... the query is more complex than I can make sense of without lunch, reading, and digging through the tables and source. However, stripping out the section of the query that causes it to choke results in data returning anyhow:
Comment