当前位置:   article > 正文

prometheus 监控MySQL数据库_prometheous监控mysql数据库

prometheous监控mysql数据库

1、MySQL数据库安装exporter

安装mysqld_exporter

由于mysqld_exporter需要连接到MySQL,创建用户并赋予所需的权限

  1. GRANT REPLICATION CLIENT,PROCESS ON *.* TO 'mysql_monitor'@'localhost' identified by 'mysql_monitor';
  2. GRANT SELECT ON *.* TO 'mysql_monitor'@'localhost';

修改配置文件

  1. [client]
  2. user=mysql_monitor
  3. password=mysql_monitor

运行

 nohup  mysqld_exporter --config.my-cnf=/etc/my.cnf &

 

2、prometheus配置

  1. - job_name: 'mysql'
  2. static_configs:
  3. - targets: ['10.130.4.**:9104']
  4. - targets: ['10.130.4.**:9104']
  5. - targets: ['172.18.1.**:9104']
  6. - targets: ['172.18.1.**:9104']

 

3、监控效果

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/517336
推荐阅读
相关标签
  

闽ICP备14008679号