ricoberger / script_exporter

Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
MIT License
354 stars 82 forks source link

Run container with `tini` as the init process. #94

Closed diversario closed 1 year ago

diversario commented 1 year ago

In some environments the container runtime does not act as an init process, leaving behind zombie processes. Using tini avoids that.

Fixes #92.

ricoberger commented 1 year ago

Hi @diversario, thanks for your contribution 🙂