From a2dfef0d42cf8147be8d1471c3bb0e333ec138ea Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Wed, 8 May 2019 20:36:28 -0400 Subject: [PATCH] Updated defaults url for node exporter --- prometheus/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/defaults.yaml b/prometheus/defaults.yaml index 0db901f..d132f92 100644 --- a/prometheus/defaults.yaml +++ b/prometheus/defaults.yaml @@ -25,7 +25,7 @@ prometheus: install_dir: /opt source: https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz source_hash: https://github.com/prometheus/node_exporter/releases/download/v0.17.0/sha256sums.txt - url: "" + url: https://github.com/prometheus/node_exporter args: [] blackbox: version: 0.14.0.linux-amd64