Date: Thursday, January 3, 2019 @ 20:56:14 Author: jelle Revision: 342912
initial commit Added: prometheus-blackbox-exporter/ prometheus-blackbox-exporter/repos/ prometheus-blackbox-exporter/trunk/ prometheus-blackbox-exporter/trunk/go.sum.patch prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service --------------------------------------+ go.sum.patch | 12 ++++++++++++ prometheus-blackbox-exporter.service | 11 +++++++++++ 2 files changed, 23 insertions(+) Added: prometheus-blackbox-exporter/trunk/go.sum.patch =================================================================== --- prometheus-blackbox-exporter/trunk/go.sum.patch (rev 0) +++ prometheus-blackbox-exporter/trunk/go.sum.patch 2019-01-03 20:56:14 UTC (rev 342912) @@ -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= Added: prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service =================================================================== --- prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service (rev 0) +++ prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service 2019-01-03 20:56:14 UTC (rev 342912) @@ -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