You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add features to the entrypoint script:
Gracefully stop all services started by runit at shutdown.
SVWAIT variable and the docker option --stop-timeout can be used to avoid loosing metrics when carbon-cache has a huge cache full.
Allow custom scripts to run at startup by using the docker mount option, ie : --mount type=bind,source=/on_host/run_once,destination=/etc/run_once
runit services can be really disabled by using environment variable like this : <service name>_DISABLED
ie: COLLECTD_DISABLED=1, CARBON_AGGREGATOR_DISABLED=1 ...