diff --git a/src/main/resources/common/init.meta.sql b/src/main/resources/common/init.meta.sql index d09dcd5..7bc4f33 100644 --- a/src/main/resources/common/init.meta.sql +++ b/src/main/resources/common/init.meta.sql @@ -22,8 +22,8 @@ INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 21 , INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 22 , 'SQLSERVER_HEALTH' , 'SQL Server Health Crawler' , 'false' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 23 , 'MYSQL' , 'MySQL Crawler' , 'true' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 24 , 'MYSQL_HEALTH' , 'MySQL Health Crawler' , 'false' ); -INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 25 , 'NETBIOS' , 'NetBIOS Crawler' , 'true' ); -INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 26 , 'NETBIOS_HEALTH' , 'NetBIOS Health Crawler' , 'false' ); +INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 25 , 'NBSS' , 'NetBIOS Crawler' , 'true' ); +INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 26 , 'NBSS_HEALTH' , 'NetBIOS Health Crawler' , 'false' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 27 , 'ORACLE' , 'Oracle Crawler' , 'true' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 28 , 'ORACLE_HEALTH' , 'Oracle Health Crawler' , 'false' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 29 , 'POP' , 'POP Crawler' , 'true' ); @@ -32,7 +32,7 @@ INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 31 , INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 32 , 'POSTGRESQL_HEALTH' , 'PostgreSQL Health Crawler' , 'false' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 33 , 'REDIS' , 'Redis Crawler' , 'true' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 34 , 'REDIS_HEALTH' , 'Redis Health Crawler' , 'false' ); -INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 35 , 'JMX' , 'JMX Crawler' , 'true' ); +INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 35 , 'RMI' , 'RMI Crawler' , 'true' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 36 , 'RMI_HEALTH' , 'RMI Health Crawler' , 'false' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 37 , 'SMB' , 'SMB Crawler' , 'true' ); INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 38 , 'SMB_HEALTH' , 'SMB Health Crawler' , 'false' ); @@ -198,7 +198,7 @@ INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1026 , 3 , 3 , 'SQL_SERVER' , 'Microsoft SQL Server' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1027 , 3 , 3 , 'MONGODB' , 'MongoDB' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1028 , 3 , 3 , 'MYSQL' , 'MySQL' , 'true' ); -INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1029 , 3 , 3 , 'NETBIOS' , 'NetBIOS' , 'true' ); +INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1029 , 3 , 3 , 'NBSS' , 'NetBIOS' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1030 , 3 , 3 , 'NGINX' , 'Nginx' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1031 , 3 , 3 , 'NNTP' , 'NNTP' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1032 , 3 , 3 , 'ORACLE' , 'Oracle' , 'true' );