From 6a811cb306cf3ba14ad7305168f781c9ebc73089 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 31 May 2024 02:29:20 +0000 Subject: [PATCH] process_exporter: Use -recheck-with-time-limit to catch process renames. --- .../conf.d/prometheus_process_exporter.conf.template.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/kandra/templates/supervisor/conf.d/prometheus_process_exporter.conf.template.erb b/puppet/kandra/templates/supervisor/conf.d/prometheus_process_exporter.conf.template.erb index ff07dba241..f6092769e8 100644 --- a/puppet/kandra/templates/supervisor/conf.d/prometheus_process_exporter.conf.template.erb +++ b/puppet/kandra/templates/supervisor/conf.d/prometheus_process_exporter.conf.template.erb @@ -1,5 +1,5 @@ [program:prometheus_process_exporter] -command=<%= @bin %> -config.path <%= @conf %> +command=<%= @bin %> -config.path <%= @conf %> -recheck-with-time-limit 1m priority=10 autostart=true autorestart=true