meta data
This commit is contained in:
parent
0c40aa88b1
commit
97352b8eab
|
@ -6,6 +6,10 @@ INSERT INTO public.meta_crawler_container
|
|||
(id , key , "name" )
|
||||
VALUES
|
||||
( 2 , 'NETWORK' , 'NETWORK' );
|
||||
INSERT INTO public.meta_crawler_container
|
||||
(id , key , "name" )
|
||||
VALUES
|
||||
( 3 , 'DISCOVERY' , 'DISCOVERY' );
|
||||
|
||||
INSERT INTO public.meta_crawler
|
||||
( id , key , "name" )
|
||||
|
@ -1217,7 +1221,7 @@ INSERT INTO public.meta_display_item_mapping ( id , meta_crawler_mapping_id , me
|
|||
INSERT INTO public.meta_collection_item
|
||||
( id , key , item , item_class )
|
||||
VALUES
|
||||
( 1 , 'SERVICE_RESPONSE_TIME' , '' , '' );
|
||||
( 1 , 'ssh.response_time' , '' , '' );
|
||||
|
||||
|
||||
INSERT INTO public.meta_collection_item_mapping
|
||||
|
|
Loading…
Reference in New Issue
Block a user