Greetings,
I recently updated our small DM setup from 1.8 series to 2.0.3 (PostgreSQL database). .sql patch applied cleanly, and monitoring seems to be working just fine: graphs, alerts, ....
Now, my only concern is that I'm seeing this on zabbix-server logs, this is on child node:
And similar ones on master node:
And so on. I think I tracked this to node_cksum table. Maybe this is a leftover of a couple of nodes that were slightly out of sync before starting update procedure, but not sure on that.
Any ideas?
Ildefonso.
I recently updated our small DM setup from 1.8 series to 2.0.3 (PostgreSQL database). .sql patch applied cleanly, and monitoring seems to be working just fine: graphs, alerts, ....
Now, my only concern is that I'm seeing this on zabbix-server logs, this is on child node:
22956:20121016:093911.303 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: column "slideshowid" does not exist
LINE 1: select slideshowid,screenid,step,delay,httptestid,name from ...
^
[select slideshowid,screenid,step,delay,httptestid,name from hosts where hostid=200100000000001]
(.....)
9663:20121016:094314.244 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: column "macro" does not exist
LINE 1: select macro from graphs_items where gitemid=200200000000684
^
[select macro from graphs_items where gitemid=200200000000684]
(...)
LINE 1: select slideshowid,screenid,step,delay,httptestid,name from ...
^
[select slideshowid,screenid,step,delay,httptestid,name from hosts where hostid=200100000000001]
(.....)
9663:20121016:094314.244 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: column "macro" does not exist
LINE 1: select macro from graphs_items where gitemid=200200000000684
^
[select macro from graphs_items where gitemid=200200000000684]
(...)
22956:20121016:094925.213 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: column "hostid" does not exist
LINE 1: select hostid from graphs_items where gitemid=20020000000079...
^
[select hostid from graphs_items where gitemid=200200000000793]
(.....)
22957:20121016:095135.625 NODE 1: Received history_uint from node 2 for node 2 datalen 1107
22956:20121016:095142.226 cannot find table [hosts_profiles]
LINE 1: select hostid from graphs_items where gitemid=20020000000079...
^
[select hostid from graphs_items where gitemid=200200000000793]
(.....)
22957:20121016:095135.625 NODE 1: Received history_uint from node 2 for node 2 datalen 1107
22956:20121016:095142.226 cannot find table [hosts_profiles]
Any ideas?
Ildefonso.
Comment