A lightweight Go site monitoring module
It's really easy! Follow these steps:
1. Download this repo as a .zip archive
2. Add a client folder to use it as a module
3. Add a {your mod name}/client to the import line
Finished!
You can look into the main.go OR
You can just use it as a function:
res := client.Req(address, delay, amount)
That's all!
Things i'm planning to implement:
1. Logging
2. Web Dashboard
3. Other Monitoring features