public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/, net-analyzer/prometheus-redis_exporter/files/, ...
@ 2018-03-30 16:58 Manuel Rüger
  0 siblings, 0 replies; only message in thread
From: Manuel Rüger @ 2018-03-30 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     54feaa3e14b1fd1672a34addcabec757b75f9b80
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 16:58:06 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 16:58:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54feaa3e

app-metrics/redis_exporter: Move package from net-analyzer/prometheus-redis_exporter

 app-metrics/redis_exporter/Manifest                                | 1 +
 .../redis_exporter/files/redis_exporter.confd                      | 0
 .../redis_exporter/files/redis_exporter.initd                      | 0
 app-metrics/redis_exporter/files/redis_exporter.logrotated         | 7 +++++++
 .../redis_exporter/files/redis_exporter.service                    | 2 +-
 .../redis_exporter}/metadata.xml                                   | 0
 .../redis_exporter/redis_exporter-0.15.0.ebuild                    | 0
 net-analyzer/prometheus-redis_exporter/Manifest                    | 1 -
 .../files/prometheus-redis_exporter.logrotated                     | 7 -------
 profiles/updates/1Q-2018                                           | 1 +
 10 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-metrics/redis_exporter/Manifest b/app-metrics/redis_exporter/Manifest
new file mode 100644
index 00000000000..4e92a043cb3
--- /dev/null
+++ b/app-metrics/redis_exporter/Manifest
@@ -0,0 +1 @@
+DIST redis_exporter-0.15.0.tar.gz 1232990 BLAKE2B ade899ef0f21594d3bb59c379f44d941e2a42f06a5c2ba5b304cc0b8b83def12eb036e6011a7d88abe7d97104ae663cb025ca60287ec9aba7be93a734d84c959 SHA512 8892306500943ec18d8fa5110fc6f4954ec886fca4d0023cdc2134ee2498c6f39ab06bec8f998ecde796cc2053b66103146503b76a185db3da5cbab81ebd9f2a

diff --git a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.confd b/app-metrics/redis_exporter/files/redis_exporter.confd
similarity index 100%
rename from net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.confd
rename to app-metrics/redis_exporter/files/redis_exporter.confd

diff --git a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.initd b/app-metrics/redis_exporter/files/redis_exporter.initd
similarity index 100%
rename from net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.initd
rename to app-metrics/redis_exporter/files/redis_exporter.initd

diff --git a/app-metrics/redis_exporter/files/redis_exporter.logrotated b/app-metrics/redis_exporter/files/redis_exporter.logrotated
new file mode 100644
index 00000000000..e83de5eb643
--- /dev/null
+++ b/app-metrics/redis_exporter/files/redis_exporter.logrotated
@@ -0,0 +1,7 @@
+/var/log/redis_exporter/redis_exporter.log {
+	missingok
+	size 5M
+	rotate 3
+	compress
+	copytruncate
+}

diff --git a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.service b/app-metrics/redis_exporter/files/redis_exporter.service
similarity index 93%
rename from net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.service
rename to app-metrics/redis_exporter/files/redis_exporter.service
index 9d2ba756a26..4dbb09d7b64 100644
--- a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.service
+++ b/app-metrics/redis_exporter/files/redis_exporter.service
@@ -4,7 +4,7 @@ Documentation=https://github.com/oliver006/redis_exporter/
 After=network-online.target
 
 [Service]
-User=prometheus-redis_exporter
+User=redis_exporter
 Restart=on-failure
 Environment=REDIS_EXPORTER_ARGS="--web.listen-address=:9121 --redis.addr=localhost:6379"
 ExecStart=/usr/bin/redis_exporter $REDIS_EXPORTER_ARGS

diff --git a/net-analyzer/prometheus-redis_exporter/metadata.xml b/app-metrics/redis_exporter/metadata.xml
similarity index 100%
rename from net-analyzer/prometheus-redis_exporter/metadata.xml
rename to app-metrics/redis_exporter/metadata.xml

diff --git a/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild b/app-metrics/redis_exporter/redis_exporter-0.15.0.ebuild
similarity index 100%
rename from net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild
rename to app-metrics/redis_exporter/redis_exporter-0.15.0.ebuild

diff --git a/net-analyzer/prometheus-redis_exporter/Manifest b/net-analyzer/prometheus-redis_exporter/Manifest
deleted file mode 100644
index 1cdcc45ab03..00000000000
--- a/net-analyzer/prometheus-redis_exporter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prometheus-redis_exporter-0.15.0.tar.gz 1232990 BLAKE2B ade899ef0f21594d3bb59c379f44d941e2a42f06a5c2ba5b304cc0b8b83def12eb036e6011a7d88abe7d97104ae663cb025ca60287ec9aba7be93a734d84c959 SHA512 8892306500943ec18d8fa5110fc6f4954ec886fca4d0023cdc2134ee2498c6f39ab06bec8f998ecde796cc2053b66103146503b76a185db3da5cbab81ebd9f2a

diff --git a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.logrotated b/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.logrotated
deleted file mode 100644
index b1252b3d13f..00000000000
--- a/net-analyzer/prometheus-redis_exporter/files/prometheus-redis_exporter.logrotated
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/prometheus-redis_exporter/prometheus-redis_exporter.log {
-	missingok
-	size 5M
-	rotate 3
-	compress
-	copytruncate
-}

diff --git a/profiles/updates/1Q-2018 b/profiles/updates/1Q-2018
index a2d38b5de14..6e3ec513203 100644
--- a/profiles/updates/1Q-2018
+++ b/profiles/updates/1Q-2018
@@ -18,3 +18,4 @@ move dev-util/buildbot-prometheus app-metrics/buildbot-prometheus
 move net-analyzer/prometheus-node_exporter app-metrics/node_exporter
 move net-analyzer/prometheus-blackbox_exporter app-metrics/blackbox_exporter
 move net-analyzer/prometheus-snmp_exporter app-metrics/snmp_exporter
+move net-analyzer/prometheus-redis_exporter app-metrics/redis_exporter


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-30 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30 16:58 [gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/, net-analyzer/prometheus-redis_exporter/files/, Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox