diff options
author | mricher <maximilien.richer@gmail.com> | 2021-03-09 00:15:55 +0100 |
---|---|---|
committer | mricher <maximilien.richer@gmail.com> | 2021-03-09 00:15:55 +0100 |
commit | d67a6c363aeee6d044d55a89cb24ab276215d936 (patch) | |
tree | cd880d08cd26f64ba0abec3cb5c1f1b04089382d /app | |
parent | 573a86b87ce5113f10085b82bb86eccd54d4978a (diff) | |
download | infrastructure-d67a6c363aeee6d044d55a89cb24ab276215d936.tar.gz infrastructure-d67a6c363aeee6d044d55a89cb24ab276215d936.zip |
Set prometheus node_exporter version to v1.1.2
Diffstat (limited to 'app')
-rw-r--r-- | app/metrics/deploy/metrics.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/metrics/deploy/metrics.hcl b/app/metrics/deploy/metrics.hcl index df82b5e..36f0fbb 100644 --- a/app/metrics/deploy/metrics.hcl +++ b/app/metrics/deploy/metrics.hcl @@ -8,7 +8,7 @@ job "metrics" { driver = "docker" config { - image = "quay.io/prometheus/node-exporter:latest" + image = "quay.io/prometheus/node-exporter:v1.1.2" network_mode = "host" volumes = [ "/:/host:ro,rslave" |