1.Grafana添加Mysql错误提示:Network Error: Bad Gateway(502)mysql
解决方法:在mysql主机上使用iptables作转发[root@mysql-s ~]# vim /etc/sysctl.conf [root@mysql-s ~]# sysctl -pnet.ipv4.conf.all.forwarding = 1[root@mysql-s ~]# sql