Skip to content

pnhowe/architect

 
 

Repository files navigation

WARNING!!! this is not workable yet, hopfully soon.

Architect

Goal: Monitor a Time Series DB (RRD, OpenTSDB, etc) to auto scal anything supported by Contractor.

Docker Setup

(very preliminary)

first need a TSD, for an easy Graphite install:

docker pull hopsoft/graphite-statsd
docker run -p 80:80 -d --name graphite hopsoft/graphite-statsd
docker inspect graphite

Get the ip address from the inspect and edit the settings.py file and set the GRAPHOTE_HOST to that ip address:

docker build . -t architect
docker run -p 8880:8880 -d --name architect architect

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.4%
  • JavaScript 16.6%
  • Makefile 1.2%
  • HTML 0.5%
  • Dockerfile 0.2%
  • Shell 0.1%