注意事項:
創(chuàng)新互聯(lián)網(wǎng)站設(shè)計,為客戶量身定制各類網(wǎng)站建設(shè)業(yè)務(wù),包括企業(yè)型、電子商務(wù)型、成都響應(yīng)式網(wǎng)站建設(shè)公司、行業(yè)門戶型等各類網(wǎng)站,實戰(zhàn)經(jīng)驗豐富,成功案例眾多。以客戶利益為出發(fā)點,創(chuàng)新互聯(lián)網(wǎng)站制作為客戶規(guī)劃、定制網(wǎng)站制作符合企業(yè)需求、帶有營銷價值的網(wǎng)絡(luò)建站方案認真對待每一個客戶,我們不用口頭的語言來吹擂我們的優(yōu)秀,上千多家的成功案例見證著我們的成長。
實驗環(huán)境
CentOS Linux release 7.0.1406 (Core)
[root@localhost scripts]# MySQL -v
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 10683
Server version: 5.5.52-MariaDB MariaDB Server
因為我是在一臺服務(wù)器上做的,需要如下:
zabbix_agentd httpd mysqld zabbix_server
1、使用percona監(jiān)控插件監(jiān)控MySQL
[root@localhost alertscripts]# yum install http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpm
2、percona組成部分
PHP腳本
shell腳本去調(diào)用PHP腳本
zabbix配置文件
zabbix模板文件
3、安裝percona-zabbix模板 PHP PHP-MySQL
[root@localhost alertscripts]# yum install percona-zabbix-templates php php-mysql
4、查看具體安裝了什么軟件
[root@localhost alertscripts]# rpm -qa php
[root@localhost scripts]# rpm -ql percona-zabbix-templates
/var/lib/zabbix/percona
/var/lib/zabbix/percona/scripts
/var/lib/zabbix/percona/scripts/get_mysql_stats_wrapper.sh
/var/lib/zabbix/percona/scripts/ss_get_mysql_stats.php
/var/lib/zabbix/percona/templates
/var/lib/zabbix/percona/templates/userparameter_percona_mysql.conf
/var/lib/zabbix/percona/templates/zabbix_agent_template_percona_mysql_server_ht_2.0.9-sver1.1.7.xml
[root@localhost scripts]#
5、導(dǎo)入模板
/var/lib/zabbix/percona/templates/zabbix_agent_template_percona_mysql_server_ht_2.0.9-sver1.1.7.xml
6、拷貝配置文件
[root@localhost alertscripts]# cp /var/lib/zabbix/percona/templates/userparameter_percona_mysql.conf /etc/zabbix/zabbix_agentd.d/
7、腳本存放位置
[root@localhost scripts]# pwd
/var/lib/zabbix/percona/scripts
8、重啟服務(wù)
[root@localhost scripts]# systemctl restart zabbix-agent
9、創(chuàng)建一個配置文件,內(nèi)容,用戶名,密碼。
<注意:生產(chǎn)環(huán)境中,需要創(chuàng)建一個監(jiān)控用戶>
[root@localhost scripts]# vim ss_get_mysql_stats.php.cnf
[root@localhost scripts]# cat ss_get_mysql_stats.php.cnf
$mysql_user = 'root';
$mysql_pass = 's3cret';(我這里root密碼為空,因為沒有設(shè)置)
9、打開配置文件查看監(jiān)控的內(nèi)容,根據(jù)需要獲取相應(yīng)的參數(shù)
10、執(zhí)行下腳本
[root@localhost scripts]# ./get_mysql_stats_wrapper.sh
獲得的指標
[root@localhost scripts]# ./get_mysql_stats_wrapper.sh
7
4
4
4
2746
273953
1
20
0
0
8191
6663
1507
26
0
1507
11、腳本中有點小BUG
11、配置主機添加模板,用慣了英文換會英文界面
然后查看圖形連接數(shù)