Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/mysqld_exporter/files/
Date: Sun, 27 Mar 2022 22:08:32
Message-Id: 1648418828.30a3709dda1a9ef7a0d68bd744f889601e768209.conikost@gentoo
1 commit: 30a3709dda1a9ef7a0d68bd744f889601e768209
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Mar 16 06:41:31 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:07:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a3709d
7
8 app-metrics/mysqld_exporter: remove unused file
9
10 Closes: https://github.com/gentoo/gentoo/pull/24599
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../mysqld_exporter/files/mysqld_exporter.confd | 26 ----------------------
16 1 file changed, 26 deletions(-)
17
18 diff --git a/app-metrics/mysqld_exporter/files/mysqld_exporter.confd b/app-metrics/mysqld_exporter/files/mysqld_exporter.confd
19 deleted file mode 100644
20 index 249ed7ea4aa4..000000000000
21 --- a/app-metrics/mysqld_exporter/files/mysqld_exporter.confd
22 +++ /dev/null
23 @@ -1,26 +0,0 @@
24 -# /etc/conf.d/mysqld_exporter
25 -
26 -# PID file
27 -#EXPORTER_PIDFILE="/run/${RC_SVCNAME}.pid"
28 -
29 -# The termination timeout (start-stop-daemon parameter "retry") ensures
30 -# that the service will be terminated within a given time (60 + 5 seconds
31 -# per default) when you are stopping the service.
32 -#EXPORTER_TERMTIMEOUT="TERM/60/KILL/5"
33 -
34 -# User to run exporter as
35 -#EXPORTER_USER="mysqld_exporter"
36 -
37 -# User group to run exporter as
38 -#EXPORTER_GROUP="mysqld_exporter"
39 -
40 -# You can use this configuration option to pass additional options to the
41 -# start-stop-daemon, see start-stop-daemon(8) for more details.
42 -# Per default we wait 1000ms after we have started the service to ensure
43 -# that the daemon is really up and running.
44 -#EXPORTER_SSDARGS="--wait 1000"
45 -
46 -# Exporter flags
47 -# See `mysqld_exporter --help` for more details
48 -EXPORTER_FLAGS="-log.level=info"
49 -#EXPORTER_FLAGS="${EXPORTER_FLAGS} -yourAdditionalFlag"