diff --git a/com.creditease.uav.console.buildComponent/config/web_pro.xml b/com.creditease.uav.console.buildComponent/config/web_pro.xml
index 59536a82..587f9287 100644
--- a/com.creditease.uav.console.buildComponent/config/web_pro.xml
+++ b/com.creditease.uav.console.buildComponent/config/web_pro.xml
@@ -14,7 +14,7 @@
com.creditease.uav.apphub.core.AppHubRestServlet
jersey.config.server.provider.packages
- com.creditease.uav.apphub.rest,com.creditease.uav.godeye.rest,com.creditease.uav.manage.rest,com.creditease.uav.appmongo.rest,com.creditease.uav.grafana
+ com.creditease.uav.apphub.rest,com.creditease.uav.godeye.rest,com.creditease.uav.manage.rest,com.creditease.uav.appmongo.rest,com.creditease.uav.grafana,com.creditease.uav.opentsdb
1
true
@@ -41,17 +41,6 @@
es-serlvet
/es/*
-
- opentsdb-crdu-servlet
- com.creditease.uav.opentsdb.OpenTSDBRestCRDUServlet
- 2
- true
-
-
-
- opentsdb-crdu-servlet
- /db/*
-
opentsdb-agent-servlet
@@ -130,6 +119,10 @@
uav.app.godeye.redis.store.addr
127.0.0.1:26379
+
+ uav.app.opentsdb.redis.store.addr
+ 127.0.0.1:26379
+
uav.app.gui.redis.store.params
{"min":50,"max":300,"queue":10}
@@ -146,6 +139,14 @@
uav.app.godeye.redis.store.params
{"min":30,"max":100,"queue":5,"cacheaccess":5}
+
+ uav.app.opentsdb.redis.store.params
+ {"min":30,"max":100,"queue":5,"cacheaccess":5}
+
+
+ uav.app.opentsdb.http.client.params
+ {"max.con":50,"max.tot.con":200,"sock.time.out":10000,"con.time.out":10000,"req.time.out":10000}
+
uav.app.gui.http.client.params
{"max.con":5,"max.tot.con":20,"sock.time.out":10000,"con.time.out":10000,"req.time.out":10000}
@@ -178,7 +179,7 @@
@url:uav.app.godeye.notify.view.http.addr
http://127.0.0.1:9011,http://127.0.0.1:9011
-
+
@url:uav.app.godeye.notify.strategy.http.addr
http://127.0.0.1:9004,http://127.0.0.1:9004
@@ -186,11 +187,11 @@
@url:uav.app.manage.apphubmanager.http.addr
http://127.0.0.1:8031,http://127.0.0.1:8031
-
+
@url:uav.app.upgrade.server.http.addr
http://127.0.0.1:8888
-
+
@url:uav.app.apm.ivc.http.addr
http://127.0.0.1:7799,http://127.0.0.1:7799
@@ -222,7 +223,7 @@
uav.apphub.sso.guest.password
guestAbc23781ADSKHbnwe
-
+
uav.apphub.sso.implclass
com.creditease.uav.apphub.sso.GUISSOLdapClient
@@ -234,10 +235,6 @@
uav.apphub.sso.grafana.connection.info
{"api.url":"http://127.0.0.1:3000","web.url":"http://uav.creditease.corp/datacenter","datasource.opentsdb.url":"http://127.0.0.1:4242","datasource.elasticsearch.url":"http://127.0.0.1:9300","authorization.loginId":"apiuser","authorization.loginPwd":"Uav!630admin","authorization.register.defPwd":"1q@W3e","authorization.register.sleep.time":"2000"}
-
- uav.app.opentsdb.http.client.params
- {"max.con":50,"max.tot.con":200,"sock.time.out":10000,"con.time.out":10000,"req.time.out":10000}
-
uav.apphub.sso.white.list
{"vipgroup":""}
-
- uav.app.opentsdb.http.client.params
- {"max.con":50,"max.tot.con":200,"sock.time.out":10000,"con.time.out":10000,"req.time.out":10000}
-
+
30
diff --git a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/db.css b/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/db.css
deleted file mode 100644
index 0d26635f..00000000
--- a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/db.css
+++ /dev/null
@@ -1,15 +0,0 @@
-.editor-input {
- height: 23px;
- border: 1px solid #ddd;
- padding-left: 10px;
- font-size: 13px;
- border-radius: 3px;
- width: 200px;
-}
-.editor-label {
- width: 120px;
- font-size: 14px;
- line-height: 30px;
- display: inline-block;
- text-align: right;
-}
diff --git a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.opentsdb.css b/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.agent.opentsdb.css
similarity index 51%
rename from com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.opentsdb.css
rename to com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.agent.opentsdb.css
index 5712019d..4e09dcd8 100644
--- a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.opentsdb.css
+++ b/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/css/uav.agent.opentsdb.css
@@ -3,7 +3,6 @@
html {
height: 100%;
}
-
body {
font-size: 14px;
font-family: "微软雅黑";
@@ -14,41 +13,23 @@ body {
text-align: center;
height: 100%;
}
-
.ListBG {
background: white;
color: black;
font-size: 14px;
}
-
.ObjectBG {
font-size: 16px;
color: #333333;
background: white;
}
-.AppHubMVCSearchBarInputText {
- width: 207px;
- text-align: left;
-}
-
.icon-myout {
float: right;
margin-top: -3px;
margin-right: 15px;
font-size: 2em;
}
-
-.icon-myout:hover {
- border-radius: 3px;
- box-shadow: 0 0 4px 4px #fff;
-}
-
-
-
-
-/*详情页面布局 BEGIN*/
-
.ObjectBG span{
word-break:break-all;
white-space:normal ;
@@ -61,11 +42,15 @@ body {
word-wrap : break-word ;
display:inline-block;
}
-.colon{
- color: #000000;
- font-weight:bold;
+.ObjectBG ul {
+ margin: 0 10px 0 10px;
+ text-align: left;
+ padding: 0px;
}
+.ObjectBG li {
+ list-style-type: none;
+}
.title-head {
font-size: 16px;
color: #ffffff;
@@ -74,73 +59,56 @@ body {
padding-bottom:12px;
}
-.titleH {
- font-weight: bold;
- color: #008040;
+.editor-input {
+ height: 23px;
+ border: 1px solid #ddd;
+ padding-left: 10px;
+ font-size: 13px;
+ border-radius: 3px;
+ width: 90%;
+ resize:none;
}
-
-.timeLH{
- font-weight: bold;
- color: #ff0000;
-}
-
-
-.listBody li{
- color: #959595;
- font-size: 14px;
-}
-
-.listBdesc{
- color: #000000;
- margin-left:10px;
-}
-
-.ObjectBG ul {
- margin: 0 10px 0 10px;
+.title
+{
text-align: left;
- padding: 0px;
-}
-
-.ObjectBG li {
- list-style-type: none;
+ width: 15%;
}
-
-.publicheadDiv {
- color: #777;
-}
-
-.publicheadDiv .tValue{
- color: #DC143C;
+.userinput
+{
+ text-align: left;
+ width: 85%;
}
-
-.listDiv {
- margin-top:3px;
- box-shadow: 0 0 0px 1px #009ad6;
- font-size: 14px;
- background: #FFFFE0;
- margin-bottom:5px;
+.icon-myout:hover {
+ border-radius: 3px;
+ box-shadow: 0 0 4px 4px #fff;
}
-
-.listDiv .title {
- font-size: 16px;
- color:#fff;
- padding-top:2px;
- padding-bottom:2px;
- background:#87CEEB;
+.modal-header
+{
+ padding: 2px 2px;
+ padding-top: 2px;
+ padding-right: 15px;
+ padding-bottom: 2px;
+ padding-left: 15px;
+ border-bottom: 1px solid #eee;
+ text-align: left;
+ background-color: #337ab7;
}
-
-.listDiv .argsTitle{
- margin-left:0px;
- color: #DC143C;
- !font-weight:bold;
+.modal-footer {
+ padding: 2px 2px;
}
-.listDiv .argsSubTitle{
- margin-left:10px;
- color: #6B8E23;
+.modal-body {
+ position: relative;
+ max-height: 400px;
+ padding: 5px;
+ overflow-y: auto;
}
-.listDiv .argsSubValue {
- color:#333;
+.errorMsg
+{
+ color: red;
+ margin-right: 10px;
}
-/*详情页面布局 END*/
\ No newline at end of file
+.pointer {
+ cursor : pointer;
+}
\ No newline at end of file
diff --git a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/index.html b/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/index.html
index dd41b960..f7b1d0b6 100644
--- a/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/index.html
+++ b/com.creditease.uav.console/src/main/webapp/uavapp_baseclassmgt/dbhead/index.html
@@ -12,8 +12,7 @@
-
-
+
@@ -36,9 +35,96 @@
+
+
+
+
+
-
-
-
+
+