PHP实现的MySQL监控组件,包含数据采集和web端可视化监控,可灵活扩展监控指标。
PS:代码还在完善中,后续会进行封装,以及部分可配置化。
有疑问随时联系本人
QQ群:909211071
个人QQ:444216978
微信:AbleYu_
load_class.php 的 $diffFields 变量
INSERT INTO `monitor`.`instance_info`(`id`, `host`, `port`, `user`, `password`, `monitor`, `send_mail`, `send_mail_to_list`) VALUES (1, '127.0.0.1', 3306, 'root', '123456', 1, 1, 'why@qq.com');
db_conn.php
config.js
crontab -e
* * * * * /usr/bin/php /Users/why/Desktop/php/mysql_grafana/save_status.php
浏览器:http://localhost/mysql_grafana/index.html
https://github.com/why444216978/mysql_grafana/blob/master/threads_connected.png https://github.com/why444216978/mysql_grafana/blob/master/select.png