Zabbix 1.8 installed from source.
According to install instructions, I imported data.sql and mysql.sql.
When trying to start zabbix_server, i get the following in log:
30458:20100114:103245 Query::select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.ho stid,h.status,i.value_type,h.errors_from,i.snmp_po rt,i.delta,i.prevorgvalue,i.lastclock,i.units,i.mu ltiplier,i.snmpv3_securityname,i.snmpv3_securityle vel,i.snmpv3_authpassphrase,i.snmpv3_privpassphras e,i.formula,h.available,i.status,i.trapper_hosts,i .logtimefmt,i.valuemapid,i.delay_flex,h.dns from hosts h, items i where i.nextcheck<=1263457965 and i.status in (0) and i.type not in (2,7,9) and h.status=0 and h.disable_until<=1263457965 and h.errors_from=0 and h.hostid=i.hostid and mod(i.itemid,5)=3 and i.key_ not in ('status','icmpping','icmppingsec','zabbix[log]') and h.hostid>=100000000000000*1 and h.hostid<=(100000000000000*1+99999999999999) order by i.nextcheck
30458:20100114:103245 Query failed:Unknown column 'i.nextcheck' in 'field list' [1054]
30458:20100114:103245 Query::select count(*),min(nextcheck) from items i,hosts h where h.status=0 and h.disable_until<1263457965 and h.errors_from=0 and h.hostid=i.hostid and i.status in (0) and i.type not in (2,7,9) and mod(i.itemid,5)=3 and i.key_ not in ('status','icmpping','icmppingsec','zabbix[log]') and h.hostid>=100000000000000*1 and h.hostid<=(100000000000000*1+99999999999999)
30458:20100114:103245 Query failed:Unknown column 'nextcheck' in 'field list' [1054]
I tried to look up the tables mentioned in logs - and they really don't have such column 'nextcheck'
Did I miss something or did something wrong?
According to install instructions, I imported data.sql and mysql.sql.
When trying to start zabbix_server, i get the following in log:
30458:20100114:103245 Query::select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.ho stid,h.status,i.value_type,h.errors_from,i.snmp_po rt,i.delta,i.prevorgvalue,i.lastclock,i.units,i.mu ltiplier,i.snmpv3_securityname,i.snmpv3_securityle vel,i.snmpv3_authpassphrase,i.snmpv3_privpassphras e,i.formula,h.available,i.status,i.trapper_hosts,i .logtimefmt,i.valuemapid,i.delay_flex,h.dns from hosts h, items i where i.nextcheck<=1263457965 and i.status in (0) and i.type not in (2,7,9) and h.status=0 and h.disable_until<=1263457965 and h.errors_from=0 and h.hostid=i.hostid and mod(i.itemid,5)=3 and i.key_ not in ('status','icmpping','icmppingsec','zabbix[log]') and h.hostid>=100000000000000*1 and h.hostid<=(100000000000000*1+99999999999999) order by i.nextcheck
30458:20100114:103245 Query failed:Unknown column 'i.nextcheck' in 'field list' [1054]
30458:20100114:103245 Query::select count(*),min(nextcheck) from items i,hosts h where h.status=0 and h.disable_until<1263457965 and h.errors_from=0 and h.hostid=i.hostid and i.status in (0) and i.type not in (2,7,9) and mod(i.itemid,5)=3 and i.key_ not in ('status','icmpping','icmppingsec','zabbix[log]') and h.hostid>=100000000000000*1 and h.hostid<=(100000000000000*1+99999999999999)
30458:20100114:103245 Query failed:Unknown column 'nextcheck' in 'field list' [1054]
I tried to look up the tables mentioned in logs - and they really don't have such column 'nextcheck'
Did I miss something or did something wrong?
Comment