aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormricher <maximilien.richer@gmail.com>2021-03-09 00:15:55 +0100
committermricher <maximilien.richer@gmail.com>2021-03-09 00:15:55 +0100
commitd67a6c363aeee6d044d55a89cb24ab276215d936 (patch)
treecd880d08cd26f64ba0abec3cb5c1f1b04089382d
parent573a86b87ce5113f10085b82bb86eccd54d4978a (diff)
downloadinfrastructure-d67a6c363aeee6d044d55a89cb24ab276215d936.tar.gz
infrastructure-d67a6c363aeee6d044d55a89cb24ab276215d936.zip
Set prometheus node_exporter version to v1.1.2
-rw-r--r--app/metrics/deploy/metrics.hcl2
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"