Path to this page:
./
databases/mysqld_exporter,
MySQL metric exporter for Prometheus
Branch: CURRENT,
Version: 0.15.1nb8,
Package name: mysqld_exporter-0.15.1nb8,
Maintainer: pkgsrc-usersA MySQL metric exporter for Prometheus.
MESSAGE.smf [+/-]===========================================================================
$NetBSD: MESSAGE.smf,v 1.1 2021/02/11 13:54:29 jperkin Exp $
To configure mysqld_exporter adjust the environment variables in:
${PKG_SYSCONFDIR}/env.conf
Ensure this file retains appropriately secure permissions.
===========================================================================
Required to build:[
lang/go119]
Master sites:
Filesize: 90.982 KB
Version history: (Expand)
- (2024-09-06) Updated to version: mysqld_exporter-0.15.1nb8
- (2024-08-11) Updated to version: mysqld_exporter-0.15.1nb7
- (2024-07-03) Updated to version: mysqld_exporter-0.15.1nb6
- (2024-06-13) Updated to version: mysqld_exporter-0.15.1nb5
- (2024-06-01) Updated to version: mysqld_exporter-0.15.1nb4
- (2024-04-05) Updated to version: mysqld_exporter-0.15.1nb3
CVS history: (Expand)
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-22 18:36:04 by Benny Siegert | Files touched by this commit (3) | |
Log message:
mysqld_exporter: update to 0.15.1 (security)
This fixes the following vulnerabilities:
Vulnerability #1: GO-2023-1571
Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net
More info: https://pkg.go.dev/vuln/GO-2023-1571
Module: golang.org/x/net
Found in: golang.org/x/net@v0.0.0-20210525063256-abc453219eb5
Fixed in: golang.org/x/net@v0.7.0
Vulnerability #2: GO-2022-1130
Authentication bypass in github.com/prometheus/exporter-toolkit
More info: https://pkg.go.dev/vuln/GO-2022-1130
Module: github.com/prometheus/exporter-toolkit
Found in: github.com/prometheus/exporter-toolkit@v0.7.1
Fixed in: github.com/prometheus/exporter-toolkit@v0.8.2
0.15.1
------
Rebuild for dependency updates
0.15.0
------
BREAKING CHANGES:
The exporter no longer supports the monolithic DATA_SOURCE_NAME environment
variable. To configure connections to MySQL you can either use a my.cnf style
config file or command line arguments.
For example:
export MYSQLD_EXPORTER_PASSWORD=secret
mysqld_exporter --mysqld.address=localhost:3306 --mysqld.username=exporter
We have also dropped some internal scrape metrics:
mysql_exporter_scrapes_total
mysql_exporter_scrape_errors_total
mysql_last_scrape_failed
The default client configuration file is now .my.cnf in the process working
directory. Use --config.my-cnf="$HOME/.my.cnf" to retain the previous \
default.
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after go120 security update
|