From 03ec882e62bbbc2576e696fbcbfc6133bc9b4b80 Mon Sep 17 00:00:00 2001 From: Will Luck <101681125+Will-Luck@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:16:28 +0100 Subject: [PATCH] Add Docker-Sentinel to Monitoring section (#1275) Co-authored-by: Will Luck Co-authored-by: Julien Bisconti --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a75c8d..fa0f6f7 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [DLIA](https://github.com/zorak1103/dlia) - DLIA is an AI-powered Docker log monitoring agent that uses Large Language Models (LLMs) to intelligently analyze container logs, detect anomalies, and provide contextual insights over time. By [zorak1103](https://github.com/zorak1103). - [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) :ice_cube: - Monitor and send alerts based on docker container resource usage/statistics. - [Docker-Flow-Monitor](https://github.com/docker-flow/docker-flow-monitor) :ice_cube: - Reconfigures Prometheus when a new service is updated or deployed automatically. +- [Docker-Sentinel](https://github.com/Will-Luck/Docker-Sentinel) - Automated container updates with per-container policies, rollback safety, and a real-time web dashboard. By [Will-Luck](https://github.com/Will-Luck). - [DockProbe](https://github.com/deep-on/dockprobe) - Lightweight Docker monitoring dashboard in a single container. Real-time metrics, 6 anomaly detection rules, Telegram alerts, and 16 automated security scans. Zero config, ~50MB RAM. By [DeepOn](https://github.com/deep-on). - [DockProc](https://gitlab.com/n0r1sk/dockproc) - I/O monitoring for containers on processlevel. - [dockprom](https://github.com/stefanprodan/dockprom) - Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager.