mirror of https://github.com/zulip/zulip.git
process_exporter: Use -recheck-with-time-limit to catch process renames.
This commit is contained in:
parent
2e6504cab7
commit
6a811cb306
|
@ -1,5 +1,5 @@
|
||||||
[program:prometheus_process_exporter]
|
[program:prometheus_process_exporter]
|
||||||
command=<%= @bin %> -config.path <%= @conf %>
|
command=<%= @bin %> -config.path <%= @conf %> -recheck-with-time-limit 1m
|
||||||
priority=10
|
priority=10
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
Loading…
Reference in New Issue