forked from Deuxfleurs/infrastructure
Set prometheus node_exporter version to v1.1.2
This commit is contained in:
parent
573a86b87c
commit
d67a6c363a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ job "metrics" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "quay.io/prometheus/node-exporter:latest"
|
image = "quay.io/prometheus/node-exporter:v1.1.2"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
volumes = [
|
volumes = [
|
||||||
"/:/host:ro,rslave"
|
"/:/host:ro,rslave"
|
||||||
|
|
Loading…
Reference in a new issue