From 9bfa4ed00ebaacef9c7e63d762dca436572fdbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ptasi=C5=84ski?= Date: Fri, 1 May 2020 14:44:03 +0200 Subject: [PATCH] Add willfarrell/docker-autoheal to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53e6e62..83ba8e1 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) ### Monitoring +- [Autoheal](https://github.com/willfarrell/docker-autoheal) - Monitor and restart unhealthy docker containers automatically. - [Axibase Collector](https://github.com/axibase/atsd-use-cases/tree/master/integrations/docker) - Axibase Collector streams performance counters, configuration changes and lifecycle events from the Docker engine(s) into Axibase Time Series Database for roll-up dashboards and integration with upstream monitoring systems. - [cAdvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by [@Google][google] - [dockprom](https://github.com/stefanprodan/dockprom) - Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager by [@stefanprodan](https://github.com/stefanprodan)