Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Install mysqld_exporter

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

download

Download address: https://github.com/prometheus/mysqld_exporter/releases

Choice

Linux-amd64.tar.gz

Decompression

Sudo tar xvf mysqld_exporter-0.11.0.linux-amd64.tar.gz

Create a profile

The file name is .my.cnf

[client]

User=mysql_monitor

Password=123456

Port=3306

Host=127.0.0.1

Start

Sudo nohup / home/lumi/soft/mysqld_exporter/mysqld_exporter-config.my-cnf= "/ home/lumi/soft/.my.cnf" &

A simpler way

Use docker

Docker network create my-mysql-networkdocker pull prom/mysqld-exporterdocker run-d\-p 9104 DATA_SOURCE_NAME= 9104\-network my-mysql-network\-e DATA_SOURCE_NAME= "user:password@ (my-mysql-network:3306) /"\ prom/mysqld-exporter

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report