Skip to content

1.1.5-10

Compare
Choose a tag to compare
@deniszh deniszh released this 02 Mar 19:40
· 169 commits to master since this release
80ba1ce
  • Add features to the entrypoint script:
  1. 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.
  2. 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
  3. runit services can be really disabled by using environment variable like this :
    <service name>_DISABLED
    ie: COLLECTD_DISABLED=1, CARBON_AGGREGATOR_DISABLED=1 ...