FiveMetrics is an open source solution that provides a centralized view of your AWS environment with awesome dashboards, time series and realtime data collected from AWS specific APIs, including CloudWatch.
Start creating a FiveMetrics image container (This operation can take a some time).
docker build -t opservices/fivemetrics github.com/opservices/fivemetrics
With an image available, your can start your container and binding the container port 80 to the local port 5555.
docker run --name fivemetrics -p 5555:80 -d opservices/fivemetrics
If nothing goes wrong, after you have started the container, just open the url: http://localhost:5555 in your browser and you'll see the fivemetrics login page.
You can create a new user using 'Register' link at login time.
If you have any problems please access our Support Page.
We provide a FAQ section on our Support Page.
TODO
Feel free to submit questions and suggestions regarding this project. We'll love to hear about it. ❤️
If you think this project might be interesting for you or your friends, please don't hesitate in spread a word.
FiveMetrics is distributed under Apache 2.0 License.