zhaoyangplus commented on code in PR #3899: URL: https://github.com/apache/hertzbeat/pull/3899#discussion_r2605669714
########## hertzbeat-manager/src/main/resources/define/app-xugu.yml: ########## @@ -0,0 +1,306 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# The monitoring type category:service-application service monitoring db-database monitoring custom-custom monitoring os-operating system monitoring +category: db +app: xugu +# The monitoring i18n name +name: + zh-CN: 虚谷数据库 + en-US: Xugu DB +# The description and help of this monitoring type +help: + zh-CN: HertzBeat 使用 <a class='help_module_content' href='https://hertzbeat.apache.org/docs/advanced/extend-jdbc'> JDBC 协议</a> 通过配置 SQL 对 虚谷 数据库的通用性能指标(会话 信息、内存 信息、磁盘 信息)进行采集监控,支持版本为 XuguDB V12。<br>您可以点击“<i>新建 虚谷数据库</i>”并进行配置,或者选择“<i>更多操作</i>”,导入已有配置。 + en-US: HertzBeat uses <a class='help_module_content' href='https://hertzbeat.apache.org/docs/advanced/extend-jdbc'> The JDBC protocol enables the collection and monitoring of general performance metrics (session information, memory information, disk information) for Xugu Database by configuring SQL. It supports XuguDB V12.. +helpLink: + zh-CN: https://asking.xugudb.com/chat/pc?noCanClose=1&token=e70776395a4367562f1b8a487f781072 Review Comment: > 👍🏿 Yes, you can refer to the link above. I have updated the document and supplemented the help documentation 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
