Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
c08208e8fd0fabfdc7c4e8f0f39a10eb064b3947
1 parent
ccd83ffd
杭州-资源视图-阿里云RDS-云数据库
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/ali_cloud_rds.js
hg-monitor-web-base/src/main/resources/static/src/views/template/detail/ali_cloud_rds.html
hg-monitor-web-base/src/main/resources/static/src/controller/ali_cloud_rds.js
View file @
c08208e
...
...
@@ -24,8 +24,7 @@ layui.define(['commonDetail','common'], function (exports) {
var
xnxxKpi
=
"KPIE2174352,KPIC0A94965"
;
//运行状态信息
var
yxztxx
=
"KPIE4B51D5C,KPI7F91F142"
;
//配置信息
var
pzxx
=
""
;
reload
()
...
...
@@ -39,8 +38,6 @@ layui.define(['commonDetail','common'], function (exports) {
commonDetail
.
renderText
(
"ali_cloud_rds_xnxxinfo"
,
resId
,
xnxxKpi
);
//运行状态信息
commonDetail
.
renderText
(
"ali_cloud_rds_linkinfo"
,
resId
,
yxztxx
);
//配置信息
commonDetail
.
renderText
(
"ali_cloud_rds_setinfo"
,
resId
,
pzxx
);
// CPU使用率
commonDetail
.
renderGauge
(
"ali_cloud_rds_cpu_rate"
,
resId
,
"KPI7054BC34"
);
// 内存使用率
...
...
hg-monitor-web-base/src/main/resources/static/src/views/template/detail/ali_cloud_rds.html
View file @
c08208e
...
...
@@ -13,17 +13,19 @@
<h5
class=
"lay-row-title"
>
性能信息
</h5>
<ul
class=
"info-table"
id=
"ali_cloud_rds_xnxxinfo"
></ul>
</div>
</div>
<div
class=
"lay-row"
>
<div
class=
"lay-row-item lay-row-item--auto-width"
>
<h5
class=
"lay-row-title"
>
运行状态信息
</h5>
<ul
class=
"info-table"
id=
"ali_cloud_rds_linkinfo"
></ul>
</div>
<div
class=
"lay-row-item lay-row-item--auto-width"
>
<h5
class=
"lay-row-title"
>
配置信息
</h5>
<ul
class=
"info-table"
id=
"ali_cloud_rds_setinfo"
></ul>
</div>
</div>
<!-- 2021-12-9xwx注 与李腾飞确认采集不到 -->
<!-- <div class="lay-row">-->
-
<!-- - <div class="lay-row-item lay-row-item--auto-width">-->
<!-- <h5 class="lay-row-title">配置信息</h5>-->
<!-- <ul class="info-table" id="ali_cloud_rds_setinfo"></ul>-->
<!-- </div>-->
<!-- </div>-->
<div
class=
"lay-row"
>
<div
class=
"lay-row-item"
>
<h5
class=
"lay-row-title"
>
CPU使用率
...
...
Please
register
or
login
to post a comment