From a937075038179e3f93363fc943aed9d3da8cab4d Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 8 Dec 2014 15:49:20 +0100 Subject: [PATCH] add Monitoring --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8afcbb9..d2eb701 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [Docker Files](#docker-files) * [Storing Images](#storing-images) * [Web Interface](#web-interface) + * [Monitoring](#monitoring) * [Running Containers](#running-containers--orchestration) * [Networking](#networking) * [Logging](#logging) @@ -171,6 +172,10 @@ This list is not exhaustive, contribute to make it so: add your docker resource ## Web Interface * [Docker Registry Web](https://github.com/atc-/docker-registry-web) (A web UI for easy private/local Docker Registry integration) by [@atc-](https://github.com/atc-) * [DockerUI](https://github.com/crosbymichael/dockerui) (DockerUI is a web interface to interact with the Remote API.) by [@crosbymichael](https://github.com/crosbymichael) + +## Monitoring +* [Seagull](https://github.com/tobegit3hub/seagull) (Friendly Web UI to monitor docker daemon.) +* [Dockarana](https://github.com/dockerana/dockerana) (packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.) ## Running Containers / Orchestration * [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/