Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
IT-monitor
Commits
62bcc4b9
Commit
62bcc4b9
authored
May 24, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
219867c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
13 deletions
+41
-13
logicalGroup.vue
src/views/IntegratedMonitor/viewExhibition/logicalGroup.vue
+16
-7
monitorView.vue
src/views/IntegratedMonitor/viewExhibition/monitorView.vue
+25
-6
No files found.
src/views/IntegratedMonitor/viewExhibition/logicalGroup.vue
View file @
62bcc4b9
...
...
@@ -15,6 +15,7 @@
border
:row-key=
"getKeys"
:expand-row-keys=
"expand"
:default-expand-all=
"true"
:tree-props=
"
{children: 'child'}"
>
<el-table-column
label=
"公司"
prop=
"company"
show-overflow-tooltip
>
...
...
@@ -147,7 +148,7 @@
<el-button
@
click=
"closeAddDialog"
>
取消
</el-button>
</span>
</el-dialog>
<el-dialog
class=
"addWarnClass"
width=
"50%"
title=
"
告警添加
"
:visible
.
sync=
"objectDialog"
>
<el-dialog
class=
"addWarnClass"
width=
"50%"
title=
"
添加对象
"
:visible
.
sync=
"objectDialog"
>
<el-form
v-if=
"stepActive === 1"
ref=
"addForm"
style=
"width: 100%;height: 300px"
label-width=
"auto"
:model=
"addForm"
>
<el-form-item
label=
" "
>
<div
class=
"treebody"
>
...
...
@@ -196,11 +197,11 @@ export default {
children
:
[{
id
:
111
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
label
:
'
三级 1-1-1
'
label
:
'
智盘服务器10.1.1.50
'
},
{
id
:
112
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
label
:
'
三级 1-1-2
'
label
:
'
127.0.0.1
'
}]
},
{
...
...
@@ -210,11 +211,11 @@ export default {
children
:
[{
id
:
121
,
icon
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
label
:
'
三级 1-1-1
'
label
:
'
ping
'
},
{
id
:
122
,
icon
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
label
:
'
三级 1-1-2
'
label
:
'
url
'
}]
}]
}],
...
...
@@ -292,11 +293,19 @@ export default {
child
:
[
{
id
:
'111'
,
icon
:
require
(
'@/assets/image/shebei9-zhengchang.png'
),
company
:
'服务器硬件'
,
type
:
''
,
child
:
[
{
id
:
'1111'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
company
:
'云打印服务器-硬件'
,
type
:
''
}
{
id
:
'1111'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
company
:
'云打印服务器-硬件'
,
type
:
''
},
{
id
:
'1112'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
company
:
'B0629虚拟化服务器HPE DL580G9'
,
type
:
''
},
{
id
:
'1113'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
company
:
'温泉翁群翁'
,
type
:
''
}
]
},
{
id
:
'112'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
company
:
'云打印服务器-硬件'
,
type
:
''
,
child
:
[
{
id
:
'1121'
,
noIcon
:
'1'
,
company
:
'Power Supply -PS 2 Presence-0045'
,
type
:
''
}
{
id
:
'1121'
,
noIcon
:
'1'
,
company
:
'Power Supply -PS 2 Presence-0045'
,
type
:
''
},
{
id
:
'1122'
,
noIcon
:
'1'
,
company
:
'Temperature -16-VR P1 Mem-0011'
,
type
:
''
},
{
id
:
'1123'
,
noIcon
:
'1'
,
company
:
'Fan -Fan 4 DutyCycle-0038'
,
type
:
''
},
{
id
:
'1124'
,
noIcon
:
'1'
,
company
:
'Temperature -22-PCI 2-0017'
,
type
:
''
},
{
id
:
'1125'
,
noIcon
:
'1'
,
company
:
'Temperature -38-I/O Zone-0027'
,
type
:
''
},
{
id
:
'1126'
,
noIcon
:
'1'
,
company
:
'Power Supply -Power Supply 2-0043'
,
type
:
''
},
{
id
:
'1127'
,
noIcon
:
'1'
,
company
:
'Temperature -43-Storage Batt-002c'
,
type
:
''
}
]
}
]
}
]
}
...
...
src/views/IntegratedMonitor/viewExhibition/monitorView.vue
View file @
62bcc4b9
...
...
@@ -121,20 +121,39 @@ export default {
},
tableData
:
[
{
equipment
:
'智盘服务器10.1.1.50'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'/dev/sda1 (/boot)'
,
value
:
'物理内存'
,
value2
:
'Ping'
,
value3
:
'连接'
},
{
equipment
:
'总部24F-机柜8-17U-16U-电票系统'
,
icon
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
point
:
'/dev/sda1 (/boot)'
,
value
:
'物理内存'
,
value2
:
'Ping'
,
value3
:
'/dev/sda2 (/media/disk)'
},
{
equipment
:
'人脸识别服务器-10.1.1.52'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'/dev/sda1 (/boot)'
,
value
:
'物理内存'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
}
{
equipment
:
'总部24F-机柜8-17U-16U-电票系统'
,
icon
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
point
:
'ora_s000_vbsrun12'
,
value
:
'CPU'
,
value2
:
'Ping'
,
value3
:
'/dev/sda2 (/media/disk)'
},
{
equipment
:
'人脸识别服务器-10.1.1.52'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'ora_asmb_vbsrun12'
,
value
:
'物理内存'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
},
{
equipment
:
'跳板机_192.168.8.20'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'/dev/fslv01 (/bkp)'
,
value
:
'CPU'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
},
{
equipment
:
'运维服务器_192.168.6.16'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'ora_rbal_vbsrun12'
,
value
:
'AgentWin CPU'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
},
{
equipment
:
'智盘服务器-10.1.1.54'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'ora_dbw0_vbsrun12'
,
value
:
'物理内存'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
},
{
equipment
:
'上网代理服务器-10.1.1.58'
,
icon
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
point
:
'/dev/sda1 (/boot)'
,
value
:
'虚拟内存'
,
value2
:
'Ping'
,
value3
:
'Snmp连接检测'
},
],
tableData2
:
[
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'C:'
,
value
:
'1'
,
value2
:
'磁盘使用率(%)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'alg.exe'
,
value
:
'1'
,
value2
:
'进程数(个)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'虚拟内存'
,
value
:
'1'
,
value2
:
'内存使用率(%)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
}
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'虚拟内存'
,
value
:
'1'
,
value2
:
'内存使用率(%)'
,
value3
:
'19.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'Ping'
,
value
:
'1'
,
value2
:
'服务成功率(%)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'Windows CPU'
,
value
:
'1'
,
value2
:
'CPU使用率(%)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'Wmi连接'
,
value
:
'1'
,
value2
:
'内存使用率(%)'
,
value3
:
'2'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'物理内存'
,
value
:
'1'
,
value2
:
'服务成功率(%)'
,
value3
:
'100.000'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'虚拟内存'
,
value
:
'1'
,
value2
:
'内存使用率(%)'
,
value3
:
'11.550'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'物理内存'
,
value
:
'1'
,
value2
:
'内存使用率(%)'
,
value3
:
'16.250'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
{
equipment
:
'餐厅服务器-10.1.1.61'
,
point
:
'G:'
,
value
:
'1'
,
value2
:
'磁盘使用率(%)'
,
value3
:
'89.400'
,
value4
:
'> 90'
,
value5
:
'> 95'
,
value6
:
'2022-04-20 23:50:00'
},
],
equipmentList
:
[
{
img
:
require
(
'@/assets/image/shebei1-weizhi.png'
),
name
:
''
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'总部24F-机柜8-17U-16U'
},
{
img
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
name
:
'人脸识别服务器-10.1'
},
{
img
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
name
:
'人脸应用服务器-10.1'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'智盘服务器10.1.1.50'
},
{
img
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
name
:
'智盘服务器10.1.1.50'
},
{
img
:
require
(
'@/assets/image/shebei2-guzhang.png'
),
name
:
'智盘服务器10.1.1.50'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'智盘服务器10.1.1.50'
}
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'跳板机_192.168.8.20'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'运维服务器_192.168.6.16'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'绩效系统-10.1.1.60'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'餐厅服务器-10.1.1.61'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'集成平台主节点'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'短信平台-10.1.1.65'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'停车服务器-10.1.1.71'
},
{
img
:
require
(
'@/assets/image/shebei2-zhengchang.png'
),
name
:
'停车服务器-10.1.1.73'
},
],
activeName
:
'first'
,
data
:
[{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment