Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
obagent
提交
bdf3b089
O
obagent
项目概览
oceanbase
/
obagent
1 年多 前同步成功
通知
3
Star
15
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
obagent
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bdf3b089
编写于
12月 28, 2021
作者:
C
chris-sun-star
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add ob log and mysql related kv config
上级
adb8d7d9
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
43 addition
and
1 deletion
+43
-1
docs/config-reference/kv-config.md
docs/config-reference/kv-config.md
+43
-1
未找到文件。
docs/config-reference/kv-config.md
浏览文件 @
bdf3b089
...
...
@@ -29,38 +29,80 @@ configs:
# monagent_pipeline.yaml
configVersion
:
"
2021-08-20T07:52:28.5443+08:00"
configs
:
# mysql 监控用户
-
key
:
monagent.mysql.monitor.user
value
:
mysql_monitor_user
valueType
:
string
# mysql 监控用户密码
-
key
:
monagent.mysql.monitor.password
value
:
mysql_monitor_password
valueType
:
string
encrypted
:
true
# mysql sql 端口
-
key
:
monagent.mysql.sql.port
value
:
3306
valueType
:
int64
# mysql 地址
-
key
:
monagent.mysql.host
value
:
127.0.0.1
valueType
:
string
# ob 监控用户
-
key
:
monagent.ob.monitor.user
value
:
{
monitor_user
}
valueType
:
string
# ob 监控用户密码
-
key
:
monagent.ob.monitor.password
value
:
{
monitor_password
}
valueType
:
string
encrypted
:
true
# ob sql 端口
-
key
:
monagent.ob.sql.port
value
:
{
sql_port
}
valueType
:
int64
# ob rpc 端口
-
key
:
monagent.ob.rpc.port
value
:
{
rpc_port
}
valueType
:
int64
# ob 安装路径
-
key
:
monagent.ob.install.path
value
:
{
ob_install_path
}
valueType
:
string
# 主机 ip
-
key
:
monagent.host.ip
value
:
{
host_ip
}
valueType
:
string
# ob 集群名
-
key
:
monagent.ob.cluster.name
value
:
{
cluster_name
}
valueType
:
string
# ob 集群 id
-
key
:
monagent.ob.cluster.id
value
:
{
cluster_id
}
valueType
:
int64
# ob zone 名字
-
key
:
monagent.ob.zone.name
value
:
{
zone_name
}
valueType
:
string
# ob 流水线开启状态
-
key
:
monagent.pipeline.ob.status
value
:
{
ob_monitor_status
}
valueType
:
string
# ob log 流水线开启状态
-
key
:
monagent.pipeline.ob.log.status
value
:
{
ob_log_monitor_status
}
valueType
:
string
# 主机流水线开启状态
-
key
:
monagent.pipeline.node.status
value
:
{
host_monitor_status
}
valueType
:
string
# alertmanager 地址
-
key
:
monagent.alertmanager.address
value
:
{
alertmanager_address
}
valueType
:
string
# mysql 流水线开启状态
-
key
:
monagent.pipeline.mysql.status
value
:
inactive
valueType
:
string
```
## 配置模版
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录