prometheus-blackbox-exporter: 0.5.0 -> 0.8.1

This commit is contained in:
Franz Pletz
2017-08-12 11:05:23 +02:00
parent 9ac5525f87
commit 5d2764eb68
2 changed files with 4 additions and 4 deletions
@@ -57,8 +57,8 @@ in {
AmbientCapabilities = [ "CAP_NET_RAW" ]; # for ping probes
ExecStart = ''
${pkgs.prometheus-blackbox-exporter}/bin/blackbox_exporter \
-web.listen-address :${toString cfg.port} \
-config.file ${cfg.configFile} \
--web.listen-address :${toString cfg.port} \
--config.file ${cfg.configFile} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";