-- -- Zabbix -- Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -- -- -- Dumping data for table `images` -- insert into images values(1,1,"Hub",load_file("/home/zabbix/zabbix/create/data/images/Hub.png")); insert into images values(2,1,"Hub (small)",load_file("/home/zabbix/zabbix/create/data/images/Hub_small.png")); insert into images values(3,1,"Network",load_file("/home/zabbix/zabbix/create/data/images/Network.png")); insert into images values(4,1,"Network (small)",load_file("/home/zabbix/zabbix/create/data/images/Network_small.png")); insert into images values(5,1,"Notebook",load_file("/home/zabbix/zabbix/create/data/images/Notebook.png")); insert into images values(6,1,"Notebook (small)",load_file("/home/zabbix/zabbix/create/data/images/Notebook_small.png")); insert into images values(7,1,"Phone",load_file("/home/zabbix/zabbix/create/data/images/Phone.png")); insert into images values(8,1,"Phone (small)",load_file("/home/zabbix/zabbix/create/data/images/Phone_small.png")); insert into images values(9,1,"Printer",load_file("/home/zabbix/zabbix/create/data/images/Printer.png")); insert into images values(10,1,"Printer (small)",load_file("/home/zabbix/zabbix/create/data/images/Printer_small.png")); insert into images values(11,1,"Router",load_file("/home/zabbix/zabbix/create/data/images/Router.png")); insert into images values(12,1,"Router (small)",load_file("/home/zabbix/zabbix/create/data/images/Router_small.png")); insert into images values(13,1,"Satellite",load_file("/home/zabbix/zabbix/create/data/images/Satellite.png")); insert into images values(14,1,"Satellite (small)",load_file("/home/zabbix/zabbix/create/data/images/Satellite_small.png")); insert into images values(15,1,"Server",load_file("/home/zabbix/zabbix/create/data/images/Server.png")); insert into images values(16,1,"Server (small)",load_file("/home/zabbix/zabbix/create/data/images/Server_small.png")); insert into images values(17,1,"UPS",load_file("/home/zabbix/zabbix/create/data/images/UPS.png")); insert into images values(18,1,"UPS (small)",load_file("/home/zabbix/zabbix/create/data/images/UPS_small.png")); insert into images values(19,1,"Workstation",load_file("/home/zabbix/zabbix/create/data/images/Workstation.png")); insert into images values(20,1,"Workstation (small)",load_file("/home/zabbix/zabbix/create/data/images/Workstation_small.png"));