This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 95a7a13df [improve] add llm, server menu and update doc (#1955)
95a7a13df is described below

commit 95a7a13dfdf28f74d9f47f51ec5ec0950b430e69
Author: tomsun28 <[email protected]>
AuthorDate: Fri May 10 14:11:51 2024 +0800

    [improve] add llm, server menu and update doc (#1955)
    
    Signed-off-by: tomsun28 <[email protected]>
---
 home/docs/help/guide.md                            | 22 ++++++++++++++++++--
 home/docs/help/redis.md                            |  2 +-
 .../en/docusaurus-plugin-content-docs/current.json | 10 ++++++++-
 .../docusaurus-plugin-content-docs/current.json    | 24 ++++++++++++++--------
 .../current/help/guide.md                          | 22 +++++++++++++++++++-
 home/sidebars.json                                 |  8 +++++++-
 manager/src/main/resources/define/app-openai.yml   |  2 +-
 manager/src/main/resources/define/app-redfish.yml  |  2 +-
 web-app/src/assets/app-data.json                   | 14 +++++++++++++
 web-app/src/assets/i18n/en-US.json                 |  4 +++-
 web-app/src/assets/i18n/zh-CN.json                 |  4 +++-
 web-app/src/assets/i18n/zh-TW.json                 |  4 +++-
 12 files changed, 99 insertions(+), 19 deletions(-)

diff --git a/home/docs/help/guide.md b/home/docs/help/guide.md
index 524f20746..4075da58c 100644
--- a/home/docs/help/guide.md
+++ b/home/docs/help/guide.md
@@ -20,12 +20,18 @@ sidebar_label: Help Center
 &emsp;&#x1F449;&emsp;[Port availability](port) <br /> 
 &emsp;&#x1F449;&emsp;[Full site monitoring](fullsite) <br />
 &emsp;&#x1F449;&emsp;[SSL Cert monitoring](ssl_cert) <br />
-&emsp;&#x1F449;&emsp;[JVM monitoring](jvm) <br />
-&emsp;&#x1F449;&emsp;[SpringBoot2.0](springboot2) <br />
 &emsp;&#x1F449;&emsp;[DNS monitoring](dns) <br />
 &emsp;&#x1F449;&emsp;[FTP monitoring](ftp) <br />
 &emsp;&#x1F449;&emsp;[Websocket monitoring](websocket) <br />
 
+### Program monitoring
+
+&emsp;&#x1F449;&emsp;[Process](process) <br />
+&emsp;&#x1F449;&emsp;[JVM monitoring](jvm) <br />
+&emsp;&#x1F449;&emsp;[SpringBoot2.0](springboot2) <br />
+&emsp;&#x1F449;&emsp;[SpringBoot3.0](springboot3) <br />
+&emsp;&#x1F449;&emsp;[DynamicTp](dynamic_tp) <br />
+
 ### Database monitoring  
 
 &emsp;&#x1F449;&emsp;[MYSQL database monitoring](mysql) <br />
@@ -40,6 +46,12 @@ sidebar_label: Help Center
 &emsp;&#x1F449;&emsp;[MongoDB database monitoring](mongodb) <br />
 &emsp;&#x1F449;&emsp;[NebulaGraph cluster monitoring](nebulagraph_cluster) <br 
/>
 
+### Cache monitoring
+
+&emsp;&#x1F449;&emsp;[Redis monitoring](redis) <br />
+&emsp;&#x1F449;&emsp;[Memcached monitoring](memcached) <br />
+
+
 ### Operating system monitoring     
 
 &emsp;&#x1F449;&emsp;[Linux operating system monitoring](linux) <br />
@@ -73,10 +85,16 @@ sidebar_label: Help Center
 &emsp;&#x1F449;&emsp;[ElasticSearch](elasticsearch) <br />
 &emsp;&#x1F449;&emsp;[Flink](flink) <br />
 
+### Ai LLM monitoring
+
+&emsp;&#x1F449;&emsp;[openai](openai) <br />
+
 ### Network monitoring
 
 &emsp;&#x1F449;&emsp;[Huawei-switch](huawei_switch) <br /> 
 
+### Server monitoring
+
 
 ***
 
diff --git a/home/docs/help/redis.md b/home/docs/help/redis.md
index dd9b304e1..de0df0d52 100644
--- a/home/docs/help/redis.md
+++ b/home/docs/help/redis.md
@@ -1,7 +1,7 @@
 ---
 id: redis  
 title: 监控:REDIS数据库监控      
-sidebar_label: REDIS数据库   
+sidebar_label: REDIS   
 keywords: [开源监控系统, 开源数据库监控, Redis数据库监控] 
 ---
 
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/current.json 
b/home/i18n/en/docusaurus-plugin-content-docs/current.json
index 44df43526..3b3bfb01c 100644
--- a/home/i18n/en/docusaurus-plugin-content-docs/current.json
+++ b/home/i18n/en/docusaurus-plugin-content-docs/current.json
@@ -108,7 +108,15 @@
     "description": "The label for category Community in sidebar docs"
   },
   "sidebar.docs.category.network": {
-    "message": "Network",
+    "message": "Network Monitor",
     "description": "The label for category network in sidebar docs"
+  },
+  "sidebar.docs.category.NGQL": {
+    "message": "NGQL",
+    "description": "The label for category NGQL in sidebar docs"
+  },
+  "sidebar.docs.category.llm": {
+    "message": "Ai LLM Monitor",
+    "description": "The label for category llm in sidebar docs"
   }
 }
diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current.json 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current.json
index a7638e051..b495d3f5e 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current.json
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current.json
@@ -36,11 +36,11 @@
     "description": "The label for category database in sidebar docs"
   },
   "sidebar.docs.category.os": {
-    "message": "操作系统",
+    "message": "操作系统监控",
     "description": "The label for category os in sidebar docs"
   },
   "sidebar.docs.category.mid": {
-    "message": "中间件",
+    "message": "中间件监控",
     "description": "The label for category mid in sidebar docs"
   },
   "sidebar.docs.category.threshold": {
@@ -56,7 +56,7 @@
     "description": "The label for category Others in sidebar docs"
   },
   "sidebar.docs.category.cloud-native": {
-    "message": "云原生",
+    "message": "云原生监控",
     "description": "The label for category cloud-native in sidebar docs"
   },
   "sidebar.docs.link.Install via HuaweiCloud": {
@@ -80,19 +80,19 @@
     "description": "The label for category push in sidebar docs"
   },
   "sidebar.docs.category.program": {
-    "message": "应用程序",
+    "message": "应用程序监控",
     "description": "The label for category program in sidebar docs"
   },
   "sidebar.docs.category.cache": {
-    "message": "缓存",
+    "message": "缓存监控",
     "description": "The label for category cache in sidebar docs"
   },
   "sidebar.docs.category.bigdata": {
-    "message": "大数据",
+    "message": "大数据监控",
     "description": "The label for category bigdata in sidebar docs"
   },
   "sidebar.docs.category.webserver": {
-    "message": "Web服务器",
+    "message": "Web服务器监控",
     "description": "The label for category webserver in sidebar docs"
   },
   "sidebar.docs.category.Community": {
@@ -112,7 +112,15 @@
     "description": "The label for category release in sidebar docs"
   },
   "sidebar.docs.category.network": {
-    "message": "网络",
+    "message": "网络监控",
     "description": "The label for category network in sidebar docs"
+  },
+  "sidebar.docs.category.NGQL": {
+    "message": "NGQL",
+    "description": "The label for category NGQL in sidebar docs"
+  },
+  "sidebar.docs.category.llm": {
+    "message": "Ai大模型监控",
+    "description": "The label for category llm in sidebar docs"
   }
 }
diff --git 
a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/guide.md 
b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/guide.md
index 828d561dd..e220497ee 100644
--- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/guide.md
+++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/guide.md
@@ -26,6 +26,15 @@ sidebar_label: 帮助入门
   &emsp;&#x1F449;&emsp;[FTP服务器](ftp) <br />
   &emsp;&#x1F449;&emsp;[Websocket](websocket) <br />
 
+### 应用程序监控
+
+&emsp;&#x1F449;&emsp;[Linux进程](process) <br />
+&emsp;&#x1F449;&emsp;[JVM虚拟机](jvm) <br />
+&emsp;&#x1F449;&emsp;[SpringBoot2.0](springboot2) <br />
+&emsp;&#x1F449;&emsp;[SpringBoot3.0](springboot3) <br />
+&emsp;&#x1F449;&emsp;[DynamicTp线程池](dynamic_tp) <br />
+
+
 ### 数据库监控  
 
   &emsp;&#x1F449;&emsp;[MYSQL数据库监控](mysql) <br />
@@ -40,6 +49,11 @@ sidebar_label: 帮助入门
   &emsp;&#x1F449;&emsp;[MongoDB数据库监控](mongodb) <br />
   &emsp;&#x1F449;&emsp;[NebulaGraph集群监控](nebulagraph_cluster) <br />
 
+### 缓存监控
+
+&emsp;&#x1F449;&emsp;[Redis](redis) <br />
+&emsp;&#x1F449;&emsp;[Memcached](memcached) <br />
+
 ### 操作系统监控     
 
   &emsp;&#x1F449;&emsp;[Linux操作系统监控](linux) <br />
@@ -72,11 +86,17 @@ sidebar_label: 帮助入门
   &emsp;&#x1F449;&emsp;[Clickhouse](clickhouse) <br />
   &emsp;&#x1F449;&emsp;[ElasticSearch](elasticsearch) <br />
   &emsp;&#x1F449;&emsp;[Flink](flink) <br />
-  
+
+### Ai大模型监控
+
+&emsp;&#x1F449;&emsp;[OpenAi](openai) <br />
+
 ### 网络监控 
  
   &emsp;&#x1F449;&emsp;[华为通用交换机](huawei_switch) <br /> 
 
+### 服务器监控
+
 ## 💡 告警服务  
 
 > 更自由化的阈值告警配置,支持邮箱,短信,webhook,钉钉,企业微信,飞书机器人等告警通知。     
diff --git a/home/sidebars.json b/home/sidebars.json
index 53ef9c37f..cc816f2dd 100755
--- a/home/sidebars.json
+++ b/home/sidebars.json
@@ -142,7 +142,6 @@
           "items": [
             "help/website",
             "help/api",
-            "help/openai",
             "help/ping",
             "help/port",
             "help/udp_port",
@@ -261,6 +260,13 @@
             "help/kubernetes"
           ]
         },
+        {
+          "type": "category",
+          "label": "llm",
+          "items": [
+            "help/openai"
+          ]
+        },
         {
           "type": "category",
           "label": "network",
diff --git a/manager/src/main/resources/define/app-openai.yml 
b/manager/src/main/resources/define/app-openai.yml
index 25a760e51..e8ab201fe 100644
--- a/manager/src/main/resources/define/app-openai.yml
+++ b/manager/src/main/resources/define/app-openai.yml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # The monitoring type category:service-application service monitoring 
db-database monitoring custom-custom monitoring os-operating system monitoring
-category: service
+category: llm
 # The monitoring type eg: linux windows tomcat mysql aws...
 app: openai
 # The monitoring i18n name
diff --git a/manager/src/main/resources/define/app-redfish.yml 
b/manager/src/main/resources/define/app-redfish.yml
index af3e4d3a7..53dddcd04 100644
--- a/manager/src/main/resources/define/app-redfish.yml
+++ b/manager/src/main/resources/define/app-redfish.yml
@@ -15,7 +15,7 @@
 
 # The monitoring type category:service-application service monitoring 
db-database monitoring custom-custom monitoring os-operating system monitoring
 # 监控类型所属类别:service-应用服务 program-应用程序 db-数据库 custom-自定义 os-操作系统 bigdata-大数据 
mid-中间件 webserver-web服务器 cache-缓存 cn-云原生 network-网络监控等等
-category: os
+category: server
 # The monitoring type eg: linux windows tomcat mysql aws...
 # 监控类型 eg: linux windows tomcat mysql aws...
 app: redfish
diff --git a/web-app/src/assets/app-data.json b/web-app/src/assets/app-data.json
index 552e76a90..a7251fbcc 100644
--- a/web-app/src/assets/app-data.json
+++ b/web-app/src/assets/app-data.json
@@ -114,6 +114,20 @@
           "i18n": "menu.monitor.network",
           "icon": "anticon-global"
         },
+        {
+          "key": "server",
+          "text": "Server",
+          "hide": false,
+          "i18n": "menu.monitor.server",
+          "icon": "anticon-hdd"
+        },
+        {
+          "key": "llm",
+          "text": "AiLLM",
+          "hide": false,
+          "i18n": "menu.monitor.llm",
+          "icon": "anticon-partition"
+        },
         {
           "key": "custom",
           "text": "Custom",
diff --git a/web-app/src/assets/i18n/en-US.json 
b/web-app/src/assets/i18n/en-US.json
index 89ba3dddb..e744c1ef5 100644
--- a/web-app/src/assets/i18n/en-US.json
+++ b/web-app/src/assets/i18n/en-US.json
@@ -22,7 +22,9 @@
       "webserver": "Webserver Monitor",
       "cache": "Cache Monitor",
       "bigdata": "Bigdata Monitor",
-      "promql": "Data Query"
+      "promql": "Data Query",
+      "llm": "Ai LLM",
+      "server": "Server Monitor"
     },
     "account": {
       "": "Personal",
diff --git a/web-app/src/assets/i18n/zh-CN.json 
b/web-app/src/assets/i18n/zh-CN.json
index 4bde18789..4ae1609ce 100644
--- a/web-app/src/assets/i18n/zh-CN.json
+++ b/web-app/src/assets/i18n/zh-CN.json
@@ -22,7 +22,9 @@
       "webserver": "Web服务器监控",
       "cache": "缓存监控",
       "bigdata": "大数据监控",
-      "promql": "数据查询"
+      "promql": "数据查询",
+      "llm": "Ai大模型",
+      "server": "服务器监控"
     },
     "account": {
       "": "个人页",
diff --git a/web-app/src/assets/i18n/zh-TW.json 
b/web-app/src/assets/i18n/zh-TW.json
index f10348a05..59b8a9726 100644
--- a/web-app/src/assets/i18n/zh-TW.json
+++ b/web-app/src/assets/i18n/zh-TW.json
@@ -22,7 +22,9 @@
       "webserver": "Web伺服器監控",
       "cache": "快取監控",
       "bigdata": "大數據監控",
-      "promql": "数据查询"
+      "promql": "数据查询",
+      "llm": "Ai大模型",
+      "server": "服務器監控"
     },
     "account": {
       "": "個人頁",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to