[arch-commits] Commit in prometheus-blackbox-exporter/repos (3 files)

Jelle van der Waa jelle at archlinux.org
Thu Jan 3 20:57:43 UTC 2019


    Date: Thursday, January 3, 2019 @ 20:57:42
  Author: jelle
Revision: 342913

archrelease: copy trunk to testing-x86_64

Added:
  prometheus-blackbox-exporter/repos/testing-x86_64/
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
    (from rev 342912, prometheus-blackbox-exporter/trunk/go.sum.patch)
  prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
    (from rev 342912, prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)

--------------------------------------+
 go.sum.patch                         |   12 ++++++++++++
 prometheus-blackbox-exporter.service |   11 +++++++++++
 2 files changed, 23 insertions(+)

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch (from rev 342912, prometheus-blackbox-exporter/trunk/go.sum.patch)
===================================================================
--- testing-x86_64/go.sum.patch	                        (rev 0)
+++ testing-x86_64/go.sum.patch	2019-01-03 20:57:42 UTC (rev 342913)
@@ -0,0 +1,12 @@
+diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
+--- blackbox_exporter-0.13.0/go.sum	2018-12-04 15:05:47.000000000 +0000
++++ blackbox_exporter-0.13.0.new/go.sum	2019-01-03 10:37:41.767251691 +0000
+@@ -40,7 +40,7 @@
+ github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083 h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+-github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
++github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
+ github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+ github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
+ github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service (from rev 342912, prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
===================================================================
--- testing-x86_64/prometheus-blackbox-exporter.service	                        (rev 0)
+++ testing-x86_64/prometheus-blackbox-exporter.service	2019-01-03 20:57:42 UTC (rev 342913)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter --config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list