File tree Expand file tree Collapse file tree 10 files changed +890
-14
lines changed
Expand file tree Collapse file tree 10 files changed +890
-14
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ DCS自身的可用性通过多节点共识保证,故生产环境中建议部
183183
184184
185185-----------
186- 使用** ipython** 时报错。
186+ #### 使用** ipython** 时报错。
187187
188188这是因为当前版本` pip3 ` 默认安装的ipython版本存在BUG:其依赖` jedi ` 的版本过高(` 0.18 ` )。您需要手动安装低版本的` jedi ` (` 0.17 ` ):
189189
@@ -192,3 +192,11 @@ pip3 install jedi==0.17.2
192192```
193193
194194-----------
195+
196+ #### 关机后虚拟机内没有监控数据
197+
198+ Virtualbox虚拟机关机后虚拟机内时间可能与宿主机不一致。
199+
200+ 可以尝试使用以下命令:` make sync ` ,强制执行NTP时间同步。
201+
202+ 即可解决长时间休眠或关机重启后监控系统没有数据的问题。
Original file line number Diff line number Diff line change 2121| [ prometheus_scrape_timeout] ( #prometheus_scrape_timeout ) | ` interval ` | G | Prom抓取超时 |
2222| [ prometheus_sd_interval] ( #prometheus_sd_interval ) | ` interval ` | G | Prom服务发现刷新周期 |
2323| [ grafana_endpoint] ( #grafana_endpoint ) | ` string ` | G | Grafana地址 |
24- | [ grafana_admin_username] ( grafana_admin_username ) | ` string ` | G | Grafana管理员用户名 |
24+ | [ grafana_admin_username] ( # grafana_admin_username) | ` string ` | G | Grafana管理员用户名 |
2525| [ grafana_admin_password] ( #grafana_admin_password ) | ` string ` | G | Grafana管理员密码 |
26- | [ grafana_database] ( grafana_database ) | ` string ` | G | Grafana后端数据库类型 |
27- | [ grafana_pgurl] ( grafana_pgurl ) | ` string ` | G | Grafana的PG数据库连接串 |
26+ | [ grafana_database] ( # grafana_database) | ` string ` | G | Grafana后端数据库类型 |
27+ | [ grafana_pgurl] ( # grafana_pgurl) | ` string ` | G | Grafana的PG数据库连接串 |
2828| [ grafana_plugin] ( #grafana_plugin ) | ` enum ` | G | 如何安装Grafana插件 |
2929| [ grafana_cache] ( #grafana_cache ) | ` string ` | G | Grafana插件缓存地址 |
3030| [ grafana_customize] ( #grafana_customize ) | ` bool ` | G | 是否定制Grafana |
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Promtail用于收集Postgres,Patroni,Pgbouncer日志,是可选的额外安
2424| [ pg_exporter_enabled] ( #pg_exporter_enabled ) | ` bool ` | G/C | 启用PG指标收集器 |
2525| [ pg_exporter_port] ( #pg_exporter_port ) | ` number ` | G/C | PG指标暴露端口 |
2626| [ pg_exporter_url] ( #pg_exporter_url ) | ` string ` | G/C | 采集对象数据库的连接串(覆盖) |
27- | [ pg_exporter_auto_discovery] ( pg_exporter_auto_discovery ) | ` bool ` | G/C | 是否自动发现实例中的数据库 |
28- | [ pg_exporter_exclude_database] ( pg_exporter_exclude_database ) | ` string ` | G/C | 数据库自动发现排除列表 |
29- | [ pg_exporter_include_database] ( pg_exporter_include_database ) | ` string ` | G/C | 数据库自动发现囊括列表 |
27+ | [ pg_exporter_auto_discovery] ( # pg_exporter_auto_discovery) | ` bool ` | G/C | 是否自动发现实例中的数据库 |
28+ | [ pg_exporter_exclude_database] ( # pg_exporter_exclude_database) | ` string ` | G/C | 数据库自动发现排除列表 |
29+ | [ pg_exporter_include_database] ( # pg_exporter_include_database) | ` string ` | G/C | 数据库自动发现囊括列表 |
3030| [ pgbouncer_exporter_enabled] ( #pgbouncer_exporter_enabled ) | ` bool ` | G/C | 启用PGB指标收集器 |
3131| [ pgbouncer_exporter_port] ( #pgbouncer_exporter_port ) | ` number ` | G/C | PGB指标暴露端口 |
3232| [ pgbouncer_exporter_url] ( #pgbouncer_exporter_url ) | ` string ` | G/C | 采集对象连接池的连接串 |
Original file line number Diff line number Diff line change 1515| [ node_packages] ( #node_packages ) | ` string[] ` | G | 节点安装软件列表 |
1616| [ node_extra_packages] ( #node_extra_packages ) | ` string[] ` | C/I/A | 节点额外安装的软件列表 |
1717| [ node_meta_packages] ( #node_meta_packages ) | ` string[] ` | G | 元节点所需的软件列表 |
18- | [ node_meta_pip_install] ( node_meta_pip_install ) | ` string ` | G | 元节点上通过pip3安装的软件包 |
18+ | [ node_meta_pip_install] ( # node_meta_pip_install) | ` string ` | G | 元节点上通过pip3安装的软件包 |
1919| [ node_disable_numa] ( #node_disable_numa ) | ` bool ` | G | 关闭节点NUMA |
2020| [ node_disable_swap] ( #node_disable_swap ) | ` bool ` | G | 关闭节点SWAP |
2121| [ node_disable_firewall] ( #node_disable_firewall ) | ` bool ` | G | 关闭节点防火墙 |
3030| [ node_admin_username] ( #node_admin_username ) | ` string ` | G | 管理员用户名 |
3131| [ node_admin_ssh_exchange] ( #node_admin_ssh_exchange ) | ` bool ` | G | 在实例间交换管理员SSH密钥 |
3232| [ node_admin_pks] ( #node_admin_pks ) | ` string[] ` | G | 可登陆管理员的公钥列表 |
33- | [ node_admin_pk_current] ( #node_admin_pk_current ) | ` bool ` | A | 是否将当前用户的公钥加入管理员账户 |
33+ | [ node_admin_pk_current] ( #node_admin_pk_current ) | ` bool ` | A | 是否将当前用户的公钥加入管理员账户 |
3434| [ node_ntp_service] ( #node_ntp_service ) | ` enum ` | G | NTP服务类型:ntp或chrony |
3535| [ node_ntp_config] ( #node_ntp_config ) | ` bool ` | G | 是否配置NTP服务? |
3636| [ node_timezone] ( #node_timezone ) | ` string ` | G | NTP时区设置 |
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ PostgreSQL部署
3636| [ patroni_port] ( #patroni_port ) | ` string ` | G/C | Patroni服务端口 |
3737| [ patroni_watchdog_mode] ( #patroni_watchdog_mode ) | ` enum ` | G/C | Patroni Watchdog模式 |
3838| [ pg_conf] ( #pg_conf ) | ` enum ` | G/C | Patroni使用的配置模板 |
39- | [ pg_shared_libraries] ( pg_shared_libraries ) | ` string ` | G/C | PG默认加载的共享库 |
39+ | [ pg_shared_libraries] ( # pg_shared_libraries) | ` string ` | G/C | PG默认加载的共享库 |
4040| [ pg_encoding] ( #pg_encoding ) | ` string ` | G/C | PG字符集编码 |
4141| [ pg_locale] ( #pg_locale ) | ` enum ` | G/C | PG使用的本地化规则 |
4242| [ pg_lc_collate] ( #pg_lc_collate ) | ` enum ` | G/C | PG使用的本地化排序规则 |
Original file line number Diff line number Diff line change 2020| [ vip_address] ( #vip_address ) | ` string ` | G/C | 集群使用的VIP地址 |
2121| [ vip_cidrmask] ( #vip_cidrmask ) | ` number ` | G/C | VIP地址的网络CIDR掩码 |
2222| [ vip_interface] ( #vip_interface ) | ` string ` | G/C | VIP使用的网卡 |
23- | [ dns_mode] ( v-service.md #dns_mode) | ` enum ` | G/C | DNS配置模式 |
24- | [ dns_selector] ( v-service.md #dns_selector) | ` string ` | G/C | DNS解析对象选择器 |
23+ | [ dns_mode] ( #dns_mode ) | ` enum ` | G/C | DNS配置模式 |
24+ | [ dns_selector] ( #dns_selector ) | ` string ` | G/C | DNS解析对象选择器 |
2525
2626## 默认参数
2727
You can’t perform that action at this time.
0 commit comments