Upgrade prometheus flags

This commit is contained in:
Nemo 2018-01-06 13:51:03 +05:30
parent e8bb8a01b2
commit 26d9357793
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ resource docker_container "nodeexporter" {
}
command = [
"--collector.procfs=/host/proc",
"--collector.sysfs=/host/sys",
"--path.procfs=/host/proc",
"--path.sysfs=/host/sys",
"--collector.filesystem.ignored-mount-points=\"^/(sys|proc|dev|host|etc)($$|/)\""
]