Skip to content

sireeshdevaraj/service-watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Go tool to keep an eye on your services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages