hi, i really afraid about the version 1.1beta3. This version is great. But i have the following problem. I use the bulkloader to insert many hosts. And i get the following error:
For your information, i have created a template and i use this for all hosts in the csv file. Foreach host i want to create 6 items. This items i want to display in graphs and in a screen. But it do not really work. Can anybody help me?
My csv file looks like this:
Thanks
Code:
[Host added: xxxxxx] [Host added: yyyyy] Added new item xxxxxx:CPU utilization Added to linked host xxxxxx Added new item xxxxxx:LAN - IN Added to linked host xxxxxx Added new item xxxxxx:LAN - Out Added to linked host xxxxxx Added new item xxxxxx:Session active Added to linked host xxxxxx Added new item xxxxxx:WAN - IN Added to linked host xxxxxx Added new item xxxxxx:WAN - Out Added to linked host xxxxxx Added graph LAN statistic of linked host xxxxxx Added graph element to graph LAN statistic of linked host xxxxxx Added graph element to graph LAN statistic of linked host xxxxxx Added graph WAN statistic of linked host xxxxxx Added graph element to graph WAN statistic of linked host xxxxxx Added graph element to graph WAN statistic of linked host xxxxxx Added graph Session of linked host xxxxxx Added graph element to graph Session of linked host xxxxxx Added graph CPU utilization of linked host xxxxxx Added graph element to graph CPU utilization of linked host xxxxxx SQL error: 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 ')' at line 1 Query: insert into graphs_items (graphid,itemid,color,drawtype,sortorder,yaxisside) values (5,17217,'Green',2,0,) SQL error: 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 ')' at line 1 Query: insert into graphs_items (graphid,itemid,color,drawtype,sortorder,yaxisside) values (6,17220,'Cyan',2,0,)
My csv file looks like this:
Code:
HOST,XXXXXX,192.168.0.1,161,Monitored,netscreen,localhost,Router,


Comment