[PR #1273] [MERGED] Add DockProbe - lightweight Docker monitoring with anomaly detection & Telegram alerts #8691

Closed
opened 2026-04-26 20:00:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1273
Author: @deep-on
Created: 3/15/2026
Status: Merged
Merged: 3/17/2026
Merged by: @veggiemonk

Base: masterHead: add-dockprobe


📝 Commits (1)

  • c2a51fe Add DockProbe - lightweight Docker monitoring with anomaly detection

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is DockProbe?

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

Key Features

  • 📊 Real-time container metrics (CPU, memory, network, disk)
  • 🔍 6 anomaly detection rules (CPU spike, memory overflow, restart loop, etc.)
  • 📱 Telegram alerts
  • 🔒 16 automated security scans
  • 🐳 Zero config — one docker run command
  • ~50MB RAM footprint, only 4 Python packages

Why it fits

  • Fully open source (MIT)
  • Self-hosted, single container
  • Fits the Docker monitoring use case not covered by other entries
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/veggiemonk/awesome-docker/pull/1273 **Author:** [@deep-on](https://github.com/deep-on) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `add-dockprobe` --- ### 📝 Commits (1) - [`c2a51fe`](https://github.com/veggiemonk/awesome-docker/commit/c2a51fe9c521af0145b00aa4389a728c6e7a98bd) Add DockProbe - lightweight Docker monitoring with anomaly detection ### 📊 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 monitoring dashboard that runs as a **single container**. ### Key Features - 📊 Real-time container metrics (CPU, memory, network, disk) - 🔍 **6 anomaly detection rules** (CPU spike, memory overflow, restart loop, etc.) - 📱 Telegram alerts - 🔒 16 automated security scans - 🐳 Zero config — one `docker run` command - ⚡ ~50MB RAM footprint, only 4 Python packages ### Why it fits - Fully open source (MIT) - Self-hosted, single container - Fits the Docker monitoring use case not covered by other entries ```bash docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock deeponinc/dockprobe ``` --- <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-04-26 20:00:17 -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-docker#8691