Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 741 Bytes

WatchdoGo | A Process Monitor (Go)

A lightweight Go-based monitoring tool that tracks the health of various processes, including Docker containers and PM2-managed applications. It sends real-time alerts via notifications, emails, or calls to subscribed users whenever a monitored process goes down, ensuring minimal downtime and maximum reliability.


Features

  • Monitor Docker containers, PM2 processes, and other system processes.
  • Real-time notifications via:
    • Email
    • SMS/Call
    • Push notifications
  • Configurable subscription system for user alerts.
  • Lightweight and efficient, written in Go.

Installation

Clone the Repository

git clone https://github.com/PayCryps/WatchdoGo.git
cd WatchdoGo