I got the following error message from zabbix while I was following steps in "Creating an item", which is on page 52 of the book, Zabbix 1.8 Network Monitoring by Richards Olups:
ERROR: Cannot add item
Error in query [INSERT INTO items (itemid,description,key_,hostid,delay,history,next check,status,type,snmp_community,snmp_oid,value_ty pe,trapper_hosts,snmp_port,units,multiplier,delta, snmpv3_securityname,snmpv3_securitylevel,snmpv3_au thpassphrase,snmpv3_privpassphrase,formula,trends, logtimefmt,valuemapid,delay_flex,params,ipmi_senso r,templateid) VALUES (22162,'CPU Load','system.cpu.load',10047,30,90,0,0,0,'public' ,'interfaces.ifTable.ifEntry.ifInOctets.1',0,'',16 1,'',0,0,'',0,'','','1',365,'',0,'','DSN=<database source name>\\nuser=<user name>\\npassword=<password>\\nsql=<query>','',0)] [Unknown column 'nextcheck' in 'field list']
I appreciate if anyone can provide me some help how to resolve this issue.
ERROR: Cannot add item
Error in query [INSERT INTO items (itemid,description,key_,hostid,delay,history,next check,status,type,snmp_community,snmp_oid,value_ty pe,trapper_hosts,snmp_port,units,multiplier,delta, snmpv3_securityname,snmpv3_securitylevel,snmpv3_au thpassphrase,snmpv3_privpassphrase,formula,trends, logtimefmt,valuemapid,delay_flex,params,ipmi_senso r,templateid) VALUES (22162,'CPU Load','system.cpu.load',10047,30,90,0,0,0,'public' ,'interfaces.ifTable.ifEntry.ifInOctets.1',0,'',16 1,'',0,0,'',0,'','','1',365,'',0,'','DSN=<database source name>\\nuser=<user name>\\npassword=<password>\\nsql=<query>','',0)] [Unknown column 'nextcheck' in 'field list']
I appreciate if anyone can provide me some help how to resolve this issue.
Comment