Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 575 Bytes

Readme.md

File metadata and controls

21 lines (16 loc) · 575 Bytes

Service Watchdog

A simple Go tool to keep an eye on your services on Linux systems.

Environment Setup

Create a .env file in the root directory with your Discord WebHook

WebhookUrl=https://discord.com/api/webhooks/*
  • Services to monitor can be configured in utils/constants.go
  • Define roles for Discord notifications in utils/constants.go
  • Adjust Discord embed configurations in utils/discord.go to define the content of notifications.
go build main.go
./main

discord webhook post

Pull Requests are always welcome.