1. 23 Mar, 2017 4 commits
  2. 22 Mar, 2017 6 commits
  3. 21 Mar, 2017 2 commits
  4. 20 Mar, 2017 6 commits
  5. 17 Mar, 2017 6 commits
  6. 16 Mar, 2017 1 commit
  7. 15 Mar, 2017 3 commits
  8. 14 Mar, 2017 2 commits
  9. 13 Mar, 2017 4 commits
  10. 10 Mar, 2017 3 commits
  11. 09 Mar, 2017 3 commits
    • Merge pull request #3740 from jmatsushita/patch-1 · 4ae4e057
      Docker image name problem in compose file.
      George Song committed
    • Merge pull request #3723 from edx/tobz/add-graphite-role · b8a7bd8f
      Add a playbook for installing and configuring Graphite.
      Toby Lawrence committed
    • Add a playbook for installing and configuring Graphite. · bd9c281d
      This playbook will install carbon-cache and graphite-api to provide a
      minimalistic starting point for metrics collection.
      
      It currently installs all components from their upstream source (albeit
      with defaults that point to tags, and not master/development branches).
      It uses systemd, and so is tailored specifically to Ubuntu 16.04.
      
      It currently does not support any of the advanced configuration such as
      multiple carbon-cache process + carbon-relay.  It is also lacking many
      variables to fully tweak the various configuration files, although
      there's support for fully configuring the storage schemas.
      
      There is a small "master" playbook -- edx-monitoring -- for running the
      role, and in the future, supporting the culmination of other playbooks
      to build out an all-in-one monitoring server: Graphite, Grafana, etc.
      Toby Lawrence committed