meta_crawler
This commit is contained in:
snoop 2017-06-30 12:57:18 +09:00
parent 75b0773167
commit 0836dcc1f9

View File

@ -110,14 +110,55 @@ INSERT INTO public.meta_infra_vendor (id,create_date,"name",type_id) VALUES (
INSERT INTO public.meta_infra_vendor (id,create_date,"name",type_id) VALUES ( INSERT INTO public.meta_infra_vendor (id,create_date,"name",type_id) VALUES (
43,'2017-06-27 14:32:12.506','UNKNOWN',7); 43,'2017-06-27 14:32:12.506','UNKNOWN',7);
INSERT INTO public.meta_crawler (id,create_date,description,"name") VALUES ( INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
1,'2017-06-25 17:00:43.869','WMI','WMI_CRAWLER'); 1,'2017-06-30 12:56:08.791','ACTIVEDIRECTORY','ACTIVEDIRECTORY_CRAWLER');
INSERT INTO public.meta_crawler (id,create_date,description,"name") VALUES ( INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
2,'2017-06-25 17:00:43.919','SNMPV2','SNMP_V2_CRAWLER'); 2,'2017-06-30 12:56:08.791','CASSANDRA','CASSANDRA_CRAWLER');
INSERT INTO public.meta_crawler (id,create_date,description,"name") VALUES ( INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
3,'2017-06-25 17:00:43.941','SNMPV3','SNMP_V3_CRAWLER'); 3,'2017-06-30 12:56:08.791','DHCP','DHCP_CRAWLER');
INSERT INTO public.meta_crawler (id,create_date,description,"name") VALUES ( INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
4,'2017-06-25 17:00:43.969','MYSQL','MYSQL_CRAWLER'); 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 ( INSERT INTO public.meta_input_type (id,create_date,description,"name") VALUES (
1,'2017-06-25 17:00:53.861','TEXT','TEXT_TYPE'); 1,'2017-06-25 17:00:53.861','TEXT','TEXT_TYPE');