https://github.com/jay179-sudo/website-health-checker
A gRPC service that takes in a URL and performs a health check on it.
https://github.com/jay179-sudo/website-health-checker
docker docker-compose go grpc grpc-go
Last synced: 5 months ago
JSON representation
A gRPC service that takes in a URL and performs a health check on it.
- Host: GitHub
- URL: https://github.com/jay179-sudo/website-health-checker
- Owner: Jay179-sudo
- Created: 2024-07-16T07:51:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:55:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T07:34:24.487Z (over 1 year ago)
- Topics: docker, docker-compose, go, grpc, grpc-go
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-urls.sh
Awesome Lists containing this project
README
# Website-Health-Checker
A gRPC service that takes in a URL and performs a health check on it.
clone the repository
```
source ./docker.sh
```
to execute a client
```
go run cmd/client/main.go
```
to customize the URL, change the URL in the ```change-urls.sh``` file