process_exporter: Use -recheck-with-time-limit to catch process renames.

This commit is contained in:
Alex Vandiver 2024-05-31 02:29:20 +00:00 committed by Tim Abbott
parent 2e6504cab7
commit 6a811cb306
1 changed files with 1 additions and 1 deletions

View File

@ -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