Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 742 Bytes

File metadata and controls

20 lines (14 loc) · 742 Bytes

🐞 BugRadar

BugRadar is a self-hosted monitoring system that tracks and analyzes Docker container logs in real-time. It is composed of two main parts:

  1. Agent (Python) → Reads and analyzes logs from Docker, detects errors/anomalies, and sends the data.
  2. Dashboard (Next.js) → Modern web interface for visualizing logs, metrics, and system status.

📌 Features

  • 📡 Real-time monitoring of Docker containers.
  • ⚠️ Automatic detection of errors and anomalies.
  • 📧 Instant alerts via email.
  • 📊 Modern web panel with filterable logs and metrics.
  • 🔒 Self-hosted → your data always under control.
  • ⚙️ Easy integration into existing Docker environments.