2018-04-06 21:46:02 +09:00
INSERT INTO public . meta_member_status ( id , " name " ) VALUES (
1 , ' NOAUTH ' ) ;
INSERT INTO public . meta_member_status ( id , " name " ) VALUES (
2 , ' NORMAL ' ) ;
INSERT INTO public . meta_member_status ( id , " name " ) VALUES (
3 , ' DIAPAUSE ' ) ;
INSERT INTO public . meta_member_status ( id , " name " ) VALUES (
4 , ' WITHDRAWAL ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
1 , ' 2017-06-25 17:31:42.770 ' , ' MACHINE ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
2 , ' 2017-06-25 17:31:42.894 ' , ' HOST ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
3 , ' 2017-06-25 17:31:42.906 ' , ' OS ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
4 , ' 2017-06-25 17:31:42.906 ' , ' OS_APPLICATION ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
5 , ' 2017-06-25 17:31:42.906 ' , ' OS_DAEMON ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
6 , ' 2017-06-25 17:31:42.906 ' , ' OS_PORT ' ) ;
INSERT INTO public . meta_infra_type ( id , create_date , " name " ) VALUES (
7 , ' 2017-06-25 17:31:42.906 ' , ' OS_SERVICE ' ) ;
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 1,'2017-07-27 15:26:52.985','APPLE',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 2,'2017-07-27 15:26:52.985','MICROSOFT',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 3,'2017-07-27 15:26:52.985','ASUS',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 4,'2017-07-27 15:26:52.985','HP',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 5,'2017-07-27 15:26:52.985','DELL',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 6,'2017-07-27 15:26:52.985','LENOVO',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 7,'2017-07-27 15:26:52.985','ACER',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 8,'2017-07-27 15:26:52.985','SAMSUNG',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 9,'2017-07-27 15:26:52.985','LG',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 10,'2017-07-27 15:26:52.985','CISCO',1);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 11,'2017-07-27 15:26:52.985','Windows',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 12,'2017-07-27 15:26:52.985','Linux',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 13,'2017-07-27 15:26:52.985','Mac OS',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 14,'2017-07-27 15:26:52.985','Ubuntu',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 15,'2017-07-27 15:26:52.985','Cent OS',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 16,'2017-07-27 15:26:52.985','Fedora',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 17,'2017-07-27 15:26:52.985','Red Hat',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 18,'2017-07-27 15:26:52.985','Debian',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 19,'2017-07-27 15:26:52.985','SUSE',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 20,'2017-07-27 15:26:52.985','Core OS',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 21,'2017-07-27 15:26:52.985','Amazon Linux',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 22,'2017-07-27 15:26:52.985','Kubernetes',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 23,'2017-07-27 15:26:52.985','Docker',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 24,'2017-07-27 15:26:52.985','iOS',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 25,'2017-07-27 15:26:52.985','Android',2);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 26,'2017-07-27 15:26:52.985','Windows',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 27,'2017-07-27 15:26:52.985','Mac OS',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 28,'2017-07-27 15:26:52.985','Ubuntu',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 29,'2017-07-27 15:26:52.985','Cent OS',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 30,'2017-07-27 15:26:52.985','Fedora',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 31,'2017-07-27 15:26:52.985','Red Hat',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 32,'2017-07-27 15:26:52.985','Debian',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 33,'2017-07-27 15:26:52.985','SUSE',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 34,'2017-07-27 15:26:52.985','Core OS',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 35,'2017-07-27 15:26:52.985','Amazon Linux',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 36,'2017-07-27 15:26:52.985','Kubernetes',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 37,'2017-07-27 15:26:52.985','Docker',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 38,'2017-07-27 15:26:52.985','iOS',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 39,'2017-07-27 15:26:52.985','Android',3);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 40,'2017-07-27 15:26:52.985','ACTIVEDIRECTORY',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 41,'2017-07-27 15:26:52.985','CASSANDRA',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 42,'2017-07-27 15:26:52.985','DHCP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 43,'2017-07-27 15:26:52.985','DNS',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 44,'2017-07-27 15:26:52.985','FTP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 45,'2017-07-27 15:26:52.985','HTTP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 46,'2017-07-27 15:26:52.985','IMAP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 47,'2017-07-27 15:26:52.985','LDAP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 48,'2017-07-27 15:26:52.985','MONGODB',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 49,'2017-07-27 15:26:52.985','MSSQL',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 50,'2017-07-27 15:26:52.985','MYSQL',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 51,'2017-07-27 15:26:52.985','NETBIOS',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 52,'2017-07-27 15:26:52.985','ORACLE',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 53,'2017-07-27 15:26:52.985','POP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 54,'2017-07-27 15:26:52.985','POSTGRESQL',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 55,'2017-07-27 15:26:52.985','REDIS',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 56,'2017-07-27 15:26:52.985','RMI',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 57,'2017-07-27 15:26:52.985','SMB',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 58,'2017-07-27 15:26:52.985','SMTP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 59,'2017-07-27 15:26:52.985','SNMP',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 60,'2017-07-27 15:26:52.985','SSH',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 61,'2017-07-27 15:26:52.985','TELNET',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 62,'2017-07-27 15:26:52.985','WMI',7);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_infra_vendor (id,create_date,name,meta_infra_type_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 63,'2017-07-27 15:26:52.985','UNKNOWN',7);
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
1 , ' 2017-07-27 15:26:52.985 ' , ' ACTIVEDIRECTORY ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
2 , ' 2017-07-27 15:26:52.985 ' , ' CASSANDRA ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
3 , ' 2017-07-27 15:26:52.985 ' , ' DHCP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
4 , ' 2017-07-27 15:26:52.985 ' , ' DNS ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
5 , ' 2017-07-27 15:26:52.985 ' , ' FTP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
6 , ' 2017-07-27 15:26:52.985 ' , ' HTTP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
7 , ' 2017-07-27 15:26:52.985 ' , ' IMAP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
8 , ' 2017-07-27 15:26:52.985 ' , ' LDAP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
9 , ' 2017-07-27 15:26:52.985 ' , ' MONGODB ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
10 , ' 2017-07-27 15:26:52.985 ' , ' MSSQL ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
11 , ' 2017-07-27 15:26:52.985 ' , ' MYSQL ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
12 , ' 2017-07-27 15:26:52.985 ' , ' NETBIOS ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
13 , ' 2017-07-27 15:26:52.985 ' , ' ORACLE ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
14 , ' 2017-07-27 15:26:52.985 ' , ' POP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
15 , ' 2017-07-27 15:26:52.985 ' , ' POSTGRESQL ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
16 , ' 2017-07-27 15:26:52.985 ' , ' REDIS ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
17 , ' 2017-07-27 15:26:52.985 ' , ' RMI ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
18 , ' 2017-07-27 15:26:52.985 ' , ' SMB ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
19 , ' 2017-07-27 15:26:52.985 ' , ' SMTP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
20 , ' 2017-07-27 15:26:52.985 ' , ' SNMP ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
21 , ' 2017-07-27 15:26:52.985 ' , ' SSH ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
22 , ' 2017-07-27 15:26:52.985 ' , ' TELNET ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
23 , ' 2017-07-27 15:26:52.985 ' , ' WMI ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
24 , ' 2017-07-27 15:26:52.985 ' , ' UNKNOWN ' , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
25 , ' 2017-11-10 15:26:52.985 ' , ' SSH ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
26 , ' 2017-11-10 15:26:52.985 ' , ' WMI ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_infra_vendor ( id , create_date , name , meta_infra_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
27 , ' 2017-11-10 15:26:52.985 ' , ' SNMP ' , 2 ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
1 , ' 2017-06-30 12:56:08.791 ' , ' ACTIVEDIRECTORY ' , ' ACTIVEDIRECTORY_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
2 , ' 2017-06-30 12:56:08.791 ' , ' CASSANDRA ' , ' CASSANDRA_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
3 , ' 2017-06-30 12:56:08.791 ' , ' DHCP ' , ' DHCP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
4 , ' 2017-06-30 12:56:08.791 ' , ' DNS ' , ' DNS_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
5 , ' 2017-06-30 12:56:08.791 ' , ' FTP ' , ' FTP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
6 , ' 2017-06-30 12:56:08.791 ' , ' HTTP ' , ' HTTP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
7 , ' 2017-06-30 12:56:08.791 ' , ' IMAP ' , ' IMAP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
8 , ' 2017-06-30 12:56:08.791 ' , ' LDAP ' , ' LDAP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
9 , ' 2017-06-30 12:56:08.791 ' , ' MONGODB ' , ' MONGODB_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
10 , ' 2017-06-30 12:56:08.791 ' , ' MSSQL ' , ' MSSQL_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
11 , ' 2017-06-30 12:56:08.791 ' , ' MYSQL ' , ' MYSQL_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
12 , ' 2017-06-30 12:56:08.791 ' , ' NETBIOS ' , ' NETBIOS_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
13 , ' 2017-06-30 12:56:08.791 ' , ' ORACLE ' , ' ORACLE_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
14 , ' 2017-06-30 12:56:08.791 ' , ' POP ' , ' POP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
15 , ' 2017-06-30 12:56:08.791 ' , ' POSTGRESQL ' , ' POSTGRESQL_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
16 , ' 2017-06-30 12:56:08.791 ' , ' REDIS ' , ' REDIS_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
17 , ' 2017-06-30 12:56:08.791 ' , ' JMX ' , ' JMX_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
18 , ' 2017-06-30 12:56:08.791 ' , ' SMB ' , ' SMB_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
19 , ' 2017-06-30 12:56:08.791 ' , ' SMTP ' , ' SMTP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
20 , ' 2017-06-30 12:56:08.791 ' , ' SNMP ' , ' SNMP_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
21 , ' 2017-06-30 12:56:08.791 ' , ' SSH ' , ' SSH_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
22 , ' 2017-06-30 12:56:08.791 ' , ' TELNET ' , ' TELNET_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
23 , ' 2017-06-30 12:56:08.791 ' , ' WMI ' , ' WMI_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
24 , ' 2017-06-30 12:56:08.791 ' , ' UNKNOWN ' , ' UNKNOWN_CRAWLER ' ) ;
INSERT INTO public . meta_crawler ( id , create_date , description , name ) VALUES (
25 , ' 2017-06-30 12:56:08.791 ' , ' SNMP V3 ' , ' SNMPV3_CRAWLER ' ) ;
INSERT INTO public . meta_input_type ( id , create_date , description , " name " ) VALUES (
1 , ' 2017-06-25 17:00:53.861 ' , ' TEXT ' , ' TEXT_TYPE ' ) ;
INSERT INTO public . meta_input_type ( id , create_date , description , " name " ) VALUES (
2 , ' 2017-06-25 17:00:53.893 ' , ' PASSWORD ' , ' PASSWORD_TYPE ' ) ;
INSERT INTO public . meta_input_type ( id , create_date , description , " name " ) VALUES (
3 , ' 2017-06-25 17:00:53.901 ' , ' NUMBER ' , ' NUMBER_TYPE ' ) ;
INSERT INTO public . meta_input_type ( id , create_date , description , " name " ) VALUES (
4 , ' 2017-06-25 17:00:53.910 ' , ' BOOLEAN ' , ' BOOLEAN_TYPE ' ) ;
INSERT INTO public . meta_input_type ( id , create_date , description , " name " ) VALUES (
5 , ' 2017-06-25 17:00:53.920 ' , ' SELECT ' , ' SELECT_TYPE ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 1 ' , ' 2017-06-25 17:01 ' , ' Loafle ' , ' Windows Account ID ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 23 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 2 ' , ' 2017-06-25 17:01 ' , ' ' , ' Windows Account PW ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 23 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 3 ' , ' 2017-06-25 17:01 ' , ' public ' , ' SNMP V2 Community ' , ' ' , ' ' , ' Community ' , ' ' , ' TRUE ' , ' 20 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 4 ' , ' 2017-06-25 17:01 ' , ' mysqldb ' , ' MYSQL DB Name ' , ' ' , ' ' , ' DB Name ' , ' ' , ' TRUE ' , ' 11 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 5 ' , ' 2017-06-25 17:01 ' , ' Loafle ' , ' MYSQL Account ID ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 11 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 6 ' , ' 2017-06-25 17:01 ' , ' ' , ' MYSQL Account PW ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 11 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 7 ' , ' 2017-06-25 17:01 ' , ' Loafle ' , ' JMX Account ID ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 17 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 8 ' , ' 2017-06-25 17:01 ' , ' ' , ' JMX Account PW ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 17 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 9 ' , ' 2017-09-11 18:41 ' , ' MD5 ' , ' SNMP V3 Auth Type ' , ' ' , ' MD5|SHA ' , ' AuthType ' , ' ' , ' TRUE ' , ' 25 ' , ' 5 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 10 ' , ' 2017-09-11 18:41 ' , ' Loafle ' , ' SNMP V3 User ID ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 25 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 11 ' , ' 2017-09-11 18:41 ' , ' ' , ' SNMP V3 PassWord ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 25 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 12 ' , ' 2017-09-11 18:41 ' , ' DES ' , ' SNMP V3 Encryption Type ' , ' ' , ' DES|AES ' , ' Encryption Type ' , ' ' , ' TRUE ' , ' 25 ' , ' 5 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 13 ' , ' 2017-09-11 18:41 ' , ' Loafle ' , ' SNMP V3 Encryption Key ' , ' ' , ' ' , ' Encryption Key ' , ' ' , ' TRUE ' , ' 25 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 14 ' , ' 2017-06-25 17:01 ' , ' redis ' , ' Redis DB Name ' , ' ' , ' ' , ' DB Name ' , ' ' , ' TRUE ' , ' 16 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 15 ' , ' 2017-06-25 17:01 ' , ' Loafle ' , ' Redis Account ID ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 16 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 16 ' , ' 2017-06-25 17:01 ' , ' ' , ' Redis Account PW ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 16 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 17 ' , ' 2017-06-25 17:01 ' , ' Loafle ' , ' SSH User ' , ' ' , ' ' , ' ID ' , ' ' , ' TRUE ' , ' 21 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_crawler_input_item ( id , create_date , default_value , description , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 18 ' , ' 2017-06-25 17:01 ' , ' ' , ' SSH PW ' , ' ' , ' ' , ' PassWord ' , ' ' , ' TRUE ' , ' 21 ' , ' 2 ' ) ;
INSERT INTO public . meta_probe_architecture ( id , architecture , create_date ) VALUES (
1 , ' x86-64bit ' , ' 2017-06-25 16:48:15.317 ' ) ;
INSERT INTO public . meta_probe_architecture ( id , architecture , create_date ) VALUES (
2 , NULL , ' 2017-06-25 16:48:15.350 ' ) ;
INSERT INTO public . meta_probe_os ( id , create_date , " name " ) VALUES (
1 , ' 2017-06-25 16:48:28.617 ' , ' Windows ' ) ;
INSERT INTO public . meta_probe_os ( id , create_date , " name " ) VALUES (
2 , ' 2017-06-25 16:48:28.683 ' , ' Debian ' ) ;
INSERT INTO public . meta_probe_os ( id , create_date , " name " ) VALUES (
3 , ' 2017-06-25 16:48:28.699 ' , ' Ubuntu ' ) ;
INSERT INTO public . meta_probe_os ( id , create_date , " name " ) VALUES (
4 , ' 2017-06-25 16:48:28.708 ' , ' Fedora ' ) ;
INSERT INTO public . meta_probe_version ( id , create_date , " version " ) VALUES (
1 , ' 2017-06-25 16:48:00.520 ' , ' 1.0.0 ' ) ;
INSERT INTO public . meta_probe_version ( id , create_date , " version " ) VALUES (
2 , ' 2017-06-25 16:48:00.558 ' , ' 1.1.0 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
1 , ' 2017-06-25 16:59:59.194 ' , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
2 , ' 2017-06-25 16:59:59.216 ' , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
3 , ' 2017-06-25 16:59:59.255 ' , 1 , 3 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
4 , ' 2017-06-25 16:59:59.268 ' , 1 , 4 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
5 , ' 2017-06-25 16:59:59.279 ' , 2 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
6 , ' 2017-06-25 16:59:59.307 ' , 2 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
7 , ' 2017-06-25 16:59:59.317 ' , 2 , 3 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
8 , ' 2017-06-25 16:59:59.330 ' , 2 , 4 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
9 , ' 2017-06-25 16:59:59.363 ' , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
10 , ' 2017-06-25 16:59:59.395 ' , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
11 , ' 2017-06-25 16:59:59.416 ' , 1 , 3 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
12 , ' 2017-06-25 16:59:59.446 ' , 1 , 4 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
13 , ' 2017-06-25 16:59:59.468 ' , 2 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
14 , ' 2017-06-25 16:59:59.484 ' , 2 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
15 , ' 2017-06-25 16:59:59.507 ' , 2 , 3 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_probe_package ( id , create_date , meta_probe_architecture_id , meta_probe_os_id , meta_probe_version_id ) VALUES (
2018-04-06 21:46:02 +09:00
16 , ' 2017-06-25 16:59:59.522 ' , 2 , 4 , 2 ) ;
INSERT INTO public . meta_probe_status ( id , " name " ) VALUES (
1 , ' INITIAL ' ) ;
INSERT INTO public . meta_probe_status ( id , " name " ) VALUES (
2 , ' NORMAL ' ) ;
INSERT INTO public . meta_noauth_probe_status ( id , " name " ) VALUES (
1 , ' ACCEPT ' ) ;
INSERT INTO public . meta_noauth_probe_status ( id , " name " ) VALUES (
2 , ' DENY ' ) ;
INSERT INTO public . meta_noauth_probe_status ( id , " name " ) VALUES (
3 , ' PROCESS ' ) ;
INSERT INTO public . meta_probe_task_type ( id , create_date , description , " name " ) VALUES (
1 , ' 2017-06-26 15:58:02.397 ' , ' DISCOVERY START ' , ' DISCOVERY ' ) ;
INSERT INTO public . meta_sensor_status ( id , " name " ) VALUES (
1 , ' RUNNING ' ) ;
INSERT INTO public . meta_sensor_status ( id , " name " ) VALUES (
2 , ' STOPPED ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
1 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' CPU ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
2 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Memory ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
3 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Disk IO ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
4 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' File System ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
5 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Network ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
6 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Process ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
7 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Server ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
8 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Client ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
9 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Persistence ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
10 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Stats ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
11 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Replication ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
12 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Cluster ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
13 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Keyspace ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
14 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' InnoDB ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
15 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Net ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
16 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Performance ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
17 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Thread ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
18 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' GlobalRequestProcessor ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
19 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' Servlet ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
20 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' StringCache ' ) ;
INSERT INTO public . meta_sensor_item_type ( id , create_date , description , " name " ) VALUES (
21 , ' 2017-06-26 19:49:00.000 ' , ' ' , ' JspMonitor ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
0 , ' 2017-09-20 14:16:26.213 ' , ' ' , ' ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
1 , ' 2017-09-20 14:16:26.213 ' , ' % ' , ' Percentage ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
2 , ' 2017-09-20 14:16:26.256 ' , ' Bytes ' , ' Byte ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
3 , ' 2017-09-20 14:16:26.272 ' , ' KB ' , ' KByte ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
4 , ' 2017-09-20 14:16:26.289 ' , ' MB ' , ' MByte ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
5 , ' 2017-09-20 14:16:26.305 ' , ' GB ' , ' GByte ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
6 , ' 2017-09-20 14:16:26.321 ' , ' ' , ' Count ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
7 , ' 2017-09-20 14:16:26.339 ' , ' Jiffies ' , ' Jiffy ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
8 , ' 2017-09-20 14:16:26.355 ' , ' BPS ' , ' Byte Per Second ' ) ;
INSERT INTO public . meta_sensor_item_unit ( id , create_date , mark , unit ) VALUES (
9 , ' 2017-09-20 14:16:26.372 ' , ' PPS ' , ' Packet Per Second ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 123 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.user ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 124 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.nice ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 125 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.system ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 126 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.idle ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 127 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.iowait ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 128 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.irq ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 129 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.softirq ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 130 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.steal ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 131 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.guest ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 132 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.gnice ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 133 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.processor ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 134 ' , ' 2017-11-06 00:00:00 ' , ' cpu.usage.privilege ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 135 ' , ' 2017-11-06 00:00:00 ' , ' mem.usage.total ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 136 ' , ' 2017-11-06 00:00:00 ' , ' mem.usage.free ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 137 ' , ' 2017-11-06 00:00:00 ' , ' mem.usage.available ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 138 ' , ' 2017-11-06 00:00:00 ' , ' mem.usage.buffers ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 139 ' , ' 2017-11-06 00:00:00 ' , ' mem.usage.cached ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 140 ' , ' 2017-11-06 00:00:00 ' , ' mem.swap.usage.total ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 141 ' , ' 2017-11-06 00:00:00 ' , ' mem.swap.usage.free ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 142 ' , ' 2017-11-06 00:00:00 ' , ' mem.swap.usage.cached ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 143 ' , ' 2017-11-06 00:00:00 ' , ' mem.virtual.usage.total ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 144 ' , ' 2017-11-06 00:00:00 ' , ' mem.virtual.usage.free ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 145 ' , ' 2017-11-06 00:00:00 ' , ' mem.paging.usage.total ' , ' ' ) ;
INSERT INTO public . meta_sensor_item ( id , create_date , " key " , name ) VALUES (
' 146 ' , ' 2017-11-06 00:00:00 ' , ' mem.paging.usage.free ' , ' ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 119 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' user ' , ' ' , ' 21 ' , ' 123 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 120 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' nice ' , ' ' , ' 21 ' , ' 124 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 121 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' system ' , ' ' , ' 21 ' , ' 125 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 122 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' idle ' , ' ' , ' 21 ' , ' 126 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 123 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' iowait ' , ' ' , ' 21 ' , ' 127 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 124 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' irq ' , ' ' , ' 21 ' , ' 128 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 125 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' softirq ' , ' ' , ' 21 ' , ' 129 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 126 ' , ' 2017-06-26 19:49:00 ' , ' cat /proc/stat ' , ' steal ' , ' ' , ' 21 ' , ' 130 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 127 ' , ' 2017-06-26 19:49:01 ' , ' cat /proc/stat ' , ' guest ' , ' ' , ' 21 ' , ' 131 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 128 ' , ' 2017-06-26 19:49:02 ' , ' cat /proc/stat ' , ' gnice ' , ' ' , ' 21 ' , ' 132 ' , ' 7 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 129 ' , ' 2017-06-26 19:49:03 ' , ' Win32_PerfFormattedData_PerfOS_Processor ' , ' PercentIdleTime ' , ' {"where": "Name= '' _Total '' "} ' , ' 23 ' , ' 126 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 130 ' , ' 2017-06-26 19:49:04 ' , ' Win32_PerfFormattedData_PerfOS_Processor ' , ' PercentProcessorTime ' , ' {"where": "Name= '' _Total '' "} ' , ' 23 ' , ' 133 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 131 ' , ' 2017-06-26 19:49:04 ' , ' Win32_PerfFormattedData_PerfOS_Processor ' , ' PercentUserTime ' , ' {"where": "Name= '' _Total '' "} ' , ' 23 ' , ' 123 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 132 ' , ' 2017-06-26 19:49:04 ' , ' Win32_PerfFormattedData_PerfOS_Processor ' , ' PercentPrivilegedTime ' , ' {"where": "Name= '' _Total '' "} ' , ' 23 ' , ' 134 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 133 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' total ' , ' ' , ' 21 ' , ' 135 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 134 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' free ' , ' ' , ' 21 ' , ' 136 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 135 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' available ' , ' ' , ' 21 ' , ' 137 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 136 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' buffers ' , ' ' , ' 21 ' , ' 138 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 137 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' cached ' , ' ' , ' 21 ' , ' 139 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 138 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' swapTotal ' , ' ' , ' 21 ' , ' 140 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 139 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' swapFree ' , ' ' , ' 21 ' , ' 141 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 140 ' , ' 2017-06-26 19:49:04 ' , ' cat /proc/meminfo ' , ' swapCached ' , ' ' , ' 21 ' , ' 142 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 141 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' TotalVisibleMemorySize ' , ' ' , ' 23 ' , ' 135 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 142 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' FreePhysicalMemory ' , ' ' , ' 23 ' , ' 136 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 143 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' TotalVirtualMemorySize ' , ' ' , ' 23 ' , ' 143 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 144 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' FreeVirtualMemory ' , ' ' , ' 23 ' , ' 144 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 145 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' SizeStoredInPagingFiles ' , ' ' , ' 23 ' , ' 145 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_item_key ( id , create_date , froms , " key " , option_json , meta_crawler_id , meta_sensor_item_id , meta_sensor_item_unit_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 146 ' , ' 2017-06-26 19:49:04 ' , ' Win32_OperatingSystem ' , ' FreeSpaceInPagingFiles ' , ' ' , ' 23 ' , ' 146 ' , ' 3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 1 ' , ' 2017-11-07 16:08:59 ' , ' true ' , ' ' , ' CPU Total usage (%) ' , ' ssh.cpu.usage.total ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 2 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU User (%) ' , ' ssh.cpu.usage.user ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 3 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Nice (%) ' , ' ssh.cpu.usage.nice ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 4 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU System (%) ' , ' ssh.cpu.usage.system ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 5 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Idle (%) ' , ' ssh.cpu.usage.idle ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 6 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU IO wait (%) ' , ' ssh.cpu.usage.iowait ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 7 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU IRQ (%) ' , ' ssh.cpu.usage.irq ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 8 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Soft IRQ (%) ' , ' ssh.cpu.usage.softirq ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 9 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Steal (%) ' , ' ssh.cpu.usage.steal ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 10 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Guest (%) ' , ' ssh.cpu.usage.guest ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 11 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Guest Nice (%) ' , ' ssh.cpu.usage.gnice ' , ' 21 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 12 ' , ' 2017-11-07 16:08:59 ' , ' true ' , ' ' , ' CPU Total usage (%) ' , ' wmi.cpu.usage.total ' , ' 23 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 13 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Idle (%) ' , ' wmi.cpu.usage.idle ' , ' 23 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 14 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Processor (%) ' , ' wmi.cpu.usage.processor ' , ' 23 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 15 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU User (%) ' , ' wmi.cpu.usage.user ' , ' 23 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 16 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' CPU Privilege (%) ' , ' wmi.cpu.usage.privilege ' , ' 23 ' , ' 1 ' , ' 1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 17 ' , ' 2017-11-07 16:08:59 ' , ' true ' , ' ' , ' Memory Total Usage (%) ' , ' ssh.mem.usage.total ' , ' 21 ' , ' 1 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 18 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Memory Free space (mb) ' , ' ssh.mem.usage.free ' , ' 21 ' , ' 4 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 19 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Buffered Memory (mb) ' , ' ssh.mem.usage.buffers ' , ' 21 ' , ' 4 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 20 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Cached Memory (mb) ' , ' ssh.mem.usage.cached ' , ' 21 ' , ' 4 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 21 ' , ' 2017-11-07 16:08:59 ' , ' true ' , ' ' , ' Swap Total Usage (%) ' , ' ssh.mem.swap.usage.total ' , ' 21 ' , ' 1 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 22 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Cached Swap (mb) ' , ' ssh.mem.swap.usage.cached ' , ' 21 ' , ' 4 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 23 ' , ' 2017-11-07 16:08:59 ' , ' true ' , ' ' , ' Memory Total usage (%) ' , ' wmi.mem.usage.total ' , ' 23 ' , ' 1 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 24 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Virtual Memory Usage (%) ' , ' wmi.mem.virtual.usage.total ' , ' 23 ' , ' 1 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , " key " , meta_crawler_id , meta_sensor_item_unit_id , meta_sensor_item_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 25 ' , ' 2017-11-07 16:08:59 ' , ' false ' , ' ' , ' Paging Usage (%) ' , ' wmi.mem.paging.usage.total ' , ' 23 ' , ' 1 ' , ' 2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 201 , ' 2017-11-07 16:08:59 ' , true , ' The rate of connections to the server. ' , ' Connections ' , ' MYSQL.NET.CONNECTIONS ' , 11 , 15 , 6 ) ;
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 202 , ' 2017-11-07 16:08:59 ' , true , ' The rate of data reads and writes. ' , ' Reads & Writes ' , ' MYSQL.INNODB.READSWRITES ' , 11 , 14 , 6 ) ;
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 203 , ' 2017-11-07 16:08:59 ' , true , ' Fraction of time spent (ms/s) acquring row locks. ' , ' Row Lock Time (ms/s) ' , ' MYSQL.INNODB.ROW_LOCK_TIME ' , 11 , 14 , 0 ) ;
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 204 , ' 2017-11-07 16:08:59 ' , true , ' The number of times per second a row lock had to be waited for. ' , ' Row Lock Waits ' , ' MYSQL.INNODB.ROW_LOCK_WAITS ' , 11 , 14 , 6 ) ;
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 205 , ' 2017-11-07 16:08:59 ' , true , ' The rate of slow queries. ' , ' Slow Queries ' , ' MYSQL.PERFORMANCE.SLOW_QUERIES ' , 11 , 16 , 6 ) ;
INSERT INTO meta_sensor_display_item ( id , create_date , is_default , description , display_name , key , meta_crawler_id , meta_sensor_item_type_id , meta_sensor_item_unit_id ) VALUES ( 206 , ' 2017-11-07 16:08:59 ' , true , ' The rate of queries. ' , ' Queries ' , ' MYSQL.PERFORMANCE.QUERIES ' , 11 , 16 , 6 ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 1 ' , ' 1 ' , ' 119 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 2 ' , ' 1 ' , ' 120 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 3 ' , ' 1 ' , ' 121 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 4 ' , ' 1 ' , ' 122 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 5 ' , ' 1 ' , ' 123 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 6 ' , ' 1 ' , ' 124 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 7 ' , ' 1 ' , ' 125 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 8 ' , ' 1 ' , ' 126 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 9 ' , ' 1 ' , ' 127 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 10 ' , ' 1 ' , ' 128 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 11 ' , ' 2 ' , ' 119 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 12 ' , ' 3 ' , ' 120 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 13 ' , ' 4 ' , ' 121 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 14 ' , ' 5 ' , ' 122 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 15 ' , ' 6 ' , ' 123 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 16 ' , ' 7 ' , ' 124 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 17 ' , ' 8 ' , ' 125 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 18 ' , ' 9 ' , ' 126 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 19 ' , ' 10 ' , ' 127 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 20 ' , ' 11 ' , ' 128 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 21 ' , ' 12 ' , ' 129 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 22 ' , ' 12 ' , ' 130 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 23 ' , ' 12 ' , ' 131 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 24 ' , ' 12 ' , ' 132 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 25 ' , ' 13 ' , ' 129 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 26 ' , ' 14 ' , ' 130 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 27 ' , ' 15 ' , ' 131 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 28 ' , ' 16 ' , ' 132 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 29 ' , ' 17 ' , ' 133 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 30 ' , ' 17 ' , ' 134 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 31 ' , ' 17 ' , ' 135 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 32 ' , ' 17 ' , ' 136 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 33 ' , ' 17 ' , ' 137 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 34 ' , ' 18 ' , ' 134 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 35 ' , ' 19 ' , ' 136 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 36 ' , ' 20 ' , ' 137 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 37 ' , ' 21 ' , ' 138 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 38 ' , ' 21 ' , ' 139 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 39 ' , ' 21 ' , ' 140 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 40 ' , ' 22 ' , ' 140 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 41 ' , ' 23 ' , ' 141 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 42 ' , ' 23 ' , ' 142 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 43 ' , ' 23 ' , ' 143 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 44 ' , ' 23 ' , ' 144 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 45 ' , ' 23 ' , ' 145 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 46 ' , ' 23 ' , ' 146 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 47 ' , ' 24 ' , ' 143 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 48 ' , ' 24 ' , ' 144 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 49 ' , ' 25 ' , ' 145 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO meta_sensor_display_mapping ( id , meta_sensor_display_item_id , meta_sensor_item_key_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 50 ' , ' 25 ' , ' 146 ' ) ;
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 1,'2017-07-27 15:29:48.634',23,26);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 2,'2017-07-27 15:29:48.634',20,26);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 3,'2017-07-27 15:29:48.634',20,28);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 4,'2017-07-27 15:29:48.634',20,29);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 5,'2017-07-27 15:29:48.634',20,30);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 6,'2017-07-27 15:29:48.634',20,31);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 7,'2017-07-27 15:29:48.634',20,32);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 8,'2017-07-27 15:29:48.634',1,40);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 9,'2017-07-27 15:29:48.634',2,41);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 10,'2017-07-27 15:29:48.634',3,42);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 11,'2017-07-27 15:29:48.634',4,43);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 12,'2017-07-27 15:29:48.634',5,44);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 13,'2017-07-27 15:29:48.634',6,45);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 14,'2017-07-27 15:29:48.634',7,46);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 15,'2017-07-27 15:29:48.634',8,47);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 16,'2017-07-27 15:29:48.634',9,48);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 17,'2017-07-27 15:29:48.634',10,49);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 18,'2017-07-27 15:29:48.634',11,50);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 19,'2017-07-27 15:29:48.634',12,51);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 20,'2017-07-27 15:29:48.634',13,52);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 21,'2017-07-27 15:29:48.634',14,53);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 22,'2017-07-27 15:29:48.634',15,54);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 23,'2017-07-27 15:29:48.634',16,55);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 24,'2017-07-27 15:29:48.634',17,56);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 25,'2017-07-27 15:29:48.634',18,57);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 26,'2017-07-27 15:29:48.634',19,58);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 27,'2017-07-27 15:29:48.634',20,59);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 28,'2017-07-27 15:29:48.634',21,60);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 29,'2017-07-27 15:29:48.634',22,61);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 30,'2017-07-27 15:29:48.634',23,62);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 31,'2017-07-27 15:29:48.634',24,63);
--
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 32,'2017-07-27 15:29:48.634',25,26);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 33,'2017-07-27 15:29:48.634',25,28);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 34,'2017-07-27 15:29:48.634',25,29);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 35,'2017-07-27 15:29:48.634',25,30);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 36,'2017-07-27 15:29:48.634',25,31);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 37,'2017-07-27 15:29:48.634',25,32);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 32,'2017-07-27 15:29:48.634',25,26);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 33,'2017-07-27 15:29:48.634',25,28);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 34,'2017-07-27 15:29:48.634',25,29);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 35,'2017-07-27 15:29:48.634',25,30);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 36,'2017-07-27 15:29:48.634',25,31);
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.meta_vendor_crawler (id,create_date,meta_crawler_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- 37,'2017-07-27 15:29:48.634',25,32);
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
1 , ' 2017-07-27 15:29:48.634 ' , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
2 , ' 2017-07-27 15:29:48.634 ' , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
3 , ' 2017-07-27 15:29:48.634 ' , 3 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
4 , ' 2017-07-27 15:29:48.634 ' , 4 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
5 , ' 2017-07-27 15:29:48.634 ' , 5 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
6 , ' 2017-07-27 15:29:48.634 ' , 6 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
7 , ' 2017-07-27 15:29:48.634 ' , 7 , 7 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
8 , ' 2017-07-27 15:29:48.634 ' , 8 , 8 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
9 , ' 2017-07-27 15:29:48.634 ' , 9 , 9 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
10 , ' 2017-07-27 15:29:48.634 ' , 10 , 10 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
11 , ' 2017-07-27 15:29:48.634 ' , 11 , 11 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
12 , ' 2017-07-27 15:29:48.634 ' , 12 , 12 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
13 , ' 2017-07-27 15:29:48.634 ' , 13 , 13 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
14 , ' 2017-07-27 15:29:48.634 ' , 14 , 14 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
15 , ' 2017-07-27 15:29:48.634 ' , 15 , 15 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
16 , ' 2017-07-27 15:29:48.634 ' , 16 , 16 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
17 , ' 2017-07-27 15:29:48.634 ' , 17 , 17 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
18 , ' 2017-07-27 15:29:48.634 ' , 18 , 18 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
19 , ' 2017-07-27 15:29:48.634 ' , 19 , 19 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
20 , ' 2017-07-27 15:29:48.634 ' , 20 , 20 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
21 , ' 2017-07-27 15:29:48.634 ' , 21 , 21 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
22 , ' 2017-07-27 15:29:48.634 ' , 22 , 22 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
23 , ' 2017-07-27 15:29:48.634 ' , 23 , 23 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
24 , ' 2017-07-27 15:29:48.634 ' , 24 , 24 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . meta_vendor_crawler ( id , create_date , meta_crawler_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
25 , ' 2017-07-27 15:29:48.634 ' , 25 , 20 ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
1 , ' 2017-08-23 13:28:26.966 ' , ' Member ' ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
2 , ' 2017-08-23 13:28:26.966 ' , ' Probe ' ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
3 , ' 2017-08-23 13:28:26.966 ' , ' Discovery ' ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
4 , ' 2017-08-23 13:28:26.966 ' , ' Target ' ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
5 , ' 2017-08-23 13:28:26.966 ' , ' Crawler ' ) ;
INSERT INTO public . meta_history_type ( id , create_date , " name " ) VALUES (
6 , ' 2017-08-23 13:28:26.966 ' , ' Sensor ' ) ;
2018-05-04 16:38:36 +09:00
INSERT INTO public . meta_email_status ( id , create_date , " name " ) VALUES (
1 , ' 2017-08-23 13:28:26.966 ' , ' signup confirm ' ) ;
INSERT INTO public . meta_email_status ( id , create_date , " name " ) VALUES (
2 , ' 2017-08-23 13:28:26.966 ' , ' reset password confirm ' ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO public . " member " ( company_name , create_date , email , " name " , phone , pw , meta_member_status_id ) VALUES (
2018-04-06 21:46:02 +09:00
' loafle ' , ' 2017-06-26 11:07:27.625 ' , ' overflow@loafle.com ' , ' overFlow ' , ' 000-000-0000 ' , ' $2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ. ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . " member " ( company_name , create_date , email , " name " , phone , pw , meta_member_status_id ) VALUES (
2018-04-06 21:46:02 +09:00
' loafle ' , ' 2017-06-26 11:07:27.625 ' , ' insanity@loafle.com ' , ' overFlow ' , ' 000-000-0000 ' , ' $2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ. ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . " member " ( company_name , create_date , email , " name " , phone , pw , meta_member_status_id ) VALUES (
2018-04-06 21:46:02 +09:00
' loafle ' , ' 2017-06-26 11:07:27.625 ' , ' snoop@loafle.com ' , ' overFlow ' , ' 000-000-0000 ' , ' $2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ. ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . " member " ( company_name , create_date , email , " name " , phone , pw , meta_member_status_id ) VALUES (
2018-04-06 21:46:02 +09:00
' loafle ' , ' 2017-06-26 11:07:27.625 ' , ' geekdev@naver.com ' , ' geek ' , ' 000-000-0000 ' , ' $2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ. ' , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . email_auth ( auth_confirm_date , create_date , email_auth_key , member_id , meta_email_status_id ) VALUES (
2018-05-04 16:38:36 +09:00
' 2017-06-27 15:28:48.895 ' , ' 2017-06-26 15:28:48.895 ' , ' dbseogns1234 ' , 1 , 1 ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO public . email_auth ( auth_confirm_date , create_date , email_auth_key , member_id , meta_email_status_id ) VALUES (
2018-05-04 16:38:36 +09:00
' 2017-12-26 15:28:48.895 ' , ' 2017-11-22 12:28:48.895 ' , ' dbseogns1234 ' , 2 , 1 ) ;
2018-04-06 21:46:02 +09:00
INSERT INTO public . " domain " ( create_date , " name " ) VALUES (
' 2017-06-26 11:25:44.866 ' , ' overFlow '' s domain ' ) ;
INSERT INTO public . " domain " ( create_date , " name " ) VALUES (
' 2017-06-26 11:25:44.866 ' , ' insanity '' s domain ' ) ;
INSERT INTO public . " domain " ( create_date , " name " ) VALUES (
' 2017-06-26 11:25:44.866 ' , ' snoop '' s domain ' ) ;
INSERT INTO public . " domain " ( create_date , " name " ) VALUES (
' 2017-06-26 11:25:44.866 ' , ' geek '' s domain ' ) ;
INSERT INTO public . domain_member ( create_date , domain_id , member_id ) VALUES (
' 2017-06-26 11:27:43.023 ' , 1 , 1 ) ;
INSERT INTO public . domain_member ( create_date , domain_id , member_id ) VALUES (
' 2017-06-26 11:27:43.023 ' , 2 , 2 ) ;
INSERT INTO public . domain_member ( create_date , domain_id , member_id ) VALUES (
' 2017-06-26 11:27:43.023 ' , 3 , 3 ) ;
INSERT INTO public . domain_member ( create_date , domain_id , member_id ) VALUES (
' 2017-06-26 11:27:43.023 ' , 4 , 4 ) ;
-- Member TOTP Insert SQL
-- INSERT INTO public.member_totp (create_date, secret_code, update_date, member_id) VALUES(
-- '2018-03-09 16:39:57.304', 'EDPBZLDATGZP7NX2', '2018-03-09 16:39:57.304', 2);
-- Member TOTP Insert SQL
INSERT INTO public . api_key ( api_key , create_date , domain_id ) VALUES (
' 52abd6fd57e511e7ac52080027658d13 ' , ' 2017-06-26 13:02:28.347 ' , 1 ) ;
INSERT INTO public . api_key ( api_key , create_date , domain_id ) VALUES (
' bf78f1f4319611e897713222d3c76cf6 ' , ' 2017-06-26 13:02:28.347 ' , 2 ) ;
INSERT INTO public . api_key ( api_key , create_date , domain_id ) VALUES (
' 05cf2947319911e898993222d3c76cf6 ' , ' 2017-06-26 13:02:28.347 ' , 3 ) ;
INSERT INTO public . api_key ( api_key , create_date , domain_id ) VALUES (
' 09c8c54f319911e8a41f3222d3c76cf6 ' , ' 2017-06-26 13:02:28.347 ' , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . probe ( authorize_date , cidr , create_date , description , display_name , encryption_key , probe_key , authorize_member_id , domain_id , meta_probe_status_id , target_count ) VALUES (
2018-04-27 13:45:57 +09:00
' 2017-08-21 14:48:31.563 ' , ' 192.168.1.0/24 ' , ' 2017-08-21 14:48:31.563 ' , ' snoop probe ' , ' test probe 111111 ' , ' 8c51fa9c5bcc11e7980a080027658d13 ' , ' 899fdd145bcc11e7b611080027658d13 ' , 1 , 1 , 1 , 0 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . probe ( authorize_date , cidr , create_date , description , display_name , encryption_key , probe_key , authorize_member_id , domain_id , meta_probe_status_id , target_count ) VALUES (
2018-04-27 13:45:57 +09:00
' 2017-08-21 15:00:09.691 ' , ' 192.168.2.0/24 ' , ' 2017-08-21 15:00:09.691 ' , ' insanity probe ' , ' test probe 22222 ' , ' f1f72c8d2a814580bb7c4615ec43a6a8 ' , ' 95d8bcdc739741dca74c4a0e489e0774 ' , 1 , 1 , 1 , 0 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
1 , ' 2017-08-21 12:59:10.244 ' , 1 , 1 ) ;
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
3 , ' 2017-08-21 13:05:24.883 ' , 3 , 1 ) ;
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
2 , ' 2017-08-21 14:20:01.830 ' , 2 , 1 ) ;
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
7 , ' 2017-08-21 14:24:26.525 ' , 7 , 1 ) ;
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
4 , ' 2017-08-21 14:27:19.474 ' , 4 , 1 ) ;
INSERT INTO public . infra ( infra_type , create_date , meta_infra_type_id , probe_id ) VALUES (
5 , ' 2017-08-21 14:28:48.761 ' , 5 , 1 ) ;
2018-04-06 21:46:02 +09:00
INSERT INTO public . infra_machine ( meta , id ) VALUES (
' i am a infra machine ' , 1 ) ;
2018-06-06 00:26:10 +09:00
-- INSERT INTO public.infra_os (meta,id,infra_machine_id,meta_infra_vendor_id) VALUES (
2018-04-06 21:46:02 +09:00
-- '',2,1,26);
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra_os ( meta , id , infra_machine_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
' ' , 2 , 1 , 24 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra_host ( ip_v4 , ip_v6 , mac , id , infra_os_id ) VALUES (
2018-04-26 17:11:31 +09:00
' 192.168.1.111 ' , ' fe80::b83c:44a8:5d71:5bc0%3 ' , ' 30-9C-23-15-A3-09 ' , 3 , 2 ) ;
2018-04-06 21:46:02 +09:00
-- INSERT INTO public.infra_service (port,port_type,tls_type,id,host_id,vendor_id) VALUES (
-- 80,'TCP',false,4,3,45);
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra_service ( port , port_type , tls_type , id , infra_host_id , meta_infra_vendor_id ) VALUES (
2018-04-06 21:46:02 +09:00
80 , ' TCP ' , false , 4 , 3 , 24 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra_os_application ( " name " , id , infra_os_id ) VALUES (
2018-04-06 21:46:02 +09:00
' Apache ' , 5 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . infra_os_daemon ( " name " , id , infra_os_id ) VALUES (
2018-04-06 21:46:02 +09:00
' Apache ' , 6 , 2 ) ;
2018-06-06 00:52:24 +09:00
insert into public . probe_host ( infra_host_id , PROBE_ID ) values ( 3 , 1 ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' Machine Target ' , ' ghost target ' , 0 , 1 ) ;
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' OS target ' , ' ghost target ' , 0 , 2 ) ;
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' Host target ' , ' ghost target ' , 0 , 3 ) ;
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' Service target ' , ' ghost target ' , 0 , 4 ) ;
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' OS App target ' , ' ghost target ' , 0 , 5 ) ;
INSERT INTO public . target ( create_date , description , display_name , sensor_count , infra_id ) VALUES (
' 2017-07-27 20:18:09.555 ' , ' OS Daemon target ' , ' ghost target ' , 0 , 6 ) ;
INSERT INTO public . sensor ( crawler_input_items , create_date , description , meta_crawler_id , meta_sensor_status_id , target_id , item_count , display_name ) VALUES (
2018-04-27 13:45:57 +09:00
NULL , ' 2017-06-26 20:19:07.009 ' , ' My sensor 11111 ' , 1 , 1 , 1 , 0 , ' DisplayName1 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . sensor ( crawler_input_items , create_date , description , meta_crawler_id , meta_sensor_status_id , target_id , item_count , display_name ) VALUES (
2018-04-27 13:45:57 +09:00
NULL , ' 2017-06-26 20:19:07.074 ' , ' My sensor 22222 ' , 1 , 2 , 1 , 0 , ' DisplayName2 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . sensor ( crawler_input_items , create_date , description , meta_crawler_id , meta_sensor_status_id , target_id , item_count , display_name ) VALUES (
2018-04-27 13:45:57 +09:00
NULL , ' 2017-08-28 16:17:05.506 ' , ' OS_SERVICE-MYSQL_CRAWLER ' , 11 , 1 , 4 , 0 , ' DisplayName3 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . sensor ( crawler_input_items , create_date , description , meta_crawler_id , meta_sensor_status_id , target_id , item_count , display_name ) VALUES (
2018-04-27 13:45:57 +09:00
NULL , ' 2017-09-05 12:26:02.738 ' , ' HOST-WMI_CRAWLER ' , 23 , 1 , 3 , 0 , ' DisplayName4 ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . sensor ( crawler_input_items , create_date , description , meta_crawler_id , meta_sensor_status_id , target_id , item_count , display_name ) VALUES (
2018-04-27 13:45:57 +09:00
NULL , ' 2017-09-11 12:26:02.738 ' , ' SERVICE-JMX_CRAWLER ' , 17 , 1 , 4 , 0 , ' DisplayName5 ' ) ;
2018-04-06 21:46:02 +09:00
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-06-26 20:21:16.626 ' , 1 , 1 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-06-26 20:21:50.988 ' , 2 , 2 ) ;
--
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 5 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 6 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 7 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 8 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 9 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 10 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 11 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 12 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 13 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 14 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 15 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 16 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 17 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 18 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 19 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 20 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 21 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 22 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 23 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 24 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 25 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 26 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 27 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 28 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 29 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 30 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 31 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 32 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 33 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 34 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 35 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 36 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 37 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 38 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 39 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 40 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 41 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 42 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 43 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 44 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 45 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 46 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 47 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 48 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 49 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 50 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 51 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 52 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 53 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 54 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 55 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 56 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 57 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 58 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 59 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 60 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 61 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 62 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 63 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 64 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 65 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 66 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 67 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 68 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 69 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 70 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 71 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 72 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 73 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 74 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 75 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 76 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 77 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 78 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 79 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 80 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 81 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 82 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 83 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 84 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 85 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 86 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 87 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 88 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 89 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 90 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 91 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 92 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 93 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-08-28 16:17:05.506 ' , 94 , 3 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 95 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 96 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 97 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 98 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 99 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 100 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 101 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 102 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 103 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 104 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 105 , 4 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-05 12:26:02.738 ' , 106 , 4 ) ;
--
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 107 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 108 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 109 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 110 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 111 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 112 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 113 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 114 , 5 ) ;
- - INSERT INTO public . sensor_item ( create_date , item_id , sensor_id ) VALUES (
- - ' 2017-09-11 12:26:02.738 ' , 115 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . noauth_probe ( api_key , create_date , description , temp_probe_key , domain_id , probe_id , meta_noauth_probe_status_id ) VALUES (
2018-04-06 21:46:02 +09:00
' 52abd6fd57e511e7ac52080027658d13 ' , ' 2017-06-26 12:43:46.877 ' , ' {"host":{"name":"geek-ubuntu","os":"linux","paltform":"ubuntu","platformFamily":"debian","platformVersion":"","kernelVersion":"4.4.0-93-generic","hostID":"03000200-0400-0500-0006-000700080009"},"network":{"name":"enp3s0","address":"192.168.1.103/24|fe80::36c0:6c3e:6006:dd23/64","gateway":"192.168.1.254","macAddress":"44:8a:5b:f1:f1:f3"}} ' , ' 1cf2555c57d511e79714080027658d13 ' , 1 , NULL , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . noauth_probe ( api_key , create_date , description , temp_probe_key , domain_id , probe_id , meta_noauth_probe_status_id ) VALUES (
2018-05-17 21:44:44 +09:00
' 52abd6fd57e511e7ac52080027658d13 ' , ' 2017-08-11 12:43:46.877 ' , ' {"host":{"name":"insanity-ubuntu","os":"linux","paltform":"ubuntu","platformFamily":"debian","platformVersion":"","kernelVersion":"4.4.0-93-generic","hostID":"4C4C4544-0044-4A10-8039-C7C04F595031"},"network":{"name":"enp3s0","address":"192.168.1.105/24|fe80::36c0:6c3e:6006:dd23/64","gateway":"192.168.1.254","macAddress":"44:8a:5b:f1:f1:f3"}} ' , ' 1cf2555c57d511e79714080027658d14 ' , 1 , NULL , 3 ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO public . noauth_probe ( api_key , create_date , description , temp_probe_key , domain_id , probe_id , meta_noauth_probe_status_id ) VALUES (
2018-05-17 21:44:44 +09:00
' 52abd6fd57e511e7ac52080027658d13 ' , ' 2017-08-11 12:43:46.877 ' , ' {"host":{"name":"snoop-ubuntu","os":"linux","paltform":"ubuntu","platformFamily":"debian","platformVersion":"","kernelVersion":"4.4.0-93-generic","hostID":"DE60E4C3-347A-4D38-AEAB-1760471665EA"},"network":{"name":"enp3s0","address":"192.168.1.106/24|fe80::36c0:6c3e:6006:dd23/64","gateway":"192.168.1.254","macAddress":"44:8a:5b:f1:f1:f3"}} ' , ' 1cf2555c57d511e79714080027658d15 ' , 1 , NULL , 3 ) ;
2018-04-06 21:46:02 +09:00
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
1 , ' 2017-08-24 18:33:25.427 ' , ' Test History 0 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
2 , ' 2017-08-24 18:33:25.472 ' , ' Test History 1 ' , 1 , 1 , 1 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
3 , ' 2017-08-24 18:33:25.493 ' , ' Test History 2 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
4 , ' 2017-08-24 18:33:25.518 ' , ' Test History 3 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
5 , ' 2017-08-24 18:33:25.543 ' , ' Test History 4 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
6 , ' 2017-08-24 18:33:25.563 ' , ' Test History 5 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
7 , ' 2017-08-24 18:33:25.582 ' , ' Test History 6 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
8 , ' 2017-08-24 18:33:25.601 ' , ' Test History 7 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
9 , ' 2017-08-24 18:33:25.621 ' , ' Test History 8 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
10 , ' 2017-08-24 18:33:25.641 ' , ' Test History 9 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
11 , ' 2017-08-24 18:33:25.660 ' , ' Test History 10 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
12 , ' 2017-08-24 18:33:25.674 ' , ' Test History 11 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
13 , ' 2017-08-24 18:33:25.687 ' , ' Test History 12 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
14 , ' 2017-08-24 18:33:25.701 ' , ' Test History 13 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
15 , ' 2017-08-24 18:33:25.714 ' , ' Test History 14 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
16 , ' 2017-08-24 18:33:25.731 ' , ' Test History 15 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
17 , ' 2017-08-24 18:33:25.747 ' , ' Test History 16 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
18 , ' 2017-08-24 18:33:25.762 ' , ' Test History 17 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
19 , ' 2017-08-24 18:33:25.778 ' , ' Test History 18 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
20 , ' 2017-08-24 18:33:25.793 ' , ' Test History 19 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
21 , ' 2017-08-24 18:33:25.808 ' , ' Test History 20 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
22 , ' 2017-08-24 18:33:25.823 ' , ' Test History 21 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
23 , ' 2017-08-24 18:33:25.839 ' , ' Test History 22 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
24 , ' 2017-08-24 18:33:25.854 ' , ' Test History 23 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
25 , ' 2017-08-24 18:33:25.873 ' , ' Test History 24 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
26 , ' 2017-08-24 18:33:25.888 ' , ' Test History 25 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
27 , ' 2017-08-24 18:33:25.902 ' , ' Test History 26 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
28 , ' 2017-08-24 18:33:25.917 ' , ' Test History 27 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
29 , ' 2017-08-24 18:33:25.929 ' , ' Test History 28 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
30 , ' 2017-08-24 18:33:25.942 ' , ' Test History 29 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
31 , ' 2017-08-24 18:33:25.954 ' , ' Test History 30 ' , 1 , 1 , 2 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
32 , ' 2017-08-24 18:33:25.968 ' , ' Test History 31 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
33 , ' 2017-08-24 18:33:25.981 ' , ' Test History 32 ' , 1 , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
34 , ' 2017-08-24 18:33:25.994 ' , ' Test History 33 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
35 , ' 2017-08-24 18:33:26.007 ' , ' Test History 34 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
36 , ' 2017-08-24 18:33:26.021 ' , ' Test History 35 ' , 1 , 1 , 2 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
37 , ' 2017-08-24 18:33:26.033 ' , ' Test History 36 ' , 1 , 1 , 2 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
38 , ' 2017-08-24 18:33:26.045 ' , ' Test History 37 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
39 , ' 2017-08-24 18:33:26.059 ' , ' Test History 38 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
40 , ' 2017-08-24 18:33:26.072 ' , ' Test History 39 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
41 , ' 2017-08-24 18:33:26.084 ' , ' Test History 40 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
42 , ' 2017-08-24 18:33:26.097 ' , ' Test History 41 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
43 , ' 2017-08-24 18:33:26.111 ' , ' Test History 42 ' , 1 , 1 , 2 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
44 , ' 2017-08-24 18:33:26.123 ' , ' Test History 43 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
45 , ' 2017-08-24 18:33:26.135 ' , ' Test History 44 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
46 , ' 2017-08-24 18:33:26.148 ' , ' Test History 45 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
47 , ' 2017-08-24 18:33:26.160 ' , ' Test History 46 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
48 , ' 2017-08-24 18:33:26.173 ' , ' Test History 47 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
49 , ' 2017-08-24 18:33:26.190 ' , ' Test History 48 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
50 , ' 2017-08-24 18:33:26.204 ' , ' Test History 49 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
51 , ' 2017-08-24 18:33:26.219 ' , ' Test History 50 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
52 , ' 2017-08-24 18:33:26.239 ' , ' Test History 51 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
53 , ' 2017-08-24 18:33:26.261 ' , ' Test History 52 ' , 1 , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
54 , ' 2017-08-24 18:33:26.560 ' , ' Test History 53 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
55 , ' 2017-08-24 18:33:26.583 ' , ' Test History 54 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
56 , ' 2017-08-24 18:33:26.600 ' , ' Test History 55 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
57 , ' 2017-08-24 18:33:26.617 ' , ' Test History 56 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
58 , ' 2017-08-24 18:33:26.632 ' , ' Test History 57 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
59 , ' 2017-08-24 18:33:26.646 ' , ' Test History 58 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
60 , ' 2017-08-24 18:33:26.661 ' , ' Test History 59 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
61 , ' 2017-08-24 18:33:26.676 ' , ' Test History 60 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
62 , ' 2017-08-24 18:33:26.692 ' , ' Test History 61 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
63 , ' 2017-08-24 18:33:26.708 ' , ' Test History 62 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
64 , ' 2017-08-24 18:33:26.722 ' , ' Test History 63 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
65 , ' 2017-08-24 18:33:26.734 ' , ' Test History 64 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
66 , ' 2017-08-24 18:33:26.747 ' , ' Test History 65 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
67 , ' 2017-08-24 18:33:26.758 ' , ' Test History 66 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
68 , ' 2017-08-24 18:33:26.771 ' , ' Test History 67 ' , 1 , 1 , 1 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
69 , ' 2017-08-24 18:33:26.784 ' , ' Test History 68 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
70 , ' 2017-08-24 18:33:26.798 ' , ' Test History 69 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
71 , ' 2017-08-24 18:33:26.813 ' , ' Test History 70 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
72 , ' 2017-08-24 18:33:26.834 ' , ' Test History 71 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
73 , ' 2017-08-24 18:33:26.846 ' , ' Test History 72 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
74 , ' 2017-08-24 18:33:26.859 ' , ' Test History 73 ' , 1 , 1 , 1 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
75 , ' 2017-08-24 18:33:26.873 ' , ' Test History 74 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
76 , ' 2017-08-24 18:33:26.889 ' , ' Test History 75 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
77 , ' 2017-08-24 18:33:26.905 ' , ' Test History 76 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
78 , ' 2017-08-24 18:33:26.921 ' , ' Test History 77 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
79 , ' 2017-08-24 18:33:26.935 ' , ' Test History 78 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
80 , ' 2017-08-24 18:33:26.948 ' , ' Test History 79 ' , 1 , 1 , 2 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
81 , ' 2017-08-24 18:33:26.961 ' , ' Test History 80 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
82 , ' 2017-08-24 18:33:26.974 ' , ' Test History 81 ' , 1 , 1 , 1 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
83 , ' 2017-08-24 18:33:26.987 ' , ' Test History 82 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
84 , ' 2017-08-24 18:33:27.000 ' , ' Test History 83 ' , 1 , 1 , 1 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
85 , ' 2017-08-24 18:33:27.013 ' , ' Test History 84 ' , 1 , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
86 , ' 2017-08-24 18:33:27.025 ' , ' Test History 85 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
87 , ' 2017-08-24 18:33:27.038 ' , ' Test History 86 ' , 1 , 1 , 1 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
88 , ' 2017-08-24 18:33:27.052 ' , ' Test History 87 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
89 , ' 2017-08-24 18:33:27.064 ' , ' Test History 88 ' , 1 , 1 , 2 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
90 , ' 2017-08-24 18:33:27.076 ' , ' Test History 89 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
91 , ' 2017-08-24 18:33:27.090 ' , ' Test History 90 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
92 , ' 2017-08-24 18:33:27.106 ' , ' Test History 91 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
93 , ' 2017-08-24 18:33:27.120 ' , ' Test History 92 ' , 1 , 1 , 1 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
94 , ' 2017-08-24 18:33:27.134 ' , ' Test History 93 ' , 1 , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
95 , ' 2017-08-24 18:33:27.149 ' , ' Test History 94 ' , 1 , 1 , 1 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
96 , ' 2017-08-24 18:33:27.164 ' , ' Test History 95 ' , 1 , 1 , 2 , 6 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
97 , ' 2017-08-24 18:33:27.177 ' , ' Test History 96 ' , 1 , 1 , 2 , 2 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
98 , ' 2017-08-24 18:33:27.191 ' , ' Test History 97 ' , 1 , 1 , 1 , 1 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
99 , ' 2017-08-24 18:33:27.204 ' , ' Test History 98 ' , 1 , 1 , 2 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . history ( id , create_date , message , domain_id , member_id , probe_id , meta_history_type_id ) VALUES (
2018-04-06 21:46:02 +09:00
100 , ' 2017-08-24 18:33:27.217 ' , ' Test History 99 ' , 1 , 1 , 1 , 3 ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
1 , ' 2017-08-29 16:39:16.198 ' , ' 2017-08-29 16:39:17.756 ' , ' Message0 ' , ' Title0 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
2 , ' 2017-08-29 16:39:16.285 ' , ' 2017-08-29 16:39:17.789 ' , ' Message1 ' , ' Title1 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
3 , ' 2017-08-29 16:39:16.306 ' , ' 2017-08-29 16:39:17.807 ' , ' Message2 ' , ' Title2 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
4 , ' 2017-08-29 16:39:16.322 ' , ' 2017-08-29 16:39:17.822 ' , ' Message3 ' , ' Title3 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
5 , ' 2017-08-29 16:39:16.336 ' , ' 2017-08-29 16:39:17.837 ' , ' Message4 ' , ' Title4 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
6 , ' 2017-08-29 16:39:16.350 ' , ' 2017-08-29 16:39:17.852 ' , ' Message5 ' , ' Title5 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
7 , ' 2017-08-29 16:39:16.365 ' , ' 2017-08-29 16:39:17.864 ' , ' Message6 ' , ' Title6 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
8 , ' 2017-08-29 16:39:16.377 ' , ' 2017-08-29 16:39:17.877 ' , ' Message7 ' , ' Title7 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
9 , ' 2017-08-29 16:39:16.391 ' , ' 2017-08-29 16:39:17.890 ' , ' Message8 ' , ' Title8 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
10 , ' 2017-08-29 16:39:16.403 ' , ' 2017-08-29 16:39:17.904 ' , ' Message9 ' , ' Title9 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
11 , ' 2017-08-29 16:39:16.417 ' , ' 2017-08-29 16:39:17.916 ' , ' Message10 ' , ' Title10 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
12 , ' 2017-08-29 16:39:16.430 ' , ' 2017-08-29 16:39:17.929 ' , ' Message11 ' , ' Title11 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
13 , ' 2017-08-29 16:39:16.442 ' , ' 2017-08-29 16:39:17.941 ' , ' Message12 ' , ' Title12 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
14 , ' 2017-08-29 16:39:16.454 ' , ' 2017-08-29 16:39:17.953 ' , ' Message13 ' , ' Title13 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
15 , ' 2017-08-29 16:39:16.467 ' , ' 2017-08-29 16:39:17.966 ' , ' Message14 ' , ' Title14 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
16 , ' 2017-08-29 16:39:16.479 ' , ' 2017-08-29 16:39:17.979 ' , ' Message15 ' , ' Title15 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
17 , ' 2017-08-29 16:39:16.493 ' , ' 2017-08-29 16:39:17.994 ' , ' Message16 ' , ' Title16 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
18 , ' 2017-08-29 16:39:16.508 ' , ' 2017-08-29 16:39:18.008 ' , ' Message17 ' , ' Title17 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
19 , ' 2017-08-29 16:39:16.522 ' , ' 2017-08-29 16:39:18.020 ' , ' Message18 ' , ' Title18 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
20 , ' 2017-08-29 16:39:16.533 ' , ' 2017-08-29 16:39:18.031 ' , ' Message19 ' , ' Title19 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
21 , NULL , ' 2017-08-29 16:39:18.042 ' , ' Message20 ' , ' Title20 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
22 , NULL , ' 2017-08-29 16:39:18.051 ' , ' Message21 ' , ' Title21 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
23 , NULL , ' 2017-08-29 16:39:18.062 ' , ' Message22 ' , ' Title22 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
24 , ' 2017-08-29 16:39:16.533 ' , ' 2017-08-29 16:39:18.072 ' , ' Message23 ' , ' Title23 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
25 , NULL , ' 2017-08-29 16:39:18.083 ' , ' Message24 ' , ' Title24 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
26 , ' 2017-08-29 16:39:16.533 ' , ' 2017-08-29 16:39:18.096 ' , ' Message25 ' , ' Title25 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
27 , NULL , ' 2017-08-29 16:39:18.108 ' , ' Message26 ' , ' Title26 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
28 , ' 2017-08-29 16:39:16.533 ' , ' 2017-08-29 16:39:18.118 ' , ' Message27 ' , ' Title27 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
29 , NULL , ' 2017-08-29 16:39:18.130 ' , ' Message28 ' , ' Title28 ' , 1 , ' /metrics ' ) ;
INSERT INTO public . notification ( id , confirm_date , create_date , message , title , member_id , url ) VALUES (
30 , NULL , ' 2017-08-29 16:39:18.143 ' , ' Message29 ' , ' Title29 ' , 1 , ' /metrics ' ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . auth_crawler ( auth_json , create_date , meta_crawler_id , target_id ) VALUES (
2018-04-06 21:46:02 +09:00
' {"Community":"public"} ' , ' 2017-09-08 18:31:05.126 ' , 20 , 5 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . auth_crawler ( auth_json , create_date , meta_crawler_id , target_id ) VALUES (
2018-04-06 21:46:02 +09:00
' {"ID":"administrator","PassWord":"dbseogns18"} ' , ' 2017-09-08 18:31:18.581 ' , 23 , 3 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . auth_crawler ( auth_json , create_date , meta_crawler_id , target_id ) VALUES (
2018-04-06 21:46:02 +09:00
' {"DB Name":"test","ID":"docker","PassWord":"qwer5795QWER"} ' , ' 2017-09-08 18:31:37.206 ' , 11 , 4 ) ;
2018-06-06 00:26:10 +09:00
INSERT INTO public . auth_crawler ( auth_json , create_date , meta_crawler_id , target_id ) VALUES (
2018-04-06 21:46:02 +09:00
' {"ID":"jmxxuser","PassWord":"tomcat"} ' , ' 2017-09-12 15:11:47.875 ' , 17 , 4 ) ;