added meta_crawler - snmpv3
meta_crawler_input_item - snmpv3
This commit is contained in:
parent
d6eed3b175
commit
488cd22f67
|
@ -197,6 +197,8 @@ INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
|
|||
23,'2017-06-30 12:56:08.791','WMI','WMI_CRAWLER');
|
||||
INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
|
||||
24,'2017-06-30 12:56:08.791','UNKNOWN','UNKNOWN_CRAWLER');
|
||||
INSERT INTO public.meta_crawler (id,create_date,description,name) VALUES (
|
||||
25,'2017-06-30 12:56:08.791','SNMP V3','SNMPV3_CRAWLER');
|
||||
|
||||
|
||||
INSERT INTO public.meta_input_type (id,create_date,description,"name") VALUES (
|
||||
|
@ -227,6 +229,16 @@ INSERT INTO public.meta_crawler_input_item (id,create_date,default_value,descrip
|
|||
7,'2017-06-25 17:01:02.078','','JMX Tomcat Account ID',NULL,NULL,'ID','',true,17,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 (
|
||||
8,'2017-06-25 17:01:02.078','','JMX Tomcat Account PW',NULL,NULL,'PassWord','',true,17,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 (
|
||||
'9','2017-09-11 18:41','MD5','SNMP V3 Auth Type','','MD5|SHA','AuthType','','TRUE','25','5');
|
||||
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 (
|
||||
'10','2017-09-11 18:41','Loafle','SNMP V3 User ID','','','ID','','TRUE','25','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 (
|
||||
'11','2017-09-11 18:41','','SNMP V3 PassWord','','','PassWord','','TRUE','25','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 (
|
||||
'12','2017-09-11 18:41','DES','SNMP V3 Encryption Type','','DES|AES','Encryption Type','','TRUE','25','5');
|
||||
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 (
|
||||
'13','2017-09-11 18:41','Loafle','SNMP V3 Encryption Key','','','Encryption Key','','TRUE','25','1');
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user