Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 480 Bytes

Golang Site Monitor 🚀

Script to check the status code of the sites in the sites.txt file and write a log to the log.txt file

Step by step

  1. Put website addresses in the sites.txt file
  2. Execute go run main.go, select the Start Monitor option in terminal and let it run for a while
  3. Stop the program, and check the new file log.txt, where the log of the monitored sites will be shown (you can see the log via terminal using the Show Logs command)