A simple Go tool to keep an eye on your services on Linux systems.
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.goto define the content of notifications.
go build main.go
./mainPull Requests are always welcome.
