Set prometheus node_exporter version to v1.1.2

This commit is contained in:
mricher 2021-03-09 00:15:55 +01:00
parent 573a86b87c
commit d67a6c363a
Signed by: maximilien
GPG Key ID: CA73C61E72CB3E61
1 changed files with 1 additions and 1 deletions

View File

@ -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"