[manager,webapp]新增监控大类别,支持自定义监控页面菜单自动渲染
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# 此监控类型所属类别:service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
|
||||
category: custom
|
||||
# 监控应用类型(与文件名保持一致) eg: linux windows tomcat mysql aws...
|
||||
app: example
|
||||
name:
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# 此监控类型所属类别:service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
|
||||
category: service
|
||||
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
|
||||
app: api
|
||||
name:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
category: service
|
||||
app: fullsite
|
||||
name:
|
||||
zh-CN: 全站监控
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
category: db
|
||||
app: mysql
|
||||
name:
|
||||
zh-CN: MYSQL数据库
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# 此监控类型所属类别:service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
|
||||
category: service
|
||||
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
|
||||
app: ping
|
||||
name:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
category: service
|
||||
app: port
|
||||
name:
|
||||
zh-CN: 端口可用性
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
category: service
|
||||
app: telnet
|
||||
name:
|
||||
zh-CN: TELNET端口可用性
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
category: service
|
||||
app: website
|
||||
name:
|
||||
zh-CN: 网站监测
|
||||
|
||||
Reference in New Issue
Block a user