Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelbernardods/website-monitoring
Monitors if website is online
https://github.com/michelbernardods/website-monitoring
alert go golang golang-tools google language monitor monitoring notification opensource programming website
Last synced: 6 days ago
JSON representation
Monitors if website is online
- Host: GitHub
- URL: https://github.com/michelbernardods/website-monitoring
- Owner: michelbernardods
- Created: 2021-05-30T02:52:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T04:38:20.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T13:46:53.088Z (5 months ago)
- Topics: alert, go, golang, golang-tools, google, language, monitor, monitoring, notification, opensource, programming, website
- Language: Go
- Homepage: https://www.linkedin.com/in/michel-bernardo
- Size: 3.81 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website Monitoring
☕ Code and coffee## 💻 About The Project
`Monitors if website is online. If the site goes down you will receive a notification and an error response.`## Requisites and Run monitoring
- Have golang installed.
- If you don't have the installation link: https://golang.org/
- To run, type the command below:
- go mod tidy
- go run main.go
###### If you discover an error or want to contribute, clone the project and open a pull request.