Skip to content
Snippets Groups Projects
Commit f4e0a151 authored by Martina Ferrari's avatar Martina Ferrari
Browse files

debian/default: Add escapes in multiline variable. Closes: #840947.

parent 4c26c985
No related branches found
Tags debian/4.10.0-2
No related merge requests found
......@@ -7,6 +7,7 @@ prometheus-node-exporter (0.12.0+ds+really0.12.0-3) UNRELEASED; urgency=medium
[ Martín Ferrari ]
* Actually use https for Vcs-Browser.
* Filter out /(sys|proc|dev|run) filesystems by default.
* debian/default: Add escapes in multiline variable. Closes: #840947.
-- Paul Tagliamonte <paultag@debian.org> Wed, 29 Jun 2016 20:56:29 -0400
......
# Set the command-line arguments to pass to the server.
ARGS='-collector.diskstats.ignored-devices=^(ram|loop|fd)\d+$
-collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/)
-collector.textfile.directory=/var/lib/prometheus/node-exporter'
ARGS="-collector.diskstats.ignored-devices=^(ram|loop|fd)\d+$ \
-collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/) \
-collector.textfile.directory=/var/lib/prometheus/node-exporter"
# Prometheus-node-exporter supports the following options:
# -auth.pass="": Password for basic auth.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment