Home > Database > Mysql Tutorial > body text

Zabbix高级应用篇

WBOY
Release: 2016-06-07 17:22:26
Original
1044 people have browsed it

利用zabbix+Shell脚本监控MySQL主从复制,当从库出现异常的时候报警。

1.利用zabbix+Shell脚本监控Mysql主从复制,当从库出现异常的时候报警。

1.1首先给mysql slave授权一个监控账号。

1.2编写一个监控从数据库状态的脚本,用show slave status可以查看从库工作状态,当同时出现2个Yes是表明从库正常,否则从库会出现各种异常情况。

1.3在从数据库的zabbix_agentd的配置文件里面添加如下内容:

其中mysql.replication表示key值,/etc/zabbix/replication_status.sh表示脚本存放绝对路径

1.4重启从数据zabbix_agentd服务。

1.4在zabbix服务端执行zabbix_get看是否能取到从数据监控的状态值。

1.5配置mysql主从监控的监控条目Items。

1.6配置mysql主从监控的触发器Trigger,即当采集的状态值小于2的时候报警。

1.7测试,停止主数据库的mysql服务或者在从数据库上面slave stop,zabbix都会报警的。

2.利用zabbix+Shell脚本监控主机存活,,宕机后报警。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template