public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/process-exporter/, app-metrics/process-exporter/files/
Date: Thu, 17 Jan 2019 21:54:57 +0000 (UTC)	[thread overview]
Message-ID: <1547762072.e2f7ef62c8ff7c37ddf48546f6a7d986b5cf6826.williamh@gentoo> (raw)

commit:     e2f7ef62c8ff7c37ddf48546f6a7d986b5cf6826
Author:     William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Thu Jan 17 21:51:47 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 21:54:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f7ef62

app-metrics/process-exporter: 0.4.0-r1 bump

Add logging and make pidfile have the same name as the service.

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 .../process-exporter/files/process-exporter.initd  |  8 ++++--
 .../process-exporter-0.4.0-r1.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/app-metrics/process-exporter/files/process-exporter.initd b/app-metrics/process-exporter/files/process-exporter.initd
index d739825ecdf..f25eadc2a11 100644
--- a/app-metrics/process-exporter/files/process-exporter.initd
+++ b/app-metrics/process-exporter/files/process-exporter.initd
@@ -1,8 +1,12 @@
 #!/sbin/openrc-run
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
 description="Process Exporter for Prometheus"
 command=/usr/bin/process-exporter
 command_args="--config.path /etc/process-exporter/all.yaml
-	--web.listen-address=:9256 ${COMMAND_ARGS}"
+	${COMMAND_ARGS}"
 command_background=yes
-pidfile=/var/run/process-exporter.pid
+error_log=/var/log/process-exporter/${RC_SVCNAME}.log
+output_log=/var/log/process-exporter/${RC_SVCNAME}.log
+pidfile=/var/run/${RC_SVCNAME}.pid

diff --git a/app-metrics/process-exporter/process-exporter-0.4.0-r1.ebuild b/app-metrics/process-exporter/process-exporter-0.4.0-r1.ebuild
new file mode 100644
index 00000000000..1ce159062a8
--- /dev/null
+++ b/app-metrics/process-exporter/process-exporter-0.4.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN=github.com/ncabatoff/process-exporter
+
+inherit golang-build golang-vcs-snapshot systemd
+
+DESCRIPTION="Process exporter for prometheus"
+HOMEPAGE="https://github.com/ncabatoff/process-exporter"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="strip"
+
+src_compile() {
+	pushd "src/${EGO_PN}" || die
+	GOPATH="${S}" emake build
+}
+
+src_install() {
+	pushd "src/${EGO_PN}" || die
+	dobin ${PN}
+dodoc *.md
+	insinto /etc/${PN}
+	doins packaging/conf/all.yaml
+	systemd_dounit packaging/${PN}.service
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	keepdir /var/log/${PN}
+}


             reply	other threads:[~2019-01-17 21:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 21:54 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-10 22:06 [gentoo-commits] repo/gentoo:master commit in: app-metrics/process-exporter/, app-metrics/process-exporter/files/ William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547762072.e2f7ef62c8ff7c37ddf48546f6a7d986b5cf6826.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox