INSERT INTO public.meta_crawler_container (id , key , "name" ) VALUES ( 1 , 'GENERAL' , 'GENERAL' ); INSERT INTO public.meta_crawler_container (id , key , "name" ) VALUES ( 2 , 'NETWORK' , 'NETWORK' ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 1 , 'NETWORK_CHANGE_DETECTION' , 'Network Change Detection Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 2 , 'HOST_HEALTH' , 'Host Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 3 , 'ACTIVEDIRECTORY' , 'Active Directory Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 4 , 'ACTIVEDIRECTORY_HEALTH' , 'Active Directory Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 5 , 'CASSANDRA' , 'Cassandra Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 6 , 'CASSANDRA_HEALTH' , 'Cassandra Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 7 , 'DHCP' , 'DHCP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 8 , 'DHCP_HEALTH' , 'DHCP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 9 , 'DNS' , 'DNS Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 10 , 'DNS_HEALTH' , 'DNS Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 11 , 'FTP' , 'FTP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 12 , 'FTP_HEALTH' , 'FTP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 13 , 'HTTP' , 'HTTP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 14 , 'HTTP_HEALTH' , 'HTTP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 15 , 'IMAP' , 'IMAP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 16 , 'IMAP_HEALTH' , 'IMAP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 17 , 'LDAP' , 'LDAP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 18 , 'LDAP_HEALTH' , 'LDAP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 19 , 'MONGODB' , 'MongoDB Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 20 , 'MONGODB_HEALTH' , 'MongoDB Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 21 , 'SQLSERVER' , 'SQL Server Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 22 , 'SQLSERVER_HEALTH' , 'SQL Server Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 23 , 'MYSQL' , 'MySQL Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 24 , 'MYSQL_HEALTH' , 'MySQL Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 25 , 'NBSS' , 'NetBIOS Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 26 , 'NBSS_HEALTH' , 'NetBIOS Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 27 , 'ORACLE' , 'Oracle Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 28 , 'ORACLE_HEALTH' , 'Oracle Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 29 , 'POP' , 'POP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 30 , 'POP_HEALTH' , 'POP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 31 , 'POSTGRESQL' , 'PostgreSQL Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 32 , 'POSTGRESQL_HEALTH' , 'PostgreSQL Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 33 , 'REDIS' , 'Redis Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 34 , 'REDIS_HEALTH' , 'Redis Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 35 , 'RMI' , 'RMI Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 36 , 'RMI_HEALTH' , 'RMI Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 37 , 'SMB' , 'SMB Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 38 , 'SMB_HEALTH' , 'SMB Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 39 , 'SMTP' , 'SMTP Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 40 , 'SMTP_HEALTH' , 'SMTP Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 41 , 'SNMPV2' , 'SNMP V2 Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 42 , 'SNMPV2_HEALTH' , 'SNMP V2 Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 43 , 'SNMPV3' , 'SNMP V3 Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 44 , 'SNMPV3_HEALTH' , 'SNMP V3 Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 45 , 'SSH' , 'SSH Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 46 , 'SSH_HEALTH' , 'SSH Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 47 , 'TELNET' , 'Telnet Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 48 , 'TELNET_HEALTH' , 'Telnet Health Crawler' , 2 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 49 , 'WMI' , 'WMI Crawler' , 1 ); INSERT INTO public.meta_crawler ( id , key , "name" , meta_crawler_container_id ) VALUES ( 50 , 'WMI_HEALTH' , 'WMI Health Crawler' , 2 ); INSERT INTO public.meta_input_type (id , key , "name" ) VALUES ( 1 , 'TEXT' , 'Text' ); INSERT INTO public.meta_input_type (id , key , "name" ) VALUES ( 2 , 'PASSWORD' , 'Password' ); INSERT INTO public.meta_input_type (id , key , "name" ) VALUES ( 3 , 'NUMBER' , 'Number' ); INSERT INTO public.meta_input_type (id , key , "name" ) VALUES ( 4 , 'BOOLEAN' , 'Boolean' ); INSERT INTO public.meta_input_type (id , key , "name" ) VALUES ( 5 , 'SELECT' , 'Select' ); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 1 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '23' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 2 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '23' , '2'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 3 , 'public' , '' , '' , 'Community' , '' , 'TRUE' , '20' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 4 , 'mysqldb' , '' , '' , 'DB Name' , '' , 'TRUE' , '11' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 5 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '11' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 6 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '11' , '2'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 7 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '17' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 8 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '17' , '2'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 9 , 'MD5' , 'MD5|SHA' , 'MD5|SHA' , 'AuthType' , '' , 'TRUE' , '25' , '5'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 10 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '25' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 11 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '25' , '2'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 12 , 'DES' , 'DES|AES' , 'DES|AES' , 'Encryption Type' , '' , 'TRUE' , '25' , '5'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 13 , 'Loafle' , '' , '' , 'Encryption Key' , '' , 'TRUE' , '25' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 14 , 'redis' , '' , '' , 'DB Name' , '' , 'TRUE' , '16' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 15 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '16' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 16 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '16' , '2'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 17 , 'Loafle' , '' , '' , 'ID' , '' , 'TRUE' , '21' , '1'); INSERT INTO meta_crawler_input_item (id , default_value , key_name , key_value , name , pattern , required , meta_crawler_id , meta_input_type_id ) VALUES ( 18 , '' , '' , '' , 'PassWord' , '' , 'TRUE' , '21' , '2'); INSERT INTO public.meta_email_type ( id , key , "name" ) VALUES ( 1 , 'SIGNUP' , 'Signup confirm' ); INSERT INTO public.meta_email_type ( id , key , "name" ) VALUES ( 2 , 'RESET_PASSWORD' , 'Reset password confirm' ); INSERT INTO public.meta_ip_type ( id , key , "name" ) VALUES ( 1 , 'V4' , 'V4' ); INSERT INTO public.meta_ip_type ( id , key , "name" ) VALUES ( 2 , 'V6' , 'V6' ); INSERT INTO public.meta_port_type ( id , key , "name" ) VALUES ( 1 , 'TCP' , 'TCP' ); INSERT INTO public.meta_port_type ( id , key , "name" ) VALUES ( 2 , 'UDP' , 'UDP' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 1 , 'NONE' , 'None' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 2 , 'UNKNOWN' , 'Unknown' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 3 , 'AES' , 'AES' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 4 , 'CIPHER' , 'Cipher' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 5 , 'DES' , 'DES' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 6 , 'DSA' , 'DSA' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 7 , 'ECDSA' , 'ECDSA' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 8 , 'ELLIPTIC' , 'Elliptic' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 9 , 'HMAC' , 'HMAC' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 10 , 'MD5' , 'MD5' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 11 , 'RAND' , 'RAND' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 12 , 'RC4' , 'RC4' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 13 , 'RSA' , 'RSA' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 14 , 'SHA1' , 'SHA1' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 15 , 'SHA256' , 'SHA512' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 16 , 'SUBTLE' , 'SUBTLE' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 17 , 'TLS' , 'TLS' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 18 , 'X509' , 'X509' ); INSERT INTO public.meta_crypto_type ( id , key , "name" ) VALUES ( 19 , 'PKIX' , 'PKIX' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 1 , 'MEMBER' , 'Member' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 2 , 'PROBE' , 'Probe' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 3 , 'DISCOVERY' , 'Discovery' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 4 , 'TARGET' , 'Target' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 5 , 'CRAWLER' , 'Crawler' ); INSERT INTO public.meta_history_type ( id , key , "name" ) VALUES ( 6 , 'SENSOR' , 'Sensor' ); INSERT INTO public.meta_infra_type ( id , key , "name" ) VALUES ( 1 , 'ZONE' , 'Network Zone' ); INSERT INTO public.meta_infra_type ( id , key , "name" ) VALUES ( 2 , 'HOST' , 'Network Host' ); INSERT INTO public.meta_infra_type ( id , key , "name" ) VALUES ( 3 , 'SERVICE' , 'Service' ); INSERT INTO public.meta_member_status ( id , key , "name" ) VALUES ( 1 , 'NOAUTH' , 'No Authorization' ); INSERT INTO public.meta_member_status ( id , key , "name" ) VALUES ( 2 , 'NORMAL' , 'Normal' ); INSERT INTO public.meta_member_status ( id , key , "name" ) VALUES ( 3 , 'DORMANCY' , 'Dormancy' ); INSERT INTO public.meta_member_status ( id , key , "name" ) VALUES ( 4 , 'WITHDRAWAL' , 'Withdrawal' ); INSERT INTO public.meta_noauth_probe_status ( id , key , "name" ) VALUES ( 1 , 'ACCEPTED' , 'Accepted' ); INSERT INTO public.meta_noauth_probe_status ( id , key , "name" ) VALUES ( 2 , 'DENIED' , 'Denied' ); INSERT INTO public.meta_noauth_probe_status ( id , key , "name" ) VALUES ( 3 , 'PROCESSING' , 'Processing' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 1 , 1 , 'ZONE' , 'Zone' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 2 , 2 , 'OS' , 'Operating System' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 3 , 3 , 'DATABASE' , 'Database' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 4 , 3 , 'NOSQL' , 'NoSQL Database' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 5 , 3 , 'WEB' , 'WEB' ); INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "name" ) VALUES ( 6 , 3 , 'MAIL' , 'Zone' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1 , 1 , 1 , 'UNKNOWN' , 'Unknown' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 2 , 1 , 1 , 'ZONE' , 'Zone' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 100 , 2 , 2 , 'UNKNOWN' , 'Unknown' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 101 , 2 , 2 , 'ALPINE_LINUX' , 'Alpine Linux' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 102 , 2 , 2 , 'AMAZON_LINUX' , 'Amazon Linux' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 103 , 2 , 2 , 'ANDROID' , 'Android' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 104 , 2 , 2 , 'CENTOS' , 'CentOS' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 105 , 2 , 2 , 'CISCO_IOS' , 'Cisco IOS' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 106 , 2 , 2 , 'COREOS' , 'CoreOS' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 107 , 2 , 2 , 'DARWIN' , 'Darwin' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 108 , 2 , 2 , 'DEBIAN' , 'Debian' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 109 , 2 , 2 , 'FEDORA' , 'Fedora' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 110 , 2 , 2 , 'FREEBSD' , 'FreeBSD' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 111 , 2 , 2 , 'HP_UX' , 'HP-UX' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 112 , 2 , 2 , 'IBM_AIX' , 'IBM AIX' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 113 , 2 , 2 , 'IBM_AS_400' , 'IBM AS/400' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 114 , 2 , 2 , 'IBM_POWER8' , 'IBM Power8' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 115 , 2 , 2 , 'IOS' , 'iOS' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 116 , 2 , 2 , 'LINUX' , 'Linux' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 117 , 2 , 2 , 'MAC_OS_X' , 'Mac OS X' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 118 , 2 , 2 , 'MAC_OS_X_SERVER' , 'Mac OS X Server' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 119 , 2 , 2 , 'NETBSD' , 'NetBSD' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 120 , 2 , 2 , 'NOVELL_NETWARE' , 'Novell Netware' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 121 , 2 , 2 , 'OPENBSD' , 'OpenBSD' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 122 , 2 , 2 , 'ORACLE_LINUX' , 'Oracle Linux' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 123 , 2 , 2 , 'RASPBIAN' , 'Raspbian' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 124 , 2 , 2 , 'RHEL' , 'Red Hat Enterprise Linux' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 125 , 2 , 2 , 'SOLARIS' , 'Solaris' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 126 , 2 , 2 , 'SUSE' , 'SUSE Linux' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 127 , 2 , 2 , 'UBUNTU' , 'Ubuntu' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 128 , 2 , 2 , 'UBUNTU_SERVER' , 'Ubuntu Server' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 129 , 2 , 2 , 'WINDOWS' , 'Windows' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 130 , 2 , 2 , 'WINDOWS_SERVER' , 'Windows Server' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1000 , 3 , 3 , 'UNKNOWN' , 'Unknown' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1001 , 3 , 3 , 'ACTIVE_DIRECTORY' , 'Active Directory' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1002 , 3 , 3 , 'APACHE_HTTPD' , 'Apache Httpd' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1003 , 3 , 3 , 'CASSANDRA' , 'Cassandra' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1004 , 3 , 3 , 'COUCHBASE' , 'CouchBase' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1005 , 3 , 3 , 'COUCHDB' , 'CouchDB' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1006 , 3 , 3 , 'DB2' , 'DB2' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1007 , 3 , 3 , 'DHCP' , 'DHCP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1008 , 3 , 3 , 'DNS' , 'DNS' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1009 , 3 , 3 , 'EXCHANGE_SERVER' , 'Exchange Server' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1010 , 3 , 3 , 'EXIM' , 'Exim' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1011 , 3 , 3 , 'FIREBIRD' , 'Firebird' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1012 , 3 , 3 , 'FTP' , 'FTP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1013 , 3 , 3 , 'GLASSFISH' , 'Glassfish' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1014 , 3 , 3 , 'HTTP' , 'HTTP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1015 , 3 , 3 , 'HTTPS' , 'HTTPS' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1016 , 3 , 3 , 'IMAP' , 'IMAP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1017 , 3 , 3 , 'INFLUXDB' , 'InfluxDB' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1018 , 3 , 3 , 'INGRES' , 'Ingres' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1019 , 3 , 3 , 'JBOSS' , 'JBoss' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1020 , 3 , 3 , 'JMX' , 'JMX' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1021 , 3 , 3 , 'LDAP' , 'LDAP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1022 , 3 , 3 , 'LIGHTTPD' , 'Lighttpd' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1023 , 3 , 3 , 'MARIADB' , 'MariaDB' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1024 , 3 , 3 , 'MEMCACHED' , 'Memcached' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1025 , 3 , 3 , 'IIS' , 'Microsoft IIS' , 'false' ); 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 , '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' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1033 , 3 , 3 , 'POP' , 'POP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1034 , 3 , 3 , 'POSTFIX' , 'Postfix' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1035 , 3 , 3 , 'POSTGRESQL' , 'PostgreSQL' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1036 , 3 , 3 , 'REDIS' , 'Redis' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1037 , 3 , 3 , 'REDIS_SENTINEL' , 'Redis Sentinel' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1038 , 3 , 3 , 'SENDMAIL' , 'Sendmail' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1039 , 3 , 3 , 'SMB' , 'SMB' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1040 , 3 , 3 , 'SMTP' , 'SMTP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1041 , 3 , 3 , 'SNMP' , 'SNMP' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1042 , 3 , 3 , 'SNMP_V2' , 'SNMP V2' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1043 , 3 , 3 , 'SNMP_V3' , 'SNMP V3' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1044 , 3 , 3 , 'SQLITE' , 'SQLite' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1045 , 3 , 3 , 'SQUID_CACHE' , 'Squid cache' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1046 , 3 , 3 , 'SQUID_PROXY' , 'Squid proxy' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1047 , 3 , 3 , 'SSH' , 'SSH' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1048 , 3 , 3 , 'SYBASE' , 'Sybase' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1049 , 3 , 3 , 'TELNET' , 'Telnet' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1050 , 3 , 3 , 'TOMCAT' , 'Tomcat' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1051 , 3 , 3 , 'VARNISH' , 'Varnish' , 'false' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1052 , 3 , 3 , 'WEBSPHERE' , 'Websphere' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1053 , 3 , 3 , 'WMI' , 'WMI' , 'true' ); INSERT INTO public.meta_target_type ( id , infra_type , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1054 , 3 , 3 , 'ZIMBRA' , 'Zimbra' , 'false' ); INSERT INTO public.meta_probe_status ( id , key , "name" ) VALUES ( 1 , 'INITIAL' , 'Initial' ); INSERT INTO public.meta_probe_status ( id , key , "name" ) VALUES ( 2 , 'NORMAL' , 'Normal' ); INSERT INTO public.meta_sensor_status ( id , key , "name" ) VALUES ( 1 , 'RUNNING' , 'Running' ); INSERT INTO public.meta_sensor_status ( id , key , "name" ) VALUES ( 2 , 'STOPPED' , 'Stopped' ); INSERT INTO public.meta_target_status ( id , key , "name" ) VALUES ( 1 , 'UP' , 'Up' ); INSERT INTO public.meta_target_status ( id , key , "name" ) VALUES ( 2 , 'DOWN' , 'Down' ); INSERT INTO public.meta_target_status ( id , key , "name" ) VALUES ( 3 , 'WARN' , 'Warn' ); INSERT INTO public.meta_target_status ( id , key , "name" ) VALUES ( 4 , 'ERROR' , 'Error' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1 , 1 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 2 , 1 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 100 , 49 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 101 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 101 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 101 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 101 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 101 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 102 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 102 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 102 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 102 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 102 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 103 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 103 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 103 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 103 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 103 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 104 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 104 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 104 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 104 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 104 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 105 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 105 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 105 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 105 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 105 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 106 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 106 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 106 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 106 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 106 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 107 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 107 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 107 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 107 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 107 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 108 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 108 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 108 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 108 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 108 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 109 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 109 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 109 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 109 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 109 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 110 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 110 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 110 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 110 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 110 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 111 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 111 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 111 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 111 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 111 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 112 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 112 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 112 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 112 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 112 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 113 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 113 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 113 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 113 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 113 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 114 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 114 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 114 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 114 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 114 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 115 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 115 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 115 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 115 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 115 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 116 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 116 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 116 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 116 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 116 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 117 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 117 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 117 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 117 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 117 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 118 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 118 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 118 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 118 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 118 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 119 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 119 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 119 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 119 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 119 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 120 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 120 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 120 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 120 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 120 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 121 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 121 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 121 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 121 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 121 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 122 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 122 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 122 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 122 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 122 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 123 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 123 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 123 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 123 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 123 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 124 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 124 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 124 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 124 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 124 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 125 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 125 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 125 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 125 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 125 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 126 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 126 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 126 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 126 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 126 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 127 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 127 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 127 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 127 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 127 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 128 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 128 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 128 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 128 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 128 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 129 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 129 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 129 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 129 , 49 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 130 , 2 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 130 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 130 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 130 , 49 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 3 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 4 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 5 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 6 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 7 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 8 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 9 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 10 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 11 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 12 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 13 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 14 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 15 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 16 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 17 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 18 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 19 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 20 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 21 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 22 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 23 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 24 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 25 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 26 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 27 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 28 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 29 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 30 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 31 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 32 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 33 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 34 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 35 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 36 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 37 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 38 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 39 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 40 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 42 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 44 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 46 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 48 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 49 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1000 , 50 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1001 , 3 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1001 , 4 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1003 , 5 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1003 , 6 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1007 , 7 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1007 , 8 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1008 , 9 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1008 , 10 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1012 , 11 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1012 , 12 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1014 , 13 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1014 , 14 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1016 , 15 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1016 , 16 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1020 , 35 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1020 , 36 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1021 , 17 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1021 , 18 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1026 , 21 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1026 , 22 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1027 , 19 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1027 , 20 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1028 , 23 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1028 , 24 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1029 , 25 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1029 , 26 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1032 , 27 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1032 , 28 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1033 , 29 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1033 , 30 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1035 , 31 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1035 , 32 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1036 , 33 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1036 , 34 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1039 , 37 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1039 , 38 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1040 , 39 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1040 , 40 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1041 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1041 , 42 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1041 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1041 , 44 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1042 , 41 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1042 , 42 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1043 , 43 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1043 , 44 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1047 , 45 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1047 , 46 , 30 , 'true' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1049 , 47 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1049 , 48 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1053 , 49 , 30 , 'false' ); INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id , default_interval , is_default ) VALUES ( 1053 , 50 , 30 , 'false' ); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (0, '', ''); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (1, '%', 'Percentage'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (2, 'Bytes', 'Byte'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (3, 'KB', 'KByte'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (4, 'MB', 'MByte'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (5, 'GB', 'GByte'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (6, '', 'Count'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (7, 'Jiffies', 'Jiffy'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (8, 'BPS', 'Byte Per Second'); INSERT INTO public.meta_item_unit (id,mark,unit) VALUES (9, 'PPS', 'Packet Per Second'); INSERT INTO public.meta_display_item_category ( id , key , "name" ) VALUES ( 1 , 'SERVICE_CHECK' , 'Service Check' ); INSERT INTO public.meta_display_item ( id , key , "name" ) VALUES ( 1 , 'service.health.response_time' , 'Service Response Time' ); INSERT INTO public.meta_display_item_mapping ( id , meta_crawler_mapping_id , meta_display_item_id , is_default , priority ) VALUES ( 1 , 252 , 1 , 'true' , 1 ); INSERT INTO public.meta_collection_item ( id , key , item , item_class ) VALUES ( 1 , 'SERVICE_RESPONSE_TIME' , '' , '' ); INSERT INTO public.meta_collection_item_mapping ( id , meta_display_item_mapping_id , meta_collection_item_id ) VALUES ( 1 , 1 , 1 );