# 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 cmd/main.go ``` you can also set the env variable ```fish set CRON_SECRET YOLO set CLOUD_PROVIDER local set TINYBIRD_TOKEN random ``` ## 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 ``` ## Deploy to all region ```bash 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