1404 lines
94 KiB
SQL
1404 lines
94 KiB
SQL
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');
|
|
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
1,'2017-07-27 15:26:52.985','APPLE',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
2,'2017-07-27 15:26:52.985','MICROSOFT',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
3,'2017-07-27 15:26:52.985','ASUS',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
4,'2017-07-27 15:26:52.985','HP',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
5,'2017-07-27 15:26:52.985','DELL',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
6,'2017-07-27 15:26:52.985','LENOVO',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
7,'2017-07-27 15:26:52.985','ACER',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
8,'2017-07-27 15:26:52.985','SAMSUNG',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
9,'2017-07-27 15:26:52.985','LG',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
10,'2017-07-27 15:26:52.985','CISCO',1);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
11,'2017-07-27 15:26:52.985','Windows',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
12,'2017-07-27 15:26:52.985','Linux',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
13,'2017-07-27 15:26:52.985','Mac OS',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
14,'2017-07-27 15:26:52.985','Ubuntu',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
15,'2017-07-27 15:26:52.985','Cent OS',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
16,'2017-07-27 15:26:52.985','Fedora',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
17,'2017-07-27 15:26:52.985','Red Hat',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
18,'2017-07-27 15:26:52.985','Debian',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
19,'2017-07-27 15:26:52.985','SUSE',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
20,'2017-07-27 15:26:52.985','Core OS',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
21,'2017-07-27 15:26:52.985','Amazon Linux',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
22,'2017-07-27 15:26:52.985','Kubernetes',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
23,'2017-07-27 15:26:52.985','Docker',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
24,'2017-07-27 15:26:52.985','iOS',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
25,'2017-07-27 15:26:52.985','Android',2);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
26,'2017-07-27 15:26:52.985','Windows',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
27,'2017-07-27 15:26:52.985','Mac OS',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
28,'2017-07-27 15:26:52.985','Ubuntu',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
29,'2017-07-27 15:26:52.985','Cent OS',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
30,'2017-07-27 15:26:52.985','Fedora',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
31,'2017-07-27 15:26:52.985','Red Hat',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
32,'2017-07-27 15:26:52.985','Debian',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
33,'2017-07-27 15:26:52.985','SUSE',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
34,'2017-07-27 15:26:52.985','Core OS',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
35,'2017-07-27 15:26:52.985','Amazon Linux',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
36,'2017-07-27 15:26:52.985','Kubernetes',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
37,'2017-07-27 15:26:52.985','Docker',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
38,'2017-07-27 15:26:52.985','iOS',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
39,'2017-07-27 15:26:52.985','Android',3);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
40,'2017-07-27 15:26:52.985','ACTIVEDIRECTORY',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
41,'2017-07-27 15:26:52.985','CASSANDRA',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
42,'2017-07-27 15:26:52.985','DHCP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
43,'2017-07-27 15:26:52.985','DNS',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
44,'2017-07-27 15:26:52.985','FTP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
45,'2017-07-27 15:26:52.985','HTTP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
46,'2017-07-27 15:26:52.985','IMAP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
47,'2017-07-27 15:26:52.985','LDAP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
48,'2017-07-27 15:26:52.985','MONGODB',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
49,'2017-07-27 15:26:52.985','MSSQL',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
50,'2017-07-27 15:26:52.985','MYSQL',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
51,'2017-07-27 15:26:52.985','NETBIOS',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
52,'2017-07-27 15:26:52.985','ORACLE',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
53,'2017-07-27 15:26:52.985','POP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
54,'2017-07-27 15:26:52.985','POSTGRESQL',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
55,'2017-07-27 15:26:52.985','REDIS',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
56,'2017-07-27 15:26:52.985','RMI',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
57,'2017-07-27 15:26:52.985','SMB',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
58,'2017-07-27 15:26:52.985','SMTP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
59,'2017-07-27 15:26:52.985','SNMP',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
60,'2017-07-27 15:26:52.985','SSH',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
61,'2017-07-27 15:26:52.985','TELNET',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
62,'2017-07-27 15:26:52.985','WMI',7);
|
|
INSERT INTO public.meta_infra_vendor (id,create_date,name,type_id) VALUES (
|
|
63,'2017-07-27 15:26:52.985','UNKNOWN',7);
|
|
|
|
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','RMI','RMI_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_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');
|
|
|
|
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
1,'2017-06-25 17:01:01.961','Loafle','Windows Account ID',NULL,NULL,'ID','',true,23,1);
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
2,'2017-06-25 17:01:02.008','','Windows Account PW',NULL,NULL,'PassWord','',true,23,2);
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
3,'2017-06-25 17:01:02.023','public','SNMP V2 Community',NULL,NULL,'Community','',true,20,1);
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
4,'2017-06-25 17:01:02.046','mysqldb','MYSQL DB Name',NULL,NULL,'DB Name','',true,11,1);
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
5,'2017-06-25 17:01:02.067','Loafle','MYSQL Account ID',NULL,NULL,'ID','',true,11,1);
|
|
INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,description,key_name,key_value,"name",pattern,required,crawler_id,type_id) VALUES (
|
|
6,'2017-06-25 17:01:02.078','','MYSQL Account PW',NULL,NULL,'PassWord','',true,11,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');
|
|
|
|
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
1,'2017-06-25 16:59:59.194',1,1,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
2,'2017-06-25 16:59:59.216',1,2,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
3,'2017-06-25 16:59:59.255',1,3,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
4,'2017-06-25 16:59:59.268',1,4,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
5,'2017-06-25 16:59:59.279',2,1,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
6,'2017-06-25 16:59:59.307',2,2,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
7,'2017-06-25 16:59:59.317',2,3,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
8,'2017-06-25 16:59:59.330',2,4,1);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
9,'2017-06-25 16:59:59.363',1,1,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
10,'2017-06-25 16:59:59.395',1,2,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
11,'2017-06-25 16:59:59.416',1,3,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
12,'2017-06-25 16:59:59.446',1,4,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
13,'2017-06-25 16:59:59.468',2,1,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
14,'2017-06-25 16:59:59.484',2,2,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
15,'2017-06-25 16:59:59.507',2,3,2);
|
|
INSERT INTO public.meta_probe_package (id,create_date,architecture_id,os_id,version_id) VALUES (
|
|
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 meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'1','2017-06-26 19:49','CPU blah blah blah','CPU');
|
|
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'2','2017-06-26 19:49','MEMORY blah blah blah','MEMORY');
|
|
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'3','2017-06-26 19:49','DISK blah blah blah','DISK');
|
|
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'4','2017-06-26 19:49','INNODB MYSQL','INNODB.MYSQL');
|
|
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'5','2017-06-26 19:49','NET MYSQL','NET.MYSQL');
|
|
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
|
'6','2017-06-26 19:49','PERFOMANCE MYSQL','PERFOMANCE.MYSQL');
|
|
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.usage','CPU USAGE','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.free','CPU FREE','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage','MEMORY USAGE','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.free','MEMORY FREE','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.dump.status','Innodb_mysql_buffer_pool_dump_status','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.load.status','Innodb_mysql_buffer_pool_load_status','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.resize.status','Innodb_mysql_buffer_pool_resize_status','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.data','Innodb_mysql_buffer_pool_pages_data','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.bytes.data','Innodb_mysql_buffer_pool_bytes_data','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.dirty','Innodb_mysql_buffer_pool_pages_dirty','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.bytes.dirty','Innodb_mysql_buffer_pool_bytes_dirty','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.flushed','Innodb_mysql_buffer_pool_pages_flushed','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.free','Innodb_mysql_buffer_pool_pages_free','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.misc','Innodb_mysql_buffer_pool_pages_misc','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.pages.total','Innodb_mysql_buffer_pool_pages_total','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.read.ahead.rnd','Innodb_mysql_buffer_pool_read_ahead_rnd','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.read.ahead','Innodb_mysql_buffer_pool_read_ahead','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.read.ahead.evicted','Innodb_mysql_buffer_pool_read_ahead_evicted','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.read.requests','Innodb_mysql_buffer_pool_read_requests','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.reads','Innodb_mysql_buffer_pool_reads','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.wait.free','Innodb_mysql_buffer_pool_wait_free','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.buffer.pool.write.requests','Innodb_mysql_buffer_pool_write_requests','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.fsyncs','Innodb_mysql_data_fsyncs','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.pending.fsyncs','Innodb_mysql_data_pending_fsyncs','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.pending.reads','Innodb_mysql_data_pending_reads','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.pending.writes','Innodb_mysql_data_pending_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.read','Innodb_mysql_data_read','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.reads','Innodb_mysql_data_reads','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.writes','Innodb_mysql_data_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.data.written','Innodb_mysql_data_written','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.dblwr.pages.written','Innodb_mysql_dblwr_pages_written','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.dblwr.writes','Innodb_mysql_dblwr_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.log.waits','Innodb_mysql_log_waits','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.log.write.requests','Innodb_mysql_log_write_requests','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.log.writes','Innodb_mysql_log_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.os.log.fsyncs','Innodb_mysql_os_log_fsyncs','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.os.log.pending.fsyncs','Innodb_mysql_os_log_pending_fsyncs','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.os.log.pending.writes','Innodb_mysql_os_log_pending_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.os.log.written','Innodb_mysql_os_log_written','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.page.size','Innodb_mysql_page_size','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.pages.created','Innodb_mysql_pages_created','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.pages.read','Innodb_mysql_pages_read','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.pages.written','Innodb_mysql_pages_written','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.row.lock.current.waits','Innodb_mysql_row_lock_current_waits','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.row.lock.time','Innodb_mysql_row_lock_time','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.row.lock.time.avg','Innodb_mysql_row_lock_time_avg','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.row.lock.time.max','Innodb_mysql_row_lock_time_max','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.row.lock.waits','Innodb_mysql_row_lock_waits','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.rows.deleted','Innodb_mysql_rows_deleted','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.rows.inserted','Innodb_mysql_rows_inserted','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.rows.read','Innodb_mysql_rows_read','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.rows.updated','Innodb_mysql_rows_updated','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.num.open.files','Innodb_mysql_num_open_files','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.truncated.status.writes','Innodb_mysql_truncated_status_writes','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Innodb.mysql.available.undo.logs','Innodb_mysql_available_undo_logs','4');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.accept','Connection_mysql_errors_accept','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.internal','Connection_mysql_errors_internal','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.max.connections','Connection_mysql_errors_max_connections','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.peer.address','Connection_mysql_errors_peer_address','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.select','Connection_mysql_errors_select','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.errors.tcpwrap','Connection_mysql_errors_tcpwrap','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.connections','Connection_mysql_connections','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.Max.used.connections','Connection_mysql_Max_used_connections','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Connection.mysql.Max.used.connections.time','Connection_mysql_Max_used_connections_time','5');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.accounts.lost','Performance_mysql_schema_accounts_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.cond.classes.lost','Performance_mysql_schema_cond_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.cond.instances.lost','Performance_mysql_schema_cond_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.digest.lost','Performance_mysql_schema_digest_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.file.classes.lost','Performance_mysql_schema_file_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.file.handles.lost','Performance_mysql_schema_file_handles_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.file.instances.lost','Performance_mysql_schema_file_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.hosts.lost','Performance_mysql_schema_hosts_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.index.stat.lost','Performance_mysql_schema_index_stat_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.locker.lost','Performance_mysql_schema_locker_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.memory.classes.lost','Performance_mysql_schema_memory_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.metadata.lock.lost','Performance_mysql_schema_metadata_lock_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.mutex.classes.lost','Performance_mysql_schema_mutex_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.mutex.instances.lost','Performance_mysql_schema_mutex_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.nested.statement.lost','Performance_mysql_schema_nested_statement_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.prepared.statements.lost','Performance_mysql_schema_prepared_statements_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.program.lost','Performance_mysql_schema_program_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.rwlock.classes.lost','Performance_mysql_schema_rwlock_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.rwlock.instances.lost','Performance_mysql_schema_rwlock_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.session.connect.attrs.lost','Performance_mysql_schema_session_connect_attrs_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.socket.classes.lost','Performance_mysql_schema_socket_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.socket.instances.lost','Performance_mysql_schema_socket_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.stage.classes.lost','Performance_mysql_schema_stage_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.statement.classes.lost','Performance_mysql_schema_statement_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.table.handles.lost','Performance_mysql_schema_table_handles_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.table.instances.lost','Performance_mysql_schema_table_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.table.lock.stat.lost','Performance_mysql_schema_table_lock_stat_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.thread.classes.lost','Performance_mysql_schema_thread_classes_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.thread.instances.lost','Performance_mysql_schema_thread_instances_lost','6');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','Performance.mysql.schema.users.lost','Performance_mysql_schema_users_lost','6');
|
|
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.usage.total.idle','PercentIdleTime','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.usage.total.processor','PercentProcessorTime','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.usage.total.user','PercentUserTime','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','cpu.usage.total.privilege','PercentPrivilegedTime','1');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.total.virtual','TotalVirtualMemorySize','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.total.physical','TotalVisibleMemorySize','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.total.paging','SizeStoredInPagingFiles','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.free.virtual','FreeVirtualMemory','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.free.physical','FreePhysicalMemory','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','mem.usage.free.paging','FreeSpaceInPagingFiles','2');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','disk.usage.total[$0]','Size','3');
|
|
INSERT INTO meta_sensor_item (create_date,"key",name,type_id) VALUES (
|
|
'2017-06-26 20:10','disk.usage.free[$0]','FreeSpace','3');
|
|
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_dump_status','show status','','11','5');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_load_status','show status','','11','6');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_resize_status','show status','','11','7');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_data','show status','','11','8');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_bytes_data','show status','','11','9');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_dirty','show status','','11','10');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_bytes_dirty','show status','','11','11');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_flushed','show status','','11','12');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_free','show status','','11','13');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_misc','show status','','11','14');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_pages_total','show status','','11','15');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_read_ahead_rnd','show status','','11','16');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_read_ahead','show status','','11','17');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_read_ahead_evicted','show status','','11','18');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_read_requests','show status','','11','19');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_reads','show status','','11','20');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_wait_free','show status','','11','21');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_buffer_pool_write_requests','show status','','11','22');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_fsyncs','show status','','11','23');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_pending_fsyncs','show status','','11','24');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_pending_reads','show status','','11','25');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_pending_writes','show status','','11','26');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_read','show status','','11','27');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_reads','show status','','11','28');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_writes','show status','','11','29');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_data_written','show status','','11','30');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_dblwr_pages_written','show status','','11','31');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_dblwr_writes','show status','','11','32');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_log_waits','show status','','11','33');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_log_write_requests','show status','','11','34');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_log_writes','show status','','11','35');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_os_log_fsyncs','show status','','11','36');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_os_log_pending_fsyncs','show status','','11','37');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_os_log_pending_writes','show status','','11','38');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_os_log_written','show status','','11','39');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_page_size','show status','','11','40');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_pages_created','show status','','11','41');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_pages_read','show status','','11','42');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_pages_written','show status','','11','43');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_row_lock_current_waits','show status','','11','44');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_row_lock_time','show status','','11','45');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_row_lock_time_avg','show status','','11','46');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_row_lock_time_max','show status','','11','47');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_row_lock_waits','show status','','11','48');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_rows_deleted','show status','','11','49');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_rows_inserted','show status','','11','50');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_rows_read','show status','','11','51');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_rows_updated','show status','','11','52');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_num_open_files','show status','','11','53');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_truncated_status_writes','show status','','11','54');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Innodb_available_undo_logs','show status','','11','55');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_accept','show status','','11','56');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_internal','show status','','11','57');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_max_connections','show status','','11','58');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_peer_address','show status','','11','59');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_select','show status','','11','60');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connection_errors_tcpwrap','show status','','11','61');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Connections','show status','','11','62');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Max_used_connections','show status','','11','63');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Max_used_connections_time','show status','','11','64');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_accounts_lost','show status','','11','65');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_cond_classes_lost','show status','','11','66');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_cond_instances_lost','show status','','11','67');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_digest_lost','show status','','11','68');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_file_classes_lost','show status','','11','69');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_file_handles_lost','show status','','11','70');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_file_instances_lost','show status','','11','71');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_hosts_lost','show status','','11','72');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_index_stat_lost','show status','','11','73');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_locker_lost','show status','','11','74');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_memory_classes_lost','show status','','11','75');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_metadata_lock_lost','show status','','11','76');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_mutex_classes_lost','show status','','11','77');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_mutex_instances_lost','show status','','11','78');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_nested_statement_lost','show status','','11','79');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_prepared_statements_lost','show status','','11','80');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_program_lost','show status','','11','81');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_rwlock_classes_lost','show status','','11','82');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_rwlock_instances_lost','show status','','11','83');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_session_connect_attrs_lost','show status','','11','84');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_socket_classes_lost','show status','','11','85');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_socket_instances_lost','show status','','11','86');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_stage_classes_lost','show status','','11','87');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_statement_classes_lost','show status','','11','88');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_table_handles_lost','show status','','11','89');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_table_instances_lost','show status','','11','90');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_table_lock_stat_lost','show status','','11','91');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_thread_classes_lost','show status','','11','92');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_thread_instances_lost','show status','','11','93');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Performance_schema_users_lost','show status','','11','94');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','PercentIdleTime','Win32_PerfFormattedData_PerfOS_Processor','{"where": "Name=''_Total''"}','23','95');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','PercentProcessorTime','Win32_PerfFormattedData_PerfOS_Processor','{"where": "Name=''_Total''"}','23','96');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','PercentUserTime','Win32_PerfFormattedData_PerfOS_Processor','{"where": "Name=''_Total''"}','23','97');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','PercentPrivilegedTime','Win32_PerfFormattedData_PerfOS_Processor','{"where": "Name=''_Total''"}','23','98');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','TotalVirtualMemorySize','Win32_OperatingSystem','','23','99');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','TotalVisibleMemorySize','Win32_OperatingSystem','','23','100');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','SizeStoredInPagingFiles','Win32_OperatingSystem','','23','101');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','FreeVirtualMemory','Win32_OperatingSystem','','23','102');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','FreePhysicalMemory','Win32_OperatingSystem','','23','103');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','FreeSpaceInPagingFiles','Win32_OperatingSystem ','','23','104');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','Size','Win32_LogicalDisk','{"arrayColumns": ["Caption"],"appends": ["Caption"]}','23','105');
|
|
INSERT INTO meta_sensor_item_key (create_date,"key","froms",option_json,crawler_id,item_id) VALUES (
|
|
'2017-06-26 19:49','FreeSpace','Win32_LogicalDisk','{"arrayColumns": ["Caption"],"appends": ["Caption"]}','23','106');
|
|
|
|
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
1,'2017-07-27 15:29:48.634',23,26);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
2,'2017-07-27 15:29:48.634',20,26);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
3,'2017-07-27 15:29:48.634',20,28);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
4,'2017-07-27 15:29:48.634',20,29);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
5,'2017-07-27 15:29:48.634',20,30);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
6,'2017-07-27 15:29:48.634',20,31);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
7,'2017-07-27 15:29:48.634',20,32);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
8,'2017-07-27 15:29:48.634',1,40);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
9,'2017-07-27 15:29:48.634',2,41);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
10,'2017-07-27 15:29:48.634',3,42);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
11,'2017-07-27 15:29:48.634',4,43);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
12,'2017-07-27 15:29:48.634',5,44);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
13,'2017-07-27 15:29:48.634',6,45);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
14,'2017-07-27 15:29:48.634',7,46);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
15,'2017-07-27 15:29:48.634',8,47);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
16,'2017-07-27 15:29:48.634',9,48);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
17,'2017-07-27 15:29:48.634',10,49);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
18,'2017-07-27 15:29:48.634',11,50);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
19,'2017-07-27 15:29:48.634',12,51);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
20,'2017-07-27 15:29:48.634',13,52);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
21,'2017-07-27 15:29:48.634',14,53);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
22,'2017-07-27 15:29:48.634',15,54);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
23,'2017-07-27 15:29:48.634',16,55);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
24,'2017-07-27 15:29:48.634',17,56);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
25,'2017-07-27 15:29:48.634',18,57);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
26,'2017-07-27 15:29:48.634',19,58);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
27,'2017-07-27 15:29:48.634',20,59);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
28,'2017-07-27 15:29:48.634',21,60);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
29,'2017-07-27 15:29:48.634',22,61);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
30,'2017-07-27 15:29:48.634',23,62);
|
|
INSERT INTO public.meta_vendor_crawler (id,create_date,crawler_id,vendor_id) VALUES (
|
|
31,'2017-07-27 15:29:48.634',24,63);
|
|
|
|
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');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO public."member" (company_name,create_date,email,"name",phone,pw,status_id) VALUES (
|
|
'loafle','2017-06-26 11:07:27.625','overflow@loafle.com','overFlow','000-000-0000','$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.',2);
|
|
|
|
INSERT INTO public."member" (company_name,create_date,email,"name",phone,pw,status_id) VALUES (
|
|
'loafle','2017-06-26 11:07:27.625','geek@loafle.com','geek','000-000-0000','$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.',1);
|
|
|
|
INSERT INTO public.email_auth (auth_confirm_date,create_date,email_auth_key,member_id) VALUES (
|
|
NULL,'2017-06-26 15:28:48.895','dbseogns1234',1);
|
|
|
|
INSERT INTO public."domain" (create_date,"name") VALUES (
|
|
'2017-06-26 11:25:44.866','overFlow''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.api_key (api_key,create_date,domain_id) VALUES (
|
|
'52abd6fd57e511e7ac52080027658d13','2017-06-26 13:02:28.347',1);
|
|
|
|
INSERT INTO public.probe (authorize_date,cidr,create_date,description,display_name,encryption_key,probe_key,sensor_count,target_count,authorize_member_id,domain_id,status) VALUES (
|
|
'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',0,0,1,1,1);
|
|
|
|
INSERT INTO public.probe (authorize_date,cidr,create_date,description,display_name,encryption_key,probe_key,sensor_count,target_count,authorize_member_id,domain_id,status) VALUES (
|
|
'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',0,0,1,1,1);
|
|
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','Machine Target','ghost target');
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','OS target','ghost target');
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','Host target','ghost target');
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','Service target','ghost target');
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','OS App target','ghost target');
|
|
INSERT INTO public.target (create_date,description,display_name) VALUES (
|
|
'2017-07-27 20:18:09.555','OS Daemon target','ghost target');
|
|
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
1,'2017-08-21 12:59:10.244',1,1,1);
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
3,'2017-08-21 13:05:24.883',3,1,2);
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
2,'2017-08-21 14:20:01.830',2,1,3);
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
7,'2017-08-21 14:24:26.525',7,1,4);
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
4,'2017-08-21 14:27:19.474',4,1,5);
|
|
INSERT INTO public.infra (infra_type,create_date,type_id,probe_id,target_id) VALUES (
|
|
5,'2017-08-21 14:28:48.761',5,1,6);
|
|
|
|
|
|
INSERT INTO public.infra_machine (meta,id) VALUES (
|
|
'i am a infra machine',1);
|
|
|
|
INSERT INTO public.infra_os (meta,id,machine_id,vendor_id) VALUES (
|
|
'',2,1,26);
|
|
|
|
INSERT INTO public.infra_host (ip,mac,id,os_id) VALUES (
|
|
3232235980,8796753988883,3,2);
|
|
|
|
INSERT INTO public.infra_service (port,port_type,tls_type,id,host_id,vendor_id) VALUES (
|
|
80,'TCP',false,4,3,45);
|
|
|
|
INSERT INTO public.infra_os_application ("name",id,os_id) VALUES (
|
|
'Apache',5,2);
|
|
|
|
INSERT INTO public.infra_os_daemon ("name",id,os_id) VALUES (
|
|
'Apache',6,2);
|
|
|
|
insert into public.PROBE_INFRAHOST (HOST_ID, PROBE_ID) values (3, 1);
|
|
|
|
|
|
INSERT INTO public.sensor (crawler_input_items,create_date,description,crawler_id,status,target_id) VALUES (
|
|
NULL,'2017-06-26 20:19:07.009','My sensor 11111',1,1,1);
|
|
INSERT INTO public.sensor (crawler_input_items,create_date,description,crawler_id,status,target_id) VALUES (
|
|
NULL,'2017-06-26 20:19:07.074','My sensor 22222',1,2,1);
|
|
INSERT INTO public.sensor (crawler_input_items,create_date,description,crawler_id,status,target_id) VALUES (
|
|
NULL,'2017-08-28 16:17:05.506','OS_SERVICE-MYSQL_CRAWLER',11,1,4);
|
|
INSERT INTO public.sensor (crawler_input_items,create_date,description,crawler_id,status,target_id) VALUES (
|
|
NULL,'2017-09-05 12:26:02.738','HOST-WMI_CRAWLER',23,1,3);
|
|
|
|
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.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES (
|
|
'52abd6fd57e511e7ac52080027658d13','2017-06-26 12:43:46.877','snoop',3232235980,8796753988883,'1cf2555c57d511e79714080027658d13',1,NULL,3);
|
|
|
|
INSERT INTO public.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES (
|
|
'52abd6fd57e511e7ac52080027658d14','2017-08-11 12:43:46.877','geek',3232235980,8796753988883,'1cf2555c57d511e79714080027658d14',1,NULL,3);
|
|
|
|
INSERT INTO public.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES (
|
|
'52abd6fd57e511e7ac52080027658d15','2017-08-11 12:43:46.877','insanity',3232235980,8796753988883,'1cf2555c57d511e79714080027658d15',1,NULL,3);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
1,'2017-08-24 18:33:25.427','Test History 0',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
2,'2017-08-24 18:33:25.472','Test History 1',1,1,1,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
3,'2017-08-24 18:33:25.493','Test History 2',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
4,'2017-08-24 18:33:25.518','Test History 3',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
5,'2017-08-24 18:33:25.543','Test History 4',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
6,'2017-08-24 18:33:25.563','Test History 5',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
7,'2017-08-24 18:33:25.582','Test History 6',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
8,'2017-08-24 18:33:25.601','Test History 7',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
9,'2017-08-24 18:33:25.621','Test History 8',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
10,'2017-08-24 18:33:25.641','Test History 9',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
11,'2017-08-24 18:33:25.660','Test History 10',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
12,'2017-08-24 18:33:25.674','Test History 11',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
13,'2017-08-24 18:33:25.687','Test History 12',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
14,'2017-08-24 18:33:25.701','Test History 13',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
15,'2017-08-24 18:33:25.714','Test History 14',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
16,'2017-08-24 18:33:25.731','Test History 15',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
17,'2017-08-24 18:33:25.747','Test History 16',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
18,'2017-08-24 18:33:25.762','Test History 17',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
19,'2017-08-24 18:33:25.778','Test History 18',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
20,'2017-08-24 18:33:25.793','Test History 19',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
21,'2017-08-24 18:33:25.808','Test History 20',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
22,'2017-08-24 18:33:25.823','Test History 21',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
23,'2017-08-24 18:33:25.839','Test History 22',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
24,'2017-08-24 18:33:25.854','Test History 23',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
25,'2017-08-24 18:33:25.873','Test History 24',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
26,'2017-08-24 18:33:25.888','Test History 25',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
27,'2017-08-24 18:33:25.902','Test History 26',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
28,'2017-08-24 18:33:25.917','Test History 27',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
29,'2017-08-24 18:33:25.929','Test History 28',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
30,'2017-08-24 18:33:25.942','Test History 29',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
31,'2017-08-24 18:33:25.954','Test History 30',1,1,2,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
32,'2017-08-24 18:33:25.968','Test History 31',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
33,'2017-08-24 18:33:25.981','Test History 32',1,1,1,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
34,'2017-08-24 18:33:25.994','Test History 33',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
35,'2017-08-24 18:33:26.007','Test History 34',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
36,'2017-08-24 18:33:26.021','Test History 35',1,1,2,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
37,'2017-08-24 18:33:26.033','Test History 36',1,1,2,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
38,'2017-08-24 18:33:26.045','Test History 37',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
39,'2017-08-24 18:33:26.059','Test History 38',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
40,'2017-08-24 18:33:26.072','Test History 39',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
41,'2017-08-24 18:33:26.084','Test History 40',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
42,'2017-08-24 18:33:26.097','Test History 41',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
43,'2017-08-24 18:33:26.111','Test History 42',1,1,2,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
44,'2017-08-24 18:33:26.123','Test History 43',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
45,'2017-08-24 18:33:26.135','Test History 44',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
46,'2017-08-24 18:33:26.148','Test History 45',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
47,'2017-08-24 18:33:26.160','Test History 46',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
48,'2017-08-24 18:33:26.173','Test History 47',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
49,'2017-08-24 18:33:26.190','Test History 48',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
50,'2017-08-24 18:33:26.204','Test History 49',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
51,'2017-08-24 18:33:26.219','Test History 50',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
52,'2017-08-24 18:33:26.239','Test History 51',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
53,'2017-08-24 18:33:26.261','Test History 52',1,1,1,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
54,'2017-08-24 18:33:26.560','Test History 53',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
55,'2017-08-24 18:33:26.583','Test History 54',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
56,'2017-08-24 18:33:26.600','Test History 55',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
57,'2017-08-24 18:33:26.617','Test History 56',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
58,'2017-08-24 18:33:26.632','Test History 57',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
59,'2017-08-24 18:33:26.646','Test History 58',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
60,'2017-08-24 18:33:26.661','Test History 59',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
61,'2017-08-24 18:33:26.676','Test History 60',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
62,'2017-08-24 18:33:26.692','Test History 61',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
63,'2017-08-24 18:33:26.708','Test History 62',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
64,'2017-08-24 18:33:26.722','Test History 63',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
65,'2017-08-24 18:33:26.734','Test History 64',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
66,'2017-08-24 18:33:26.747','Test History 65',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
67,'2017-08-24 18:33:26.758','Test History 66',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
68,'2017-08-24 18:33:26.771','Test History 67',1,1,1,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
69,'2017-08-24 18:33:26.784','Test History 68',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
70,'2017-08-24 18:33:26.798','Test History 69',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
71,'2017-08-24 18:33:26.813','Test History 70',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
72,'2017-08-24 18:33:26.834','Test History 71',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
73,'2017-08-24 18:33:26.846','Test History 72',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
74,'2017-08-24 18:33:26.859','Test History 73',1,1,1,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
75,'2017-08-24 18:33:26.873','Test History 74',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
76,'2017-08-24 18:33:26.889','Test History 75',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
77,'2017-08-24 18:33:26.905','Test History 76',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
78,'2017-08-24 18:33:26.921','Test History 77',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
79,'2017-08-24 18:33:26.935','Test History 78',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
80,'2017-08-24 18:33:26.948','Test History 79',1,1,2,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
81,'2017-08-24 18:33:26.961','Test History 80',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
82,'2017-08-24 18:33:26.974','Test History 81',1,1,1,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
83,'2017-08-24 18:33:26.987','Test History 82',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
84,'2017-08-24 18:33:27.000','Test History 83',1,1,1,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
85,'2017-08-24 18:33:27.013','Test History 84',1,1,1,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
86,'2017-08-24 18:33:27.025','Test History 85',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
87,'2017-08-24 18:33:27.038','Test History 86',1,1,1,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
88,'2017-08-24 18:33:27.052','Test History 87',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
89,'2017-08-24 18:33:27.064','Test History 88',1,1,2,3);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
90,'2017-08-24 18:33:27.076','Test History 89',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
91,'2017-08-24 18:33:27.090','Test History 90',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
92,'2017-08-24 18:33:27.106','Test History 91',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
93,'2017-08-24 18:33:27.120','Test History 92',1,1,1,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
94,'2017-08-24 18:33:27.134','Test History 93',1,1,1,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
95,'2017-08-24 18:33:27.149','Test History 94',1,1,1,4);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
96,'2017-08-24 18:33:27.164','Test History 95',1,1,2,6);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
97,'2017-08-24 18:33:27.177','Test History 96',1,1,2,2);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
98,'2017-08-24 18:33:27.191','Test History 97',1,1,1,1);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
99,'2017-08-24 18:33:27.204','Test History 98',1,1,2,5);
|
|
INSERT INTO public.history (id,create_date,message,domain_id,member_id,probe_id,type_id) VALUES (
|
|
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) VALUES (
|
|
1,'2017-08-29 16:39:16.198','2017-08-29 16:39:17.756','Message0','Title0',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
2,'2017-08-29 16:39:16.285','2017-08-29 16:39:17.789','Message1','Title1',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
3,'2017-08-29 16:39:16.306','2017-08-29 16:39:17.807','Message2','Title2',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
4,'2017-08-29 16:39:16.322','2017-08-29 16:39:17.822','Message3','Title3',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
5,'2017-08-29 16:39:16.336','2017-08-29 16:39:17.837','Message4','Title4',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
6,'2017-08-29 16:39:16.350','2017-08-29 16:39:17.852','Message5','Title5',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
7,'2017-08-29 16:39:16.365','2017-08-29 16:39:17.864','Message6','Title6',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
8,'2017-08-29 16:39:16.377','2017-08-29 16:39:17.877','Message7','Title7',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
9,'2017-08-29 16:39:16.391','2017-08-29 16:39:17.890','Message8','Title8',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
10,'2017-08-29 16:39:16.403','2017-08-29 16:39:17.904','Message9','Title9',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
11,'2017-08-29 16:39:16.417','2017-08-29 16:39:17.916','Message10','Title10',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
12,'2017-08-29 16:39:16.430','2017-08-29 16:39:17.929','Message11','Title11',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
13,'2017-08-29 16:39:16.442','2017-08-29 16:39:17.941','Message12','Title12',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
14,'2017-08-29 16:39:16.454','2017-08-29 16:39:17.953','Message13','Title13',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
15,'2017-08-29 16:39:16.467','2017-08-29 16:39:17.966','Message14','Title14',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
16,'2017-08-29 16:39:16.479','2017-08-29 16:39:17.979','Message15','Title15',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
17,'2017-08-29 16:39:16.493','2017-08-29 16:39:17.994','Message16','Title16',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
18,'2017-08-29 16:39:16.508','2017-08-29 16:39:18.008','Message17','Title17',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
19,'2017-08-29 16:39:16.522','2017-08-29 16:39:18.020','Message18','Title18',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
20,'2017-08-29 16:39:16.533','2017-08-29 16:39:18.031','Message19','Title19',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
21,NULL,'2017-08-29 16:39:18.042','Message20','Title20',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
22,NULL,'2017-08-29 16:39:18.051','Message21','Title21',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
23,NULL,'2017-08-29 16:39:18.062','Message22','Title22',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
24,'2017-08-29 16:39:16.533','2017-08-29 16:39:18.072','Message23','Title23',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
25,NULL,'2017-08-29 16:39:18.083','Message24','Title24',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
26,'2017-08-29 16:39:16.533','2017-08-29 16:39:18.096','Message25','Title25',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
27,NULL,'2017-08-29 16:39:18.108','Message26','Title26',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
28,'2017-08-29 16:39:16.533','2017-08-29 16:39:18.118','Message27','Title27',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
29,NULL,'2017-08-29 16:39:18.130','Message28','Title28',1);
|
|
INSERT INTO public.notification (id,confirm_date,create_date,message,title,member_id) VALUES (
|
|
30,NULL,'2017-08-29 16:39:18.143','Message29','Title29',1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|