Giter Club home page Giter Club logo

Comments (1)

ColdWaterLW avatar ColdWaterLW commented on August 28, 2024

解决方案:

  1. 新增监控项read_only、server_id
    • 脚本新增item:read_only、server_id
    • actiontech_zbx_3.4_template_mysql_server.xml模板新增两个<item_prototype>,分别展示read only(text类型)、server_id(numeric unsigned类型)
    • 开启方式同其它获取方式为show variables的item,默认开启
  2. 修改item为Time_top_1~Time_top_10的监控项
    • 获取数据的sql:SELECT time FROM INFORMATION_SCHEMA.PROCESSLIST WHERE state NOT IN ('','sleep') AND user != 'root' AND db != 'NULL'
    • item名称及数量不改变
    • actiontech_zbx_3.4_template_mysql_server.xml模板删减Time_top_4~Time_top_10的<item_prototype>
  3. 新增未提交事务最长持续时间监控
    • 脚本新增item:uncommitted_trx_duration_top_1、uncommitted_trx_duration_top_2、uncommitted_trx_duration_top_3
    • actiontech_zbx_3.4_template_mysql_server.xml模板新增三个<item_prototype>,分别展示uncommitted_trx_duration_top_1、uncommitted_trx_duration_top_2、uncommitted_trx_duration_top_3(numeric unsigned类型)
    • 脚本监控开关参数“--get_uctrx_dur_mysql”,false为不开启,true为开启,默认开启

from actiontech_zabbix_mysql_monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.