From 12a13f613d4aa9a13ab98c5e896591f821b4ad64 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 17 Jan 2022 16:28:24 +0100 Subject: [PATCH] No compatibility mode by default. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9602c1d..548335e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -92,7 +92,7 @@ mongodb_prometheus_exporter_port: 9216 mongodb_prometheus_exporter_loglevel: error mongodb_prometheus_exporter_opts: '--web.listen-address=":{{ mongodb_prometheus_exporter_port }}" --log.level={{ mongodb_prometheus_exporter_loglevel }}' mongodb_prometheus_exporter_connection_opts: '--mongodb.uri="mongodb://{{ mongodb_prometheus_exporter_connection_user }}:{{ mongodb_prometheus_exporter_connection_password }}@{{ mongodb_prometheus_exporter_connection_host }}/{{ mongodb_prometheus_exporter_connection_params }}"' -mongodb_prometheus_exporter_collect_opts: '--mongodb.global-conn-pool --mongodb.direct-connect=true --collector.topmetrics --discovering-mode --collector.dbstats --compatible-mode' +mongodb_prometheus_exporter_collect_opts: '--mongodb.global-conn-pool --mongodb.direct-connect=true --collector.topmetrics --discovering-mode --collector.dbstats' # List the additional options here mongodb_prometheus_exporter_additional_opts: '' mongodb_prometheus_exporter_user: prometheus_mongodb