[manager,webapp]新增监控大类别,支持自定义监控页面菜单自动渲染

This commit is contained in:
tomsun28
2022-03-05 15:17:52 +08:00
parent 326cc35199
commit 36926f0fa2
15 changed files with 65 additions and 45 deletions

View File

@@ -1,3 +1,5 @@
# 此监控类型所属类别service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
category: custom
# 监控应用类型(与文件名保持一致) eg: linux windows tomcat mysql aws...
app: example
name:

View File

@@ -1,3 +1,5 @@
# 此监控类型所属类别service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
category: service
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
app: api
name:

View File

@@ -1,3 +1,4 @@
category: service
app: fullsite
name:
zh-CN: 全站监控

View File

@@ -1,3 +1,4 @@
category: db
app: mysql
name:
zh-CN: MYSQL数据库

View File

@@ -1,3 +1,5 @@
# 此监控类型所属类别service-应用服务监控 db-数据库监控 custom-自定义监控 os-操作系统监控
category: service
# 监控应用类型名称(与文件名保持一致) eg: linux windows tomcat mysql aws...
app: ping
name:

View File

@@ -1,3 +1,4 @@
category: service
app: port
name:
zh-CN: 端口可用性

View File

@@ -1,3 +1,4 @@
category: service
app: telnet
name:
zh-CN: TELNET端口可用性

View File

@@ -1,3 +1,4 @@
category: service
app: website
name:
zh-CN: 网站监测