Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Best_practice
  • maxwell

maxwell · Changes

Page history
Update maxwell authored Apr 28, 2023 by 李子健's avatar 李子健
Hide whitespace changes
Inline Side-by-side
Showing with 23 additions and 1 deletion
+23 -1
  • best_practice/maxwell.md best_practice/maxwell.md +23 -1
  • No files found.
best_practice/maxwell.md
View page @ 92b5764e
......@@ -797,4 +797,26 @@ INSERT INTO maxwell.tables (id, schema_id, database_id, name, charset, pk) VALUE
| **其它** | | | |
| bootstrapper | async,sync,none | bootstrapper类型 | async |
| init_position | FILE:POS[:HEARTBEAT] | 从指定位点启动,配置文件中不适用 | |
| replay | 布尔值 | 启用只读重放模式,不存储binlog位点或结构变更,配置文件中不适用 | |
\ No newline at end of file
| replay | 布尔值 | 启用只读重放模式,不存储binlog位点或结构变更,配置文件中不适用 | |
报警配置模板:
报警模板:
接口地址: http://10.8.6.45:9101/healthcheck
status_code: 200
content: {'MaxwellHealth': {'healthy': True, 'duration': 0, 'timestamp': '2021-11-03T11:20:45.175+08:00'}}
监控频率: 实时监控
报警条件: 请求失败
报警群: "线上报警"群
报警模板
【报警】服务器gsxt已下线
接口地址: http://10.8.6.45:9101/healthcheck
status_code: 200
content: {'MaxwellHealth': {'healthy': True, 'duration': 0, 'timestamp': '2021-11-03T11:20:45.175+08:00'}}
监控频率: 实时监控
报警条件: healthy值不为True(连续三次不为true)
报警群: "线上报警"群
报警模板
【报警】服务器gsxt健康状态出错
只需修改接口地址中的端口号和报警的服务器名
\ No newline at end of file
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages