This commit is contained in:
insanity 2018-06-14 17:15:01 +09:00
parent 3cf871f0e4
commit 8ef01685c5
2 changed files with 0 additions and 868 deletions

View File

@ -1,868 +0,0 @@
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 1 , 'NETWORK_CHANGE_DETECTION' , 'Network Change Detection Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 2 , 'HOST_HEALTH' , 'Host Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 3 , 'ACTIVEDIRECTORY' , 'Active Directory Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 4 , 'ACTIVEDIRECTORY_HEALTH' , 'Active Directory Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 5 , 'CASSANDRA' , 'Cassandra Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 6 , 'CASSANDRA_HEALTH' , 'Cassandra Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 7 , 'DHCP' , 'DHCP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 8 , 'DHCP_HEALTH' , 'DHCP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 9 , 'DNS' , 'DNS Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 10 , 'DNS_HEALTH' , 'DNS Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 11 , 'FTP' , 'FTP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 12 , 'FTP_HEALTH' , 'FTP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 13 , 'HTTP' , 'HTTP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 14 , 'HTTP_HEALTH' , 'HTTP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 15 , 'IMAP' , 'IMAP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 16 , 'IMAP_HEALTH' , 'IMAP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 17 , 'LDAP' , 'LDAP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 18 , 'LDAP_HEALTH' , 'LDAP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 19 , 'MONGODB' , 'MongoDB Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 20 , 'MONGODB_HEALTH' , 'MongoDB Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 21 , 'SQLSERVER' , 'SQL Server Crawler' , 'true' );
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 ( 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' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 30 , 'POP_HEALTH' , 'POP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 31 , 'POSTGRESQL' , 'PostgreSQL Crawler' , 'true' );
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 ( 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' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 39 , 'SMTP' , 'SMTP Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 40 , 'SMTP_HEALTH' , 'SMTP Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 41 , 'SNMPV2' , 'SNMP V2 Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 42 , 'SNMPV2_HEALTH' , 'SNMP V2 Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 43 , 'SNMPV3' , 'SNMP V3 Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 44 , 'SNMPV3_HEALTH' , 'SNMP V3 Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 45 , 'SSH' , 'SSH Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 46 , 'SSH_HEALTH' , 'SSH Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 47 , 'TELNET' , 'Telnet Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 48 , 'TELNET_HEALTH' , 'Telnet Health Crawler' , 'false' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 49 , 'WMI' , 'WMI Crawler' , 'true' );
INSERT INTO public.meta_crawler ( id , key , "name" , is_default ) VALUES ( 50 , 'WMI_HEALTH' , 'WMI Health Crawler' , 'false' );
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 , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1 , 1 , 'UNKNOWN' , 'Unknown' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 2 , 1 , 'ZONE' , 'Zone' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 100 , 2 , 'UNKNOWN' , 'Unknown' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 101 , 2 , 'ALPINE_LINUX' , 'Alpine Linux' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 102 , 2 , 'AMAZON_LINUX' , 'Amazon Linux' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 103 , 2 , 'ANDROID' , 'Android' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 104 , 2 , 'CENTOS' , 'CentOS' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 105 , 2 , 'CISCO_IOS' , 'Cisco IOS' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 106 , 2 , 'COREOS' , 'CoreOS' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 107 , 2 , 'DARWIN' , 'Darwin' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 108 , 2 , 'DEBIAN' , 'Debian' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 109 , 2 , 'FEDORA' , 'Fedora' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 110 , 2 , 'FREEBSD' , 'FreeBSD' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 111 , 2 , 'HP_UX' , 'HP-UX' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 112 , 2 , 'IBM_AIX' , 'IBM AIX' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 113 , 2 , 'IBM_AS_400' , 'IBM AS/400' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 114 , 2 , 'IBM_POWER8' , 'IBM Power8' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 115 , 2 , 'IOS' , 'iOS' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 116 , 2 , 'LINUX' , 'Linux' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 117 , 2 , 'MAC_OS_X' , 'Mac OS X' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 118 , 2 , 'MAC_OS_X_SERVER' , 'Mac OS X Server' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 119 , 2 , 'NETBSD' , 'NetBSD' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 120 , 2 , 'NOVELL_NETWARE' , 'Novell Netware' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 121 , 2 , 'OPENBSD' , 'OpenBSD' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 122 , 2 , 'ORACLE_LINUX' , 'Oracle Linux' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 123 , 2 , 'RASPBIAN' , 'Raspbian' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 124 , 2 , 'RHEL' , 'Red Hat Enterprise Linux' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 125 , 2 , 'SOLARIS' , 'Solaris' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 126 , 2 , 'SUSE' , 'SUSE Linux' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 127 , 2 , 'UBUNTU' , 'Ubuntu' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 128 , 2 , 'UBUNTU_SERVER' , 'Ubuntu Server' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 129 , 2 , 'WINDOWS' , 'Windows' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 130 , 2 , 'WINDOWS_SERVER' , 'Windows Server' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1000 , 3 , 'UNKNOWN' , 'Unknown' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1001 , 3 , 'ACTIVE_DIRECTORY' , 'Active Directory' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1002 , 3 , 'APACHE_HTTPD' , 'Apache Httpd' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1003 , 3 , 'CASSANDRA' , 'Cassandra' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1004 , 3 , 'COUCHBASE' , 'CouchBase' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1005 , 3 , 'COUCHDB' , 'CouchDB' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1006 , 3 , 'DB2' , 'DB2' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1007 , 3 , 'DHCP' , 'DHCP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1008 , 3 , 'DNS' , 'DNS' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1009 , 3 , 'EXCHANGE_SERVER' , 'Exchange Server' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1010 , 3 , 'EXIM' , 'Exim' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1011 , 3 , 'FIREBIRD' , 'Firebird' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1012 , 3 , 'FTP' , 'FTP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1013 , 3 , 'GLASSFISH' , 'Glassfish' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1014 , 3 , 'HTTP' , 'HTTP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1015 , 3 , 'HTTPS' , 'HTTPS' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1016 , 3 , 'IMAP' , 'IMAP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1017 , 3 , 'INFLUXDB' , 'InfluxDB' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1018 , 3 , 'INGRES' , 'Ingres' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1019 , 3 , 'JBOSS' , 'JBoss' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1020 , 3 , 'JMX' , 'JMX' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1021 , 3 , 'LDAP' , 'LDAP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1022 , 3 , 'LIGHTTPD' , 'Lighttpd' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1023 , 3 , 'MARIADB' , 'MariaDB' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1024 , 3 , 'MEMCACHED' , 'Memcached' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1025 , 3 , 'IIS' , 'Microsoft IIS' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1026 , 3 , 'SQL_SERVER' , 'Microsoft SQL Server' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1027 , 3 , 'MONGODB' , 'MongoDB' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1028 , 3 , 'MYSQL' , 'MySQL' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1029 , 3 , 'NETBIOS' , 'NetBIOS' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1030 , 3 , 'NGINX' , 'Nginx' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1031 , 3 , 'NNTP' , 'NNTP' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1032 , 3 , 'ORACLE' , 'Oracle' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1033 , 3 , 'POP' , 'POP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1034 , 3 , 'POSTFIX' , 'Postfix' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1035 , 3 , 'POSTGRESQL' , 'PostgreSQL' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1036 , 3 , 'REDIS' , 'Redis' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1037 , 3 , 'REDIS_SENTINEL' , 'Redis Sentinel' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1038 , 3 , 'SENDMAIL' , 'Sendmail' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1039 , 3 , 'SMB' , 'SMB' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1040 , 3 , 'SMTP' , 'SMTP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1041 , 3 , 'SNMP' , 'SNMP' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1042 , 3 , 'SNMP_V2' , 'SNMP V2' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1043 , 3 , 'SNMP_V3' , 'SNMP V3' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1044 , 3 , 'SQLITE' , 'SQLite' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1045 , 3 , 'SQUID_CACHE' , 'Squid cache' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1046 , 3 , 'SQUID_PROXY' , 'Squid proxy' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1047 , 3 , 'SSH' , 'SSH' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1048 , 3 , 'SYBASE' , 'Sybase' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1049 , 3 , 'TELNET' , 'Telnet' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1050 , 3 , 'TOMCAT' , 'Tomcat' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1051 , 3 , 'VARNISH' , 'Varnish' , 'false' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1052 , 3 , 'WEBSPHERE' , 'Websphere' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1053 , 3 , 'WMI' , 'WMI' , 'true' );
INSERT INTO public.meta_target_type ( id , meta_infra_type_id , key , "name" , is_supported ) VALUES ( 1054 , 3 , 'ZIMBRA' , 'Zimbra' , 'false' );
-- INSERT INTO public.meta_target_zone_type ( id ) VALUES ( 1 );
-- INSERT INTO public.meta_target_zone_type ( id ) VALUES ( 2 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 100 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 101 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 102 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 103 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 104 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 105 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 106 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 107 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 108 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 109 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 110 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 111 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 112 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 113 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 114 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 115 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 116 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 117 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 118 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 119 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 120 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 121 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 122 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 123 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 124 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 125 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 126 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 127 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 128 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 129 );
-- INSERT INTO public.meta_target_host_type ( id ) VALUES ( 130 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1000 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1001 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1002 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1003 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1004 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1005 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1006 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1007 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1008 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1009 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1010 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1011 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1012 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1013 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1014 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1015 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1016 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1017 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1018 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1019 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1020 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1021 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1022 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1023 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1024 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1025 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1026 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1027 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1028 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1029 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1030 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1031 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1032 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1033 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1034 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1035 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1036 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1037 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1038 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1039 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1040 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1041 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1042 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1043 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1044 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1045 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1046 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1047 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1048 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1049 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1050 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1051 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1052 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1053 );
-- INSERT INTO public.meta_target_service_type ( id ) VALUES ( 1054 );
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 ) VALUES ( 1 , 1 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 2 , 1 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 100 , 49 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 101 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 101 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 101 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 101 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 101 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 102 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 102 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 102 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 102 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 102 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 103 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 103 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 103 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 103 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 103 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 104 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 104 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 104 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 104 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 104 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 105 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 105 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 105 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 105 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 105 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 106 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 106 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 106 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 106 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 106 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 107 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 107 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 107 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 107 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 107 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 108 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 108 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 108 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 108 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 108 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 109 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 109 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 109 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 109 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 109 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 110 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 110 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 110 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 110 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 110 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 111 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 111 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 111 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 111 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 111 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 112 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 112 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 112 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 112 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 112 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 113 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 113 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 113 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 113 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 113 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 114 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 114 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 114 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 114 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 114 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 115 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 115 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 115 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 115 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 115 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 116 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 116 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 116 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 116 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 116 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 117 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 117 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 117 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 117 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 117 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 118 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 118 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 118 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 118 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 118 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 119 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 119 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 119 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 119 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 119 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 120 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 120 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 120 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 120 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 120 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 121 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 121 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 121 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 121 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 121 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 122 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 122 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 122 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 122 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 122 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 123 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 123 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 123 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 123 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 123 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 124 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 124 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 124 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 124 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 124 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 125 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 125 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 125 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 125 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 125 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 126 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 126 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 126 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 126 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 126 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 127 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 127 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 127 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 127 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 127 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 128 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 128 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 128 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 128 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 128 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 129 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 129 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 129 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 129 , 49 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 130 , 2 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 130 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 130 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 130 , 49 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 3 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 4 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 5 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 6 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 7 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 8 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 9 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 10 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 11 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 12 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 13 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 14 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 15 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 16 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 17 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 18 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 19 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 20 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 21 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 22 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 23 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 24 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 25 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 26 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 27 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 28 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 29 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 30 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 31 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 32 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 33 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 34 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 35 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 36 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 37 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 38 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 39 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 40 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 42 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 44 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 46 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 48 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 49 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1000 , 50 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1001 , 3 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1001 , 4 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1003 , 5 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1003 , 6 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1007 , 7 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1007 , 8 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1008 , 9 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1008 , 10 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1012 , 11 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1012 , 12 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1014 , 13 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1014 , 14 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1016 , 15 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1016 , 16 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1020 , 35 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1020 , 36 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1021 , 17 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1021 , 18 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1026 , 21 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1026 , 22 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1027 , 19 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1027 , 20 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1028 , 23 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1028 , 24 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1029 , 25 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1029 , 26 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1032 , 27 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1032 , 28 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1033 , 29 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1033 , 30 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1035 , 31 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1035 , 32 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1036 , 33 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1036 , 34 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1039 , 37 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1039 , 38 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1040 , 39 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1040 , 40 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1041 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1041 , 42 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1041 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1041 , 44 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1042 , 41 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1042 , 42 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1043 , 43 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1043 , 44 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1047 , 45 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1047 , 46 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1049 , 47 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1049 , 48 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1053 , 49 );
INSERT INTO public.meta_crawler_mapping ( meta_target_type_id , meta_crawler_id ) VALUES ( 1053 , 50 );
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (1,'CPU','CPU');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (2,'MEMORY','Memory');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (3,'DISK_IO','Disk IO');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (4,'FILE_SYSTEM','File System');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (5,'NETWORK','Network');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (6,'PROCESS','Process');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (7,'SERVER','Server');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (8,'CLIENT','Client');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (9,'PERSISTENCE','Persistence');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (10,'STATS','Stats');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (11,'REPLICATION','Replication');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (12,'CLUSTER','Cluster');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (13,'KEYSPACE','Keyspace');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (14,'INNODB','InnoDB');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (15,'NET','Net');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (16,'PERFORMANCE','Performance');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (17,'THREAD','Thread');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (18,'GLOBAL_REQUEST_PROCESSOR','GlobalRequestProcessor');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (19,'SERVLET','Servlet');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (20,'STRING_CACHE','StringCache');
INSERT INTO public.meta_sensor_item_type (id, key, "name") VALUES (21,'JSP_MONITOR','JspMonitor');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (0,'','');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (1,'%','Percentage');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (2,'Bytes','Byte');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (3,'KB','KByte');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (4,'MB','MByte');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (5,'GB','GByte');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (6,'','Count');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (7,'Jiffies','Jiffy');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (8,'BPS','Byte Per Second');
INSERT INTO public.meta_sensor_item_unit (id,mark,unit) VALUES (9,'PPS','Packet Per Second');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (123,'cpu.usage.user','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (124,'cpu.usage.nice','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (125,'cpu.usage.system','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (126,'cpu.usage.idle','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (127,'cpu.usage.iowait','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (128,'cpu.usage.irq','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (129,'cpu.usage.softirq','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (130,'cpu.usage.steal','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (131,'cpu.usage.guest','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (132,'cpu.usage.gnice','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (133,'cpu.usage.processor','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (134,'cpu.usage.privilege','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (135,'mem.usage.total','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (136,'mem.usage.free','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (137,'mem.usage.available','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (138,'mem.usage.buffers','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (139,'mem.usage.cached','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (140,'mem.swap.usage.total','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (141,'mem.swap.usage.free','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (142,'mem.swap.usage.cached','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (143,'mem.virtual.usage.total','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (144,'mem.virtual.usage.free','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (145,'mem.paging.usage.total','');
INSERT INTO public.meta_sensor_item (id,"key",name) VALUES (146,'mem.paging.usage.free','');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('119','cat /proc/stat','user','','21','123','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('120','cat /proc/stat','nice','','21','124','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('121','cat /proc/stat','system','','21','125','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('122','cat /proc/stat','idle','','21','126','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('123','cat /proc/stat','iowait','','21','127','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('124','cat /proc/stat','irq','','21','128','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES ('125','cat /proc/stat','softirq','','21','129','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'126','cat /proc/stat','steal','','21','130','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'127','cat /proc/stat','guest','','21','131','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'128','cat /proc/stat','gnice','','21','132','7');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'129','Win32_PerfFormattedData_PerfOS_Processor','PercentIdleTime','{"where": "Name=''_Total''"}','23','126','1');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'130','Win32_PerfFormattedData_PerfOS_Processor','PercentProcessorTime','{"where": "Name=''_Total''"}','23','133','1');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'131','Win32_PerfFormattedData_PerfOS_Processor','PercentUserTime','{"where": "Name=''_Total''"}','23','123','1');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'132','Win32_PerfFormattedData_PerfOS_Processor','PercentPrivilegedTime','{"where": "Name=''_Total''"}','23','134','1');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'133','cat /proc/meminfo','total','','21','135','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'134','cat /proc/meminfo','free','','21','136','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'135','cat /proc/meminfo','available','','21','137','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'136','cat /proc/meminfo','buffers','','21','138','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'137','cat /proc/meminfo','cached','','21','139','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'138','cat /proc/meminfo','swapTotal','','21','140','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'139','cat /proc/meminfo','swapFree','','21','141','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'140','cat /proc/meminfo','swapCached','','21','142','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'141','Win32_OperatingSystem ','TotalVisibleMemorySize','','23','135','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'142','Win32_OperatingSystem ','FreePhysicalMemory','','23','136','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'143','Win32_OperatingSystem ','TotalVirtualMemorySize','','23','143','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'144','Win32_OperatingSystem ','FreeVirtualMemory','','23','144','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'145','Win32_OperatingSystem ','SizeStoredInPagingFiles','','23','145','3');
INSERT INTO meta_sensor_item_key (id,froms,"key",option_json,meta_crawler_id,meta_sensor_item_id,meta_sensor_item_unit_id) VALUES (
'146','Win32_OperatingSystem ','FreeSpaceInPagingFiles','','23','146','3');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'1','true','CPU Total usage (%)','ssh.cpu.usage.total','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'2','false','CPU User (%)','ssh.cpu.usage.user','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'3','false','CPU Nice (%)','ssh.cpu.usage.nice','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'4','false','CPU System (%)','ssh.cpu.usage.system','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'5','false','CPU Idle (%)','ssh.cpu.usage.idle','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'6','false','CPU IO wait (%)','ssh.cpu.usage.iowait','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'7','false','CPU IRQ (%)','ssh.cpu.usage.irq','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'8','false','CPU Soft IRQ (%)','ssh.cpu.usage.softirq','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'9','false','CPU Steal (%)','ssh.cpu.usage.steal','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'10','false','CPU Guest (%)','ssh.cpu.usage.guest','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'11','false','CPU Guest Nice (%)','ssh.cpu.usage.gnice','21','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'12','true','CPU Total usage (%)','wmi.cpu.usage.total','23','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'13','false','CPU Idle (%)','wmi.cpu.usage.idle','23','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'14','false','CPU Processor (%)','wmi.cpu.usage.processor','23','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'15','false','CPU User (%)','wmi.cpu.usage.user','23','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'16','false','CPU Privilege (%)','wmi.cpu.usage.privilege','23','1','1');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'17','true','Memory Total Usage (%)','ssh.mem.usage.total','21','1','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'18','false','Memory Free space (mb)','ssh.mem.usage.free','21','4','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'19','false','Buffered Memory (mb)','ssh.mem.usage.buffers','21','4','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'20','false','Cached Memory (mb)','ssh.mem.usage.cached','21','4','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'21','true','Swap Total Usage (%)','ssh.mem.swap.usage.total','21','1','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'22','false','Cached Swap (mb)','ssh.mem.swap.usage.cached','21','4','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'23','true','Memory Total usage (%)','wmi.mem.usage.total','23','1','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'24','false','Virtual Memory Usage (%)','wmi.mem.virtual.usage.total','23','1','2');
INSERT INTO meta_sensor_display_item (id,is_default, "name","key",meta_crawler_id,meta_sensor_item_unit_id,meta_sensor_item_type_id) VALUES (
'25','false','Paging Usage (%)','wmi.mem.paging.usage.total','23','1','2');
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
201, true, 'Connections', 'MYSQL.NET.CONNECTIONS', 11, 15, 6);
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
202, true, 'Reads & Writes', 'MYSQL.INNODB.READSWRITES', 11, 14, 6);
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
203, true, 'Row Lock Time (ms/s)', 'MYSQL.INNODB.ROW_LOCK_TIME', 11, 14, 0);
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
204, true, 'Row Lock Waits', 'MYSQL.INNODB.ROW_LOCK_WAITS', 11, 14, 6);
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
205, true, 'Slow Queries', 'MYSQL.PERFORMANCE.SLOW_QUERIES', 11, 16, 6);
INSERT INTO meta_sensor_display_item (id, is_default, "name", key, meta_crawler_id, meta_sensor_item_type_id, meta_sensor_item_unit_id) VALUES (
206, true, 'Queries', 'MYSQL.PERFORMANCE.QUERIES', 11, 16, 6);
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'1','1','119');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'2','1','120');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'3','1','121');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'4','1','122');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'5','1','123');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'6','1','124');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'7','1','125');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'8','1','126');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'9','1','127');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'10','1','128');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'11','2','119');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'12','3','120');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'13','4','121');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'14','5','122');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'15','6','123');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'16','7','124');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'17','8','125');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'18','9','126');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'19','10','127');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'20','11','128');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'21','12','129');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'22','12','130');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'23','12','131');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'24','12','132');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'25','13','129');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'26','14','130');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'27','15','131');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'28','16','132');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'29','17','133');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'30','17','134');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'31','17','135');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'32','17','136');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'33','17','137');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'34','18','134');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'35','19','136');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'36','20','137');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'37','21','138');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'38','21','139');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'39','21','140');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'40','22','140');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'41','23','141');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'42','23','142');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'43','23','143');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'44','23','144');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'45','23','145');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'46','23','146');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'47','24','143');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'48','24','144');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'49','25','145');
INSERT INTO meta_sensor_display_mapping (id,meta_sensor_display_item_id,meta_sensor_item_key_id) VALUES (
'50','25','146');