Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
obagent
提交
6c446656
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看板
未验证
提交
6c446656
编写于
1月 13, 2022
作者:
张
张素娟
提交者:
GitHub
1月 13, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update deploy-obagent-with-obd.md
上级
1fd92174
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
9 addition
and
9 deletion
+9
-9
docs/install-and-deploy/deploy-obagent-with-obd.md
docs/install-and-deploy/deploy-obagent-with-obd.md
+9
-9
未找到文件。
docs/install-and-deploy/deploy-obagent-with-obd.md
浏览文件 @
6c446656
...
...
@@ -24,11 +24,11 @@ obagent:
> **注意**:`servers` 字段必须与 oceanbase-ce 的 `servers` 字段一致。
详细信息,参考
[
配置文件
](
https://github.com/oceanbase/obdeploy/blob/master/example/obagent/distributed-with-obproxy-and-obagent-example.yaml
)
。
详细信息,
请
参考
[
配置文件
](
https://github.com/oceanbase/obdeploy/blob/master/example/obagent/distributed-with-obproxy-and-obagent-example.yaml
)
。
## 单独部署 OBAgent
OBD 不支持为已部署的集群添加新的组件。如果您希望为要已部署的集群配置 OBAgent,您需要单独部署 OBAgent。要单独部署 OBAgent,您需要准备 OBAgent 的配置文件。请确保配置文件中的以下字段与 OceanBase 数据库相同:
OBD 不支持为已部署的集群添加新的组件。如果您希望为要已部署的集群配置 OBAgent,您需要单独部署 OBAgent。
若
要单独部署 OBAgent,您需要准备 OBAgent 的配置文件。请确保配置文件中的以下字段与 OceanBase 数据库相同:
```
yaml
obagent
:
...
...
@@ -60,7 +60,7 @@ obagent:
# Monitor status for OceanBase Database. Active is to enable. Inactive is to disable. The default value is active. When you deploy an cluster automatically, OBD decides whether to enable this parameter based on depends.
```
更多信息,参考
[
OBAgent 配置文件
](
https://github.com/oceanbase/obdeploy/blob/master/example/obagent/obagent-only-example.yaml
更多信息,
请
参考
[
OBAgent 配置文件
](
https://github.com/oceanbase/obdeploy/blob/master/example/obagent/obagent-only-example.yaml
)
。
## 启动 OBAgent
...
...
@@ -74,13 +74,13 @@ obd cluster deploy <deploy name> [-c <yaml path>] [-f] [-U] [-A]
obd cluster start <deploy name>
[
flags]
```
更多信息,参考
[
OBD 使用文档
](
https://github.com/oceanbase/obdeploy/blob/master/README-CN.md#obd-cluster-deploy
)
。
更多信息,
请
参考
[
OBD 使用文档
](
https://github.com/oceanbase/obdeploy/blob/master/README-CN.md#obd-cluster-deploy
)
。
## (可选)启动 Prometheus
> 说明:您需要安装 Prometheus。
运行以下命令,启动 Prometheus, obagent 中的配置文件模版 obd 已经进行了替换,可以复制该配置文件到部署 Prometheus 的主机,然后直接使用该配置文件用如下命令启动 prometheus
:
OBD 会替换 OBAgent 配置文件模版中的变量,可以复制该配置文件(prometheus.yaml)到部署 Prometheus 的主机,然后执行如下命令使用 prometheus.yaml 文件启动 Prometheus
:
```
bash
./prometheus
--config
.file
=
./prometheus.yaml
...
...
@@ -90,7 +90,7 @@ obd cluster start <deploy name> [flags]
-
下载并解压 Prometheus Alertmanager。
-
启动 Prometheus Alertmanager。
-
配置 Prometheus Alertmanager。更多信息,参考
[
Prometheus 文档
](
https://www.prometheus.io/docs/alerting/latest/configuration/
)
。
-
配置 Prometheus Alertmanager。更多信息,
请
参考
[
Prometheus 文档
](
https://www.prometheus.io/docs/alerting/latest/configuration/
)
。
OBAgent 提供默认的报警项,配置文件位于
`conf/prometheus_config/rules`
。其中,
`host_rules.yaml`
存储机器报警项,
`ob_rules.yaml`
存储 OceanBase 数据库报警项。如果默认报警项不能满足您的需求,按照以下方式自定义报警项:
...
...
@@ -117,10 +117,10 @@ groups:
```
bash
./bin/grafana-server
```
-
登陆 grafana 并且修改密码,第一次登陆默认账号密码都是 admin。
-
登陆 grafana 并且修改密码,第一次登陆默认账号
和
密码都是 admin。
-
配置 prometheus 为数据源, 添加数据源的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/datasources/add-a-data-source/
)
。
-
导入 dashboard, 针对 OB 和主机指标的配置已经发布到grafana,id 分别为 15215, 15216, 导入 dashboard 的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/dashboards/export-import/
)
。
-
导入 dashboard, 针对 OB 和主机指标的配置已经发布到grafana,id 分别为 15215, 15216, 导入 dashboard 的方式
请
参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/dashboards/export-import/
)
。
## (可选)更新 KV 配置
要更新 KV 配置,请使用
`obd cluster edit-config`
。详细信息,参考
[
OBD 使用文档
](
https://github.com/oceanbase/obdeploy/blob/master/README-CN.md#obd-cluster-edit-config
)
。
要更新 KV 配置,请使用
`obd cluster edit-config`
。详细信息,
请
参考
[
OBD 使用文档
](
https://github.com/oceanbase/obdeploy/blob/master/README-CN.md#obd-cluster-edit-config
)
。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录