Skip to content

sujanshanmugaraj/website-monitoring-and-notifying-using-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Abstract

The website monitoring and alerting system checks and verifies if the specific websites are up and working, so that the site visitors can use the site as expected. This tool monitors the given websites using a specific status code (a status code is a message a website 's server sends to the browser to indicate whether or not that request can be fulfilled).

Our project checks the status code for the following websites in periodic intervals :

If the response code does not match with the expected status code ( here, 200), connection refused from server, then it triggers an e-mail and noti es the user.

GoLang Packages Used :

  • net/http
  • time
  • net/stmp
  • os

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages