-
-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔥 to the moon * 🔥 to the moon * 🔥 to the moon * 🔥 to the moon * 🔥 to the moon
- Loading branch information
1 parent
5d55273
commit 920ab4f
Showing
8 changed files
with
372 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# OpenStatus Checker | ||
|
||
The checker service to ping external service. | ||
|
||
It pings the service and save thedata to the tinybird | ||
|
||
## How to run | ||
|
||
```bash | ||
go run *.go | ||
``` | ||
|
||
## How to build | ||
|
||
```bash | ||
go build -o checker *.go | ||
``` | ||
|
||
## How to run in docker | ||
|
||
```bash | ||
docker build -t checker . | ||
docker run -p 8080:8080 checker | ||
``` | ||
|
||
## How to deploy | ||
|
||
```bash | ||
fly deploy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.