A simple application written in Go that send a notification if a client fails to check in with a server.
make build
Copy example.yml
to config.yml
, and update config.yml
to contain appropriate values for sending email alerts.
./power-monitor -server
docker-compose build
docker-compose up -d
./power-monitor -client -hostname localhost -port 8000 -name test
make test