From 54224bdbb3c4c4dff9c6f45a8a6cd19c67718627 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Feb 2016 13:35:37 +0000 Subject: Don't specify a default configuration directory This is a very OS specific property, and such is better left undefined. --- prometheus_pgbouncer_exporter/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/prometheus_pgbouncer_exporter/cli.py b/prometheus_pgbouncer_exporter/cli.py index 2da21c1..c6f4d24 100644 --- a/prometheus_pgbouncer_exporter/cli.py +++ b/prometheus_pgbouncer_exporter/cli.py @@ -32,9 +32,6 @@ from .collectors import StatsCollector, ListsCollector, PoolsCollector, \ def main(): p = configargparse.ArgParser( prog="prometheus-pgbouncer-exporter", - default_config_files=[ - '/etc/prometheus-pgbouncer-exporter/config', - ], ) p.add( -- cgit v1.2.3