do not monitor diskspace for chroot bind mounts
This commit is contained in:
parent
3391c2b8a2
commit
b0a17dc9ff
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ prometheus_agent:
|
||||||
nodeexporter:
|
nodeexporter:
|
||||||
args:
|
args:
|
||||||
'web.listen-address': "[::1]:9100"
|
'web.listen-address': "[::1]:9100"
|
||||||
|
'collector.filesystem.ignored-mount-points': '^/(dev|proc|run|sys|mnt|media|var/lib/docker|var/chroots)($|/)'
|
||||||
proxy:
|
proxy:
|
||||||
mappings: {}
|
mappings: {}
|
||||||
blackbox:
|
blackbox:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue