This commit is contained in:
crusader 2018-06-14 17:53:42 +09:00
parent 8ef01685c5
commit f0b5ce8b19
20 changed files with 99 additions and 339 deletions

10
pom.xml
View File

@ -51,7 +51,7 @@
<dependency>
<groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId>
<version>1.0.62-SNAPSHOT</version>
<version>1.0.63-SNAPSHOT</version>
</dependency>
<dependency>
@ -236,7 +236,13 @@
<build>
<resources>
<resource>
<directory>src/main/resources/${activatedProperties}</directory>
<directory>src/main/resources/common</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
<resource>
<directory>src/main/resources/profiles/${activatedProperties}</directory>
<filtering>true</filtering>
</resource>
</resources>

View File

@ -136,186 +136,94 @@ INSERT INTO public.meta_target_type_category ( id , meta_infra_type_id , key , "
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_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 , 'NETBIOS' , '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' );

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,10 +0,0 @@
#resource.loader=jar
#jar.resource.loader.class=org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
#jar.runtime.log.logsystem.class=org.apache.velocity.runtime.log.SimpleLog4JLogSystem
#jar.runtime.log.logsystem.log4j.category=velocity
#jar.resource.loader.cache=true
resource.loader=class
class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
class.runtime.log.logsystem.log4j.category=velocity
input.encoding=UTF-8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -1,72 +0,0 @@
<xmeta charset="utf-8">
<xmeta name="viewport" content="width=device-width, initial-scale=1">
<xmeta http-equiv="X-UA-Compatible" content="IE=edge">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" style="padding: 10px">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:5px solid #d5d8dc;max-width: 600px;">
<tbody>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 20px;text-align:center; background: #203976;">
<img src="cid:company-logo" width="206" height="36" alt=""/></td>
</tr>
<tr>
<td style="padding: 40px 20px 0px 20px;font-family: Arial, Helvetica, Sans-serif;color: #383838;font-size: 1.3em; font-weight: bold;">
Resset Your Password
</td>
</tr>
<tr>
<td style="padding: 30px 20px;font-family: Arial, Helvetica, Sans-serif; color: #383838;">
<p>Dear ${firstName} ${lastName},</p>
<p>Sending Email <b>${content}</b></p>
<table style="border-collapse: collapse; margin: 0 auto; color: #ffffff;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td style="border: 0; padding: 0; margin: 0; mso-line-height-rule: exactly;" height="15"></td></tr>
<tr>
<td align="center" valign="middle" style="text-align: center; text-decoration: none!important; text-transform: uppercase; font-weight: 400; font-size: 16px; font-family: Arial, Helvetica, Sans-serif; color: #ffffff; background-color: #2185d0; background-clip: border-box; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; padding: 10px 30px 10px 30px;" width="100%">
<a href="${content}" target="_blank" style="color: #ffffff; text-decoration: none;" rel="noreferrer noopener">RESSET PASSWORD NOW</a>
</td>
</tr>
<tr><td style="border: 0; padding: 0; margin: 0; mso-line-height-rule: exactly;" height="15"></td></tr>
</tbody>
</table>
<p>Thanks</p>
</td>
</tr>
<tr>
<td style="padding: 30px;font-family: Arial, Helvetica, Sans-serif;font-size: 0.8em; text-align:center;color:#eeeeee; background: #686868">
<p>${signature}</p>
<p>${location}</p>
<p>Copyright ⓒ 2017 LOAFLE. All Rights Reserved.</p>
<p><a href="" target="_blank" style="color:#eeeeee;">Help Center</a> ·
<a href="" target="_blank" style="color:#eeeeee;">Privacy Policy</a> ·
<a href="" target="_blank" style="color:#eeeeee;">Terms & Conditions</a></p>
<p><a href="" style="color:#eeeeee;">Unsubscribe from this email</a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</xmeta>
</xmeta>
</xmeta>

View File

@ -1,72 +0,0 @@
<xmeta charset="utf-8">
<xmeta name="viewport" content="width=device-width, initial-scale=1">
<xmeta http-equiv="X-UA-Compatible" content="IE=edge">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" style="padding: 10px">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:5px solid #d5d8dc;max-width: 600px;">
<tbody>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 20px;text-align:center; background: #203976;">
<img src="cid:company-logo" width="206" height="36" alt=""/></td>
</tr>
<tr>
<td style="padding: 40px 20px 0px 20px;font-family: Arial, Helvetica, Sans-serif;color: #383838;font-size: 1.3em; font-weight: bold;">
Welcome to overFlow. Please Confirm your Email
</td>
</tr>
<tr>
<td style="padding: 30px 20px;font-family: Arial, Helvetica, Sans-serif; color: #383838;">
<p>Dear ${firstName} ${lastName},</p>
<p>Sending Email <b>${content}</b></p>
<table style="border-collapse: collapse; margin: 0 auto; color: #ffffff;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td style="border: 0; padding: 0; margin: 0; mso-line-height-rule: exactly;" height="15"></td></tr>
<tr>
<td align="center" valign="middle" style="text-align: center; text-decoration: none!important; text-transform: uppercase; font-weight: 400; font-size: 16px; font-family: Arial, Helvetica, Sans-serif; color: #ffffff; background-color: #2185d0; background-clip: border-box; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; padding: 10px 30px 10px 30px;" width="100%">
<a href="${content}" target="_blank" style="color: #ffffff; text-decoration: none;" rel="noreferrer noopener">Register Now</a>
</td>
</tr>
<tr><td style="border: 0; padding: 0; margin: 0; mso-line-height-rule: exactly;" height="15"></td></tr>
</tbody>
</table>
<p>Thanks</p>
</td>
</tr>
<tr>
<td style="padding: 30px;font-family: Arial, Helvetica, Sans-serif;font-size: 0.8em; text-align:center;color:#eeeeee; background: #686868">
<p>${signature}</p>
<p>${location}</p>
<p>Copyright ⓒ 2017 LOAFLE. All Rights Reserved.</p>
<p><a href="" target="_blank" style="color:#eeeeee;">Help Center</a> ·
<a href="" target="_blank" style="color:#eeeeee;">Privacy Policy</a> ·
<a href="" target="_blank" style="color:#eeeeee;">Terms & Conditions</a></p>
<p><a href="" style="color:#eeeeee;">Unsubscribe from this email</a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</xmeta>
</xmeta>
</xmeta>

View File

@ -62,9 +62,9 @@ INSERT INTO public.probe (authorize_date,cidr,"name", description,encryption_key
'2017-08-21 15:00:09.691','192.168.2.0/24','insanity probe','test probe 22222','f1f72c8d2a814580bb7c4615ec43a6a8','95d8bcdc739741dca74c4a0e489e0774',1,1,1,0);
INSERT INTO public.infra (id, meta_infra_type_id, probe_id) VALUES (1, 1, 1);
INSERT INTO public.infra (id, meta_infra_type_id, probe_id) VALUES (2, 2, 1);
INSERT INTO public.infra (id, meta_infra_type_id, probe_id) VALUES (3, 3, 1);
INSERT INTO public.infra (id, infra_type, meta_infra_type_id, probe_id) VALUES (1, 1, 1, 1);
INSERT INTO public.infra (id, infra_type, meta_infra_type_id, probe_id) VALUES (2, 2, 2, 1);
INSERT INTO public.infra (id, infra_type, meta_infra_type_id, probe_id) VALUES (3, 3, 3, 1);
INSERT INTO public.infra_zone (id, meta_target_zone_type_id, network, iface, meta_ip_type_id, "address", mac) VALUES (1, 1, '192.168.1.0/24', 'enp3s0', 1, '192.168.1.101', '44:8a:5b:f1:f1:f3');