Skip to content
Snippets Groups Projects
Commit 1cf47b57 authored by Krzysztof Klimonda's avatar Krzysztof Klimonda
Browse files

Do not create private filesystem namespace for /tmp

When node_exporter service is configured to use private /tmp, it can
no longer access mount points under /tmp either - node_exporter will
log errors, bump node_filesystem_device_error metric and skip metrics
related to that mount point.
parent 2c0357f6
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ Restart=always
RestartSec=1
StartLimitInterval=0
PrivateTmp=yes
{% for m in ansible_mounts if m.mount == '/home' %}
ProtectHome=read-only
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment