Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the steps for zabbix to monitor mysql

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces what are the steps of zabbix monitoring mysql, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Cat / etc/zabbix/zabbix_agentd.d/userparameter_mysql.conf

UserParameter=mysql.ping,HOME=/var/lib/zabbix mysqladmin ping | grep-c alive

UserParameter=mysql.version,mysql-V

UserParameter=mysql_innodb_locks,/data/mysql/bin/mysql-udba-BNe "SELECT count (1) FROM INFORMATION_SCHEMA.INNODB_LOCKS;"

UserParameter=mysql_innodb_waits,/data/mysql/bin/mysql-udba-BNe "SELECT count (1) FROM INFORMATION_SCHEMA.INNODB_LOCK_WAITS;"

UserParameter=mysql_waitting_flush,/data/mysql/bin/mysql-udba-BNe "select count (1) from information_schema.processlist where state like'% Waiting for table%';"

UserParameter=mysql_master_status,/data/mysql/bin/mysql-udba-e 'show slave status\ G' | grep-E "Slave_IO_Running | Slave_SQL_Running" | awk' {print $2}'| grep-c Yes

UserParameter=Seconds_Behind_Master,/data/mysql/bin/mysql-udba-e 'show slave status\ G' | grep-E "Seconds_Behind_Master" | awk' {print $2}'

Zabbix_get-s 10.102.3.17-k mysql_master_status

Create mysql monitoring templates, create projects, create triggers

On the zabbix monitoring mysql steps are shared here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report