Skip to content

Instantly share code, notes, and snippets.

@bfritz
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save bfritz/6ee4c8173dc12f048e42 to your computer and use it in GitHub Desktop.

Select an option

Save bfritz/6ee4c8173dc12f048e42 to your computer and use it in GitHub Desktop.
collectd, Riemann and InfluxDB stack on boot2docker

Standing up collectd, Riemann and InfluxDB quickly with Debian Wheezy running in Docker

  1. Download and start boot2docker.

  2. Run these commands:

     git clone --branch collectd-riemann-influxdb \
       https://github.com/bfritz/dockerfiles
    
     cd dockerfiles
    
     tce-load -wi make
     make run-cri
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment