From d3f768ff7cda48a0542572c91a40350fb290d858 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 17 Jan 2022 16:21:44 +0100 Subject: [PATCH] Add mongodb_prometheus_exporter_collect_opts to the upstart file. --- templates/mongodb_exporter.upstart.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mongodb_exporter.upstart.j2 b/templates/mongodb_exporter.upstart.j2 index f07e8ab..e08ebf6 100644 --- a/templates/mongodb_exporter.upstart.j2 +++ b/templates/mongodb_exporter.upstart.j2 @@ -8,5 +8,5 @@ setuid {{ mongodb_prometheus_exporter_user }} setgid {{ mongodb_prometheus_exporter_user }} script - exec {{ mongodb_prometheus_exporter_cmd }} {{ mongodb_prometheus_exporter_opts }} {{ mongodb_prometheus_exporter_connection_opts }} {{ mongodb_prometheus_exporter_additional_opts }} + exec {{ mongodb_prometheus_exporter_cmd }} {{ mongodb_prometheus_exporter_opts }} {{ mongodb_prometheus_exporter_connection_opts }} {{ mongodb_prometheus_exporter_collect_opts }} {{ mongodb_prometheus_exporter_additional_opts }} end script