2018-07-05 17:01:40 +09:00

1301 lines
45 KiB
SQL

INSERT INTO public."member"
(company_name,email,"name",phone,pw,meta_member_status_id)
VALUES
(
'loafle', 'overflow@loafle.com', 'overFlow', '000-000-0000', '$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.', 2);
INSERT INTO public."member"
(company_name,email,"name",phone,pw,meta_member_status_id)
VALUES
(
'loafle', 'insanity@loafle.com', 'overFlow', '000-000-0000', '$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.', 2);
INSERT INTO public."member"
(company_name,email,"name",phone,pw,meta_member_status_id)
VALUES
(
'loafle', 'snoop@loafle.com', 'overFlow', '000-000-0000', '$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.', 2);
INSERT INTO public."member"
(company_name,email,"name",phone,pw,meta_member_status_id)
VALUES
(
'loafle', 'geekdev@naver.com', 'geek', '000-000-0000', '$2a$10$G2bbjoX9.fOnxJx/8DZqPujFYrEQtIEB.f98/8K20XiGWEhwPakZ.', 2);
INSERT INTO public.email_auth
(auth_confirm_date,email_auth_key,member_id, meta_email_type_id)
VALUES
(
'2017-06-26 15:28:48.895', 'dbseogns1234', 1, 1);
INSERT INTO public.email_auth
(auth_confirm_date,email_auth_key,member_id, meta_email_type_id)
VALUES
(
'2017-11-22 12:28:48.895', 'dbseogns1234', 2, 1);
INSERT INTO public."domain"
("name")
VALUES
(
'overFlow''s domain');
INSERT INTO public."domain"
("name")
VALUES
(
'insanity''s domain');
INSERT INTO public."domain"
("name")
VALUES
(
'snoop''s domain');
INSERT INTO public."domain"
("name")
VALUES
(
'geek''s domain');
INSERT INTO public.domain_member
(domain_id,member_id)
VALUES
(
1, 1);
INSERT INTO public.domain_member
(domain_id,member_id)
VALUES
(
2, 2);
INSERT INTO public.domain_member
(domain_id,member_id)
VALUES
(
3, 3);
INSERT INTO public.domain_member
(domain_id,member_id)
VALUES
(
4, 4);
-- Member TOTP Insert SQL
-- INSERT INTO public.member_totp ( secret_code, update_date, member_id) VALUES(
-- '2018-03-09 16:39:57.304', 'EDPBZLDATGZP7NX2', '2018-03-09 16:39:57.304', 2);
-- Member TOTP Insert SQL
INSERT INTO public.api_key
(api_key,domain_id)
VALUES
(
'52abd6fd57e511e7ac52080027658d13', 1);
INSERT INTO public.api_key
(api_key,domain_id)
VALUES
(
'bf78f1f4319611e897713222d3c76cf6', 2);
INSERT INTO public.api_key
(api_key,domain_id)
VALUES
(
'05cf2947319911e898993222d3c76cf6', 3);
INSERT INTO public.api_key
(api_key,domain_id)
VALUES
(
'09c8c54f319911e8a41f3222d3c76cf6', 4);
INSERT INTO public.probe
(authorize_date,cidr,connect_address,connect_date,description,encryption_key,"name",probe_key,target_count,authorize_member_id,domain_id,meta_probe_status_id)
VALUES
('2017-08-21 14:48:31.563', '192.168.1.0/24', NULL, NULL, 'test probe 111111', '8c51fa9c', 'snoop probe', '899fdd145bcc11e7b611080027658d13', 0, 1, 1, 1);
INSERT INTO public.probe
(authorize_date,cidr,connect_address,connect_date,description,encryption_key,"name",probe_key,target_count,authorize_member_id,domain_id,meta_probe_status_id)
VALUES
('2017-08-21 15:00:09.691', '192.168.2.0/24', NULL, NULL, 'test probe 22222', 'f1f72c8d', 'insanity probe', '95d8bcdc739741dca74c4a0e489e0774', 0, 1, 1, 1);
INSERT INTO public.probe
(authorize_date,cidr,connect_address,connect_date,description,encryption_key,"name",probe_key,target_count,authorize_member_id,domain_id,meta_probe_status_id)
VALUES
('2018-06-21 20:17:30.689', '192.168.1.0/24', '192.168.1.101:60074', '2018-06-21 20:17:32.034', NULL, 'f84ld984', 'crusader-ubuntu probe', 'b04f6809754411e8b5f2367a389c8dcd', 0, 1, 1, 1);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(1, 1, 1);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 1);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 1);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(1, 1, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(2, 2, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra
(infra_type,meta_infra_type_id,probe_id)
VALUES
(3, 3, 3);
INSERT INTO public.infra_zone
("address", iface, mac, network, id, meta_ip_type_id, meta_target_zone_type_id)
VALUES
('192.168.1.101', 'enp3s0', '44:8a:5b:f1:f1:f3', '192.168.1.0/24', 1, 1, 1);
INSERT INTO public.infra_zone
("address",iface,mac,network,id,meta_ip_type_id,meta_target_zone_type_id)
VALUES
('192.168.1.101/24', 'enp3s0', '44:8a:5b:f1:f1:f3', '192.168.1.0/24', 4, 1, NULL);
INSERT INTO public.infra_host_machine
(meta)
VALUES
('{"vendor": "Micro-Star International Co., Ltd.", "product": "GP60 2QF (To be filled by O.E.M.)", "version": "REV:1.0", "serial": "9S716GH21875ZF1000339"}');
INSERT INTO public.infra_host_machine
(meta)
VALUES
('{}');
INSERT INTO public.infra_host_os
(host_id,kernel_version,meta,"name",os,platform,platform_family,platform_version)
VALUES
('03000200-0400-0500-0006-000700080009', '4.4.0-93-generic', NULL, 'geek-ubuntu', 'linux', 'ubuntu', 'debian', '');
INSERT INTO public.infra_host_os
(host_id,kernel_version,meta,"name",os,platform,platform_family,platform_version)
VALUES
('5c9e1778-f25f-4df3-8712-83973684e369', '4.4.0-128-generic', NULL, 'crusader-ubuntu', 'linux', 'ubuntu', 'debian', NULL);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(2, NULL, 1, 1, 1, 127);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(5, NULL, 2, 2, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(6, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(7, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(8, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(9, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(10, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(11, NULL, NULL, NULL, 4, 100);
INSERT INTO public.infra_host
(id, container_infra_host_id, infra_host_machine_id, infra_host_os_id, infra_zone_id, meta_target_host_type_id)
VALUES
(12, NULL, NULL, NULL, 4, 100);
INSERT INTO public.probe_host
(infra_host_id,probe_id)
VALUES
(5, 3);
INSERT INTO public.probe_host
(infra_host_id,probe_id)
VALUES
(6, 3);
INSERT INTO public.infra_host_ip
("address", gateway, iface, mac, infra_host_id, meta_ip_type_id)
VALUES
('192.168.1.101', NULL, NULL, '44:8a:5b:f1:f1:f3', 2, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.101/24', '192.168.1.254', 'enp3s0', '44:8a:5b:f1:f1:f3', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('fe80::36c0:6c3e:6006:dd23/64', '192.168.1.254', 'enp3s0', '44:8a:5b:f1:f1:f3', 5, 2);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.23.0.1/16', NULL, 'br-6c078941d24b', '02:42:98:1e:b0:58', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.20.0.1/16', NULL, 'br-7b643c9b5284', '02:42:aa:2a:dc:fb', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('fe80::42:aaff:fe2a:dcfb/64', NULL, 'br-7b643c9b5284', '02:42:aa:2a:dc:fb', 5, 2);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.19.0.1/16', NULL, 'br-a73e4d7bd0ac', '02:42:e3:25:b7:44', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.21.0.1/16', NULL, 'br-a87d468914e9', '02:42:b4:75:bc:9c', 5, 1);
INSERT INTO public.infra_host_ip
(address,gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.18.0.1/16', NULL, 'br-bc97baaa807f', '02:42:2b:c8:e5:dd', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.17.0.1/16', NULL, 'docker0', '02:42:ff:84:de:ab', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.22.0.1/16', NULL, 'br-30ea20f4fdbe', '02:42:13:0a:eb:69', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('172.24.0.1/16', NULL, 'br-629e1bf40111', '02:42:8f:8f:5c:72', 5, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('fe80::347a:38ff:fe9c:8dcd/64', NULL, 'veth9163936', '36:7a:38:9c:8d:cd', 5, 2);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.204', NULL, NULL, 'a8:e5:39:5b:c9:62', 6, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.50', NULL, NULL, '6c:f0:49:7a:60:68', 7, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.10', NULL, NULL, 'd0:50:99:97:5d:99', 8, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.254', NULL, NULL, '64:e5:99:63:e7:80', 9, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.102', NULL, NULL, '44:8a:5b:f1:f2:d3', 10, 1);
INSERT INTO public.infra_host_ip
("address",gateway,iface,mac,infra_host_id,meta_ip_type_id)
VALUES
('192.168.1.103', NULL, NULL, '44:8a:5b:44:8c:e8', 11, 1);
INSERT INTO public.infra_host_ip
("address", gateway, iface, mac, infra_host_id, meta_ip_type_id)
VALUES
('192.168.1.206', NULL, NULL, '30:9c:23:15:a3:09', 12, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(5432, 1, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(22, 15, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(161, 17, 2);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(53, 17, 2);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(22, 16, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(161, 14, 2);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(21, 19, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(137, 20, 2);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(80, 16, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(139, 18, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(88, 14, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(445, 18, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(443, 16, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(135, 18, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(80, 20, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(80, 17, 1);
INSERT INTO public.infra_host_port
(port, infra_host_ip_id, meta_port_type_id)
VALUES
(22, 19, 1);
INSERT INTO public.infra_host_application
(infra_host_id, "name")
VALUES
(2, 'Apache Httpd');
INSERT INTO public.infra_host_application
(infra_host_id, "name")
VALUES
(2, 'PostgreSQL');
INSERT INTO public.infra_host_application
(infra_host_id, "name")
VALUES
(2, 'MySQL');
INSERT INTO public.infra_host_daemon
(infra_host_id, "name")
VALUES
(2, 'Apache Httpd');
INSERT INTO public.infra_host_daemon
(infra_host_id, "name")
VALUES
(2, 'PostgreSQL');
INSERT INTO public.infra_host_daemon
(infra_host_id, "name")
VALUES
(2, 'MySQL');
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(3, NULL, 1, 1, 1035);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(13, NULL, 2, 1, 1047);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(14, NULL, 3, 1, 1043);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(15, NULL, 4, 1, 1008);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(16, NULL, 5, 1, 1047);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(17, NULL, 6, 1, 1042);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(18, NULL, 7, 1, 1012);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(19, NULL, 8, 2, 1000);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(20, NULL, 9, 1, 1014);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(21, NULL, 10, 1, 1029);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(22, NULL, 11, 1, 1014);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(23, NULL, 12, 1, 1039);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(24, NULL, 13, 2, 1000);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(25, NULL, 14, 1, 1053);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(26, NULL, 15, 1, 1014);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(27, NULL, 16, 1, 1014);
INSERT INTO public.infra_service
(id, description, infra_host_port_id, meta_crypto_type_id, meta_target_service_type_id)
VALUES
(28, NULL, 17, 1, 1047);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(1, 'Zone', 'Zone Target', 1, 2, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(2, 'Host', 'Host Target', 1, 127, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1035, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(2, 'Host', 'Alpine Linux Host Target', 1, 101, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(2, 'Host', 'Alpine Linux Host Target', 1, 101, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(2, 'Host', 'CentOS Host Target', 1, 104, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(2, 'Host', 'Mac OS X Host Target', 1, 117, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1036, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1053, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1050, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1027, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1030, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1032, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1023, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1020, 1);
INSERT INTO public.target
(infra_id, "name", description, sensor_count, meta_target_type_id, meta_target_status_id)
VALUES
(3, 'Service', 'Service Target', 1, 1019, 1);
INSERT INTO public.noauth_probe
(api_key,temp_probe_key,domain_id,probe_id,meta_noauth_probe_status_id,infra_host_meta)
VALUES
(
'52abd6fd57e511e7ac52080027658d13', '1cf2555c57d511e79714080027658d13', 1, NULL, 3, '{"infraHostMachine":{"meta":"{}"},"infraHostOS":{"name":"crusader-ubuntu","os":"linux","platform":"ubuntu","platformFamily":"debian","kernelVersion":"4.4.0-128-generic","hostID":"7fef6df0-c5f6-4307-8e22-e377105d234e"},"infraHostIPs":[{"metaIPType":{"key":"V4"},"address":"192.168.1.101/24","mac":"44:8a:5b:f1:f1:f3","iface":"enp3s0","gateway":"192.168.1.254"},{"metaIPType":{"key":"V6"},"address":"fe80::36c0:6c3e:6006:dd23/64","mac":"44:8a:5b:f1:f1:f3","iface":"enp3s0","gateway":"192.168.1.254"},{"metaIPType":{"key":"V4"},"address":"172.18.0.1/16","mac":"02:42:5f:fa:8f:fa","iface":"br-bc97baaa807f"},{"metaIPType":{"key":"V4"},"address":"172.22.0.1/16","mac":"02:42:e5:75:4e:67","iface":"br-30ea20f4fdbe"},{"metaIPType":{"key":"V4"},"address":"172.17.0.1/16","mac":"02:42:8d:69:46:0d","iface":"docker0"},{"metaIPType":{"key":"V4"},"address":"172.24.0.1/16","mac":"02:42:46:8c:06:cf","iface":"br-629e1bf40111"},{"metaIPType":{"key":"V4"},"address":"172.23.0.1/16","mac":"02:42:f6:7f:7a:48","iface":"br-6c078941d24b"},{"metaIPType":{"key":"V4"},"address":"172.20.0.1/16","mac":"02:42:e5:e5:65:73","iface":"br-7b643c9b5284"},{"metaIPType":{"key":"V6"},"address":"fe80::42:e5ff:fee5:6573/64","mac":"02:42:e5:e5:65:73","iface":"br-7b643c9b5284"},{"metaIPType":{"key":"V4"},"address":"172.19.0.1/16","mac":"02:42:57:38:ec:35","iface":"br-a73e4d7bd0ac"},{"metaIPType":{"key":"V4"},"address":"172.21.0.1/16","mac":"02:42:85:4d:b5:9d","iface":"br-a87d468914e9"},{"metaIPType":{"key":"V6"},"address":"fe80::e0ad:55ff:fe25:d41d/64","mac":"e2:ad:55:25:d4:1d","iface":"vethdb1128f"}]}');
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.427', 'Test History 0', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.472', 'Test History 1', 1, 1, 1, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.493', 'Test History 2', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.518', 'Test History 3', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.543', 'Test History 4', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.563', 'Test History 5', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.582', 'Test History 6', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.601', 'Test History 7', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.621', 'Test History 8', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.641', 'Test History 9', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.660', 'Test History 10', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.674', 'Test History 11', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.687', 'Test History 12', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.701', 'Test History 13', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.714', 'Test History 14', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.731', 'Test History 15', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.747', 'Test History 16', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.762', 'Test History 17', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.778', 'Test History 18', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.793', 'Test History 19', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.808', 'Test History 20', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.823', 'Test History 21', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.839', 'Test History 22', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.854', 'Test History 23', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.873', 'Test History 24', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.888', 'Test History 25', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.902', 'Test History 26', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.917', 'Test History 27', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.929', 'Test History 28', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.942', 'Test History 29', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.954', 'Test History 30', 1, 1, 2, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.968', 'Test History 31', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.981', 'Test History 32', 1, 1, 1, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:25.994', 'Test History 33', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.007', 'Test History 34', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.021', 'Test History 35', 1, 1, 2, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.033', 'Test History 36', 1, 1, 2, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.045', 'Test History 37', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.059', 'Test History 38', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.072', 'Test History 39', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.084', 'Test History 40', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.097', 'Test History 41', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.111', 'Test History 42', 1, 1, 2, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.123', 'Test History 43', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.135', 'Test History 44', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.148', 'Test History 45', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.160', 'Test History 46', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.173', 'Test History 47', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.190', 'Test History 48', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.204', 'Test History 49', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.219', 'Test History 50', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.239', 'Test History 51', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.261', 'Test History 52', 1, 1, 1, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.560', 'Test History 53', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.583', 'Test History 54', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.600', 'Test History 55', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.617', 'Test History 56', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.632', 'Test History 57', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.646', 'Test History 58', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.661', 'Test History 59', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.676', 'Test History 60', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.692', 'Test History 61', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.708', 'Test History 62', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.722', 'Test History 63', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.734', 'Test History 64', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.747', 'Test History 65', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.758', 'Test History 66', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.771', 'Test History 67', 1, 1, 1, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.784', 'Test History 68', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.798', 'Test History 69', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.813', 'Test History 70', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.834', 'Test History 71', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.846', 'Test History 72', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.859', 'Test History 73', 1, 1, 1, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.873', 'Test History 74', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.889', 'Test History 75', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.905', 'Test History 76', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.921', 'Test History 77', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.935', 'Test History 78', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.948', 'Test History 79', 1, 1, 2, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.961', 'Test History 80', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.974', 'Test History 81', 1, 1, 1, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:26.987', 'Test History 82', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.000', 'Test History 83', 1, 1, 1, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.013', 'Test History 84', 1, 1, 1, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.025', 'Test History 85', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.038', 'Test History 86', 1, 1, 1, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.052', 'Test History 87', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.064', 'Test History 88', 1, 1, 2, 3);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.076', 'Test History 89', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.090', 'Test History 90', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.106', 'Test History 91', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.120', 'Test History 92', 1, 1, 1, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.134', 'Test History 93', 1, 1, 1, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.149', 'Test History 94', 1, 1, 1, 4);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.164', 'Test History 95', 1, 1, 2, 6);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.177', 'Test History 96', 1, 1, 2, 2);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.191', 'Test History 97', 1, 1, 1, 1);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.204', 'Test History 98', 1, 1, 2, 5);
INSERT INTO public.history
(create_date,message,domain_id,member_id,probe_id,meta_history_type_id)
VALUES
(
'2017-08-24 18:33:27.217', 'Test History 99', 1, 1, 1, 3);
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.198', '2017-08-29 16:39:17.756', 'Message0', 'Title0', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.285', '2017-08-29 16:39:17.789', 'Message1', 'Title1', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.306', '2017-08-29 16:39:17.807', 'Message2', 'Title2', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.322', '2017-08-29 16:39:17.822', 'Message3', 'Title3', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.336', '2017-08-29 16:39:17.837', 'Message4', 'Title4', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.350', '2017-08-29 16:39:17.852', 'Message5', 'Title5', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.365', '2017-08-29 16:39:17.864', 'Message6', 'Title6', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.377', '2017-08-29 16:39:17.877', 'Message7', 'Title7', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.391', '2017-08-29 16:39:17.890', 'Message8', 'Title8', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.403', '2017-08-29 16:39:17.904', 'Message9', 'Title9', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.417', '2017-08-29 16:39:17.916', 'Message10', 'Title10', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.430', '2017-08-29 16:39:17.929', 'Message11', 'Title11', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.442', '2017-08-29 16:39:17.941', 'Message12', 'Title12', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.454', '2017-08-29 16:39:17.953', 'Message13', 'Title13', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.467', '2017-08-29 16:39:17.966', 'Message14', 'Title14', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.479', '2017-08-29 16:39:17.979', 'Message15', 'Title15', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.493', '2017-08-29 16:39:17.994', 'Message16', 'Title16', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.508', '2017-08-29 16:39:18.008', 'Message17', 'Title17', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.522', '2017-08-29 16:39:18.020', 'Message18', 'Title18', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.533', '2017-08-29 16:39:18.031', 'Message19', 'Title19', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.042', NULL, 'Message20', 'Title20', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.051', NULL, 'Message21', 'Title21', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.062', NULL, 'Message22', 'Title22', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.533', '2017-08-29 16:39:18.072', 'Message23', 'Title23', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.083', NULL, 'Message24', 'Title24', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.533', '2017-08-29 16:39:18.096', 'Message25', 'Title25', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.108', NULL, 'Message26', 'Title26', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:16.533', '2017-08-29 16:39:18.118', 'Message27', 'Title27', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.130', NULL, 'Message28', 'Title28', 1, '/metrics');
INSERT INTO public.notification
(create_date,confirm_date,message,title,member_id,url)
VALUES
(
'2017-08-29 16:39:18.143', NULL, 'Message29', 'Title29', 1, '/metrics');
-- INSERT INTO public.auth_crawler (auth_json,meta_crawler_id,target_id) VALUES (
-- '{"Community":"public"}',20,5);
-- INSERT INTO public.auth_crawler (auth_json,meta_crawler_id,target_id) VALUES (
-- '{"ID":"administrator","PassWord":"dbseogns18"}',23,3);
INSERT INTO public.auth_crawler
(auth_json,meta_crawler_id,target_id)
VALUES
(
'{"DB Name":"test","ID":"docker","PassWord":"qwer5795QWER"}', 31, 3);
-- INSERT INTO public.auth_crawler (auth_json,meta_crawler_id,target_id) VALUES (
-- '{"ID":"jmxxuser","PassWord":"tomcat"}',17,4);