From cc6ad453fc61b2b76f601438f843976a659b4d76 Mon Sep 17 00:00:00 2001 From: Gianluca Borello Date: Tue, 31 Mar 2015 11:44:46 -0700 Subject: [PATCH] Adding sysdig to monitoring section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bac850..b09a587 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Securely store your Docker images. * [Seagull](https://github.com/tobegit3hub/seagull) (Friendly Web UI to monitor docker daemon.) * [Dockerana](https://github.com/dockerana/dockerana) (packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.) * [Docker-mon](https://github.com/icecrime/docker-mon) (Console-based Docker monitoring) by [@icecrime](https://github.com/icecrime) +* [Sysdig](http://www.sysdig.org/): An open source troubleshooting tool that provides a rich set of real-time, system-level information. It has container-specific features and is very useful in Docker environments. ## Networking * [Weave][weave] (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts.