[PR #715] [CLOSED] Add DockProbe - lightweight Docker monitoring with anomaly detection & Telegram alerts #5842

Closed
opened 2026-05-02 17:15:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/715
Author: @deep-on
Created: 3/18/2026
Status: Closed

Base: masterHead: add-dockprobe


📝 Commits (1)

  • f141f2e Add DockProbe - lightweight Docker monitoring with anomaly detection & security scans

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is DockProbe?

DockProbe is a lightweight Docker container monitoring dashboard that runs as a single container with zero configuration.

Key Features

  • 📊 Real-time container metrics (CPU, memory, network, disk)
  • 🔍 6 anomaly detection rules (CPU spike, memory overflow, restart loop, network surge, disk pressure, temperature)
  • 📱 Telegram alerts with 30-minute cooldown
  • 🔒 16 automated security scans every 5 minutes
  • 🐳 One-command setup, no external database, no agents
  • ~50MB RAM footprint, only 4 Python packages

Why it fits the Monitoring section

DockProbe is specifically focused on Docker container monitoring with anomaly detection and security scanning — filling a lightweight niche between full Prometheus/Grafana stacks and simple dashboard tools.

docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock deeponinc/dockprobe

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/715 **Author:** [@deep-on](https://github.com/deep-on) **Created:** 3/18/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-dockprobe` --- ### 📝 Commits (1) - [`f141f2e`](https://github.com/awesome-foss/awesome-sysadmin/commit/f141f2ea650ed710b4faac8dfcf493ee862510bf) Add DockProbe - lightweight Docker monitoring with anomaly detection & security scans ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is DockProbe? [DockProbe](https://github.com/deep-on/dockprobe) is a lightweight Docker container monitoring dashboard that runs as a single container with zero configuration. ### Key Features - 📊 Real-time container metrics (CPU, memory, network, disk) - 🔍 6 anomaly detection rules (CPU spike, memory overflow, restart loop, network surge, disk pressure, temperature) - 📱 Telegram alerts with 30-minute cooldown - 🔒 16 automated security scans every 5 minutes - 🐳 One-command setup, no external database, no agents - ⚡ ~50MB RAM footprint, only 4 Python packages ### Why it fits the Monitoring section DockProbe is specifically focused on Docker container monitoring with anomaly detection and security scanning — filling a lightweight niche between full Prometheus/Grafana stacks and simple dashboard tools. ```bash docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock deeponinc/dockprobe ``` - License: Apache-2.0 - Language: Python - Also listed in: [awesome-docker](https://github.com/veggiemonk/awesome-docker) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 17:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#5842