ZABBIX's MySQL Monitor

Source: Internet
Author: User
Tags install php php script percona

1, installing Phpyum install PHP php-mysql 2, specify Mysql.sock file vim/etc/php.inimysql_default_socket=/data/mysql/3306/var/ Run/mysql.sockmysqli_default_socket=/data/mysql/3306/var/run/mysql.sock 3, installing Percona Pluginwget https ://www.percona.com/downloads/percona-monitoring-plugins/1.1.5/percona-zabbix-templates-1.1.5-1.noarch.rpmrpm- IVH percona-zabbix-templates-1.1.5-1.noarch.rpmcopy template to server import, link template  3,   modify PHP script vim Ss_get_mysql_ Stats.php$mysql_user = ' root '; $mysql _pass = ' root '; $mysql _port = 3306; 4, modify the shell script vim Get_mysql_stats_ Wrapper.shhost=******res= ' echo ' SHOW SLAVE status\g ' |mysql--defaults-file=/etc/.my.cnf | Egrep ' (slave_io_running| slave_sql_running): ' | Awk-f: ' {print $} ' | Tr ' \ n ', '  vim/etc/.my.cnf[mysql]user=zabbixpassword=zabbixhost=localhostsocket= /data/mysql/3306/ Var/run/mysql.sock [mysqladmin]user=zabbixpassword=zabbix 7, configure MySQL account zabbix/passwordselect MySQL permissions  8, restart Zabbix 9, test php-q ss_get_mysql_stats.php--host LocalhOST--items gg./get_mysql_stats_wrapper.sh  gg chown Zabbix:zabbix  /tmp/*-mysql_stats.txt 

ZABBIX MySQL Monitor

Related Article

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.