Zabbix monitoring MySQL master-slave status

Source: Internet
Author: User

1. Zabbix Client Editing Script/tmp/shell/mysql_slave_status.sh

#! /bin/bash/usr/bin/mysql-p123456-e ' show slave status \g; ' | Grep-e "Slave_io_running| Slave_sql_running "|awk ' {print $} ' |grep-c" yes "


2. Granting of executive authority

chmod +x mysql_slave_status.sh


3. Modify the Zabbix client configuration file/etc/zabbix/zabbix_agentd.conf

Unsafeuserparameters=1

Userparameter=mysql.slave.status,/tmp/shell/mysql_slave_status.sh


4. Zabbix Service-side test

Zabbix_get-s 172.16.115.157-p10050-k Mysql.slave.status


5. Adding monitoring items and triggers to the web side

650) this.width=650; "src=" Https://s3.51cto.com/wyfs02/M00/8E/D5/wKiom1jLu2aDsl-6AABgPuZD5lc852.png "style=" float : none; "title=" 2.png "alt=" Wkiom1jlu2adsl-6aabgpuzd5lc852.png "/>



650) this.width=650; "src=" Https://s4.51cto.com/wyfs02/M00/8E/D5/wKiom1jLu2ax1o18AACsVEGyLcU680.png "style=" float : none; "title=" 3.png "alt=" Wkiom1jlu2ax1o18aacsvegylcu680.png "/>

This article is from "A horse on the Plains" blog, please be sure to keep this source http://huangzp.blog.51cto.com/12434999/1907723

Zabbix monitoring MySQL master-slave status

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.