OpenStatus Checker#
The checker service to ping external service.
It pings the service and save thedata to the tinybird
How to run#
go run cmd/main.go
you can also set the env variable
set CRON_SECRET YOLO
set CLOUD_PROVIDER local
set TINYBIRD_TOKEN random
How to build#
go build -o checker *.go
How to run in docker#
docker build -t checker .
docker run -p 8080:8080 checker
How to deploy#
fly deploy
Deploy to all region#
fly scale count 35 --region ams,arn,atl,bog,bom,bos,cdg,den,dfw,ewr,eze,fra,gdl,gig,gru,hkg,iad,jnb,lax,lhr,mad,mia,nrt,ord,otp,phx,qro,scl,sjc,sea,sin,syd,waw,yul,yyz
Deploy to your own infra#
Use our docker image
https://github.com/openstatusHQ/openstatus/pkgs/container/checker