aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-03-07 08:58:36 +0000
committerChristopher Baines <mail@cbaines.net>2016-03-07 08:58:36 +0000
commitffbffef76ce3dc4b28fadfe3aebc47b2586b6556 (patch)
tree4d769075f31772d78892c237f030c813b79530a2
parentc42b0529ddebcd95ea3734d1d12014c104808934 (diff)
downloadprometheus-haproxy-log-exporter-ffbffef76ce3dc4b28fadfe3aebc47b2586b6556.tar
prometheus-haproxy-log-exporter-ffbffef76ce3dc4b28fadfe3aebc47b2586b6556.tar.gz
Don't specify a default config file location
-rw-r--r--prometheus_haproxy_log_exporter/cli.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/prometheus_haproxy_log_exporter/cli.py b/prometheus_haproxy_log_exporter/cli.py
index db6357f..cd51dde 100644
--- a/prometheus_haproxy_log_exporter/cli.py
+++ b/prometheus_haproxy_log_exporter/cli.py
@@ -29,9 +29,6 @@ from .exposition import create_request_handler
def get_argument_parser():
p = configargparse.ArgParser(
prog="prometheus-haproxy-log-exporter",
- default_config_files=[
- '/etc/prometheus-haproxy-log-exporter/config',
- ],
)
p.add(