zabbix之監控監控MySQL

                                                    監控MySQLphp

一、使用percona監控插件監控MySQLmysql

[root@localhost alertscripts]# yum install http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpmsql

二、percona組成部分shell

  • PHP腳本vim

  • shell腳本去調用PHP腳本app

  • zabbix配置文件ide

  • zabbix模板文件spa

三、安裝percona-zabbix模板 PHP PHP-MySQL插件

[root@localhost alertscripts]# yum install percona-zabbix-templates php php-mysqlrest

四、查看具體安裝了什麼軟件

[root@localhost alertscripts]# rpm -qa php

wKioL1mevxGhvvPBAABbBlMKpY0268.png

五、導入模板

模板見附件

wKioL1mev-uTlW3EAADE9i5lqsk436.png

六、拷貝配置文件

[root@localhost alertscripts]# cp /var/lib/zabbix/percona/templates/userparameter_percona_mysql.conf /etc/zabbix/zabbix_agentd.d/

七、腳本存放位置

[root@localhost scripts]# pwd

/var/lib/zabbix/percona/scripts

八、重啓服務

[root@localhost scripts]# systemctl restart zabbix-agent

九、建立一個配置文件,內容,用戶名,密碼。

<注意:生產環境中,須要建立一個監控用戶>

[root@localhost scripts]# vim ss_get_mysql_stats.php.cnf

[root@localhost scripts]# cat ss_get_mysql_stats.php.cnf

<?php

$mysql_user = 'root';

$mysql_pass = 's3cret';(我這裏root密碼爲空,由於沒有設置)

九、打開配置文件查看監控的內容,根據須要獲取相應的參數

wKioL1mewCayIqbvAAGItZI4pyA821.png

十、執行下腳本

[root@localhost scripts]# ./get_mysql_stats_wrapper.sh

得到的指標

wKioL1mewEjRwoidAAAt0SYXLag522.png

十一、配置主機添加模板

wKiom1mewIXgDMByAACX4uDT1ao739.png

而後查看圖形

鏈接數

wKioL1mewKGR_a-IAANLKvNcmuE567.png

相關文章
相關標籤/搜索