Skip to content

checkson-io/checkson-pubsub-self-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkson self check for Google PubSub integration

This check is used to monitor Checkson itself. It checks if a message can be sent to Google PubSub and that this message is received by the relevant service within the Checkson backend.

This check is likely not useful to anyone else, except as an example.

Environment variables

Variable Description
CHECK_API_SECRET The secret to use for sending the message

Use check on Checkson

This check can be used on checkson.io (or anywhere else) with the following Docker image:

ghcr.io/checkson-io/checkson-pubsub-self-check:main

Run check locally

docker run \
  --env CHECK_API_SECRET=xyz123 \
  --rm \
  -it \
  ghcr.io/checkson-io/checkson-pubsub-self-heck:main

About

This check is used to monitor Checkson itself to validate that Google PubSub messages are produced and consumed correctly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.7%
  • Dockerfile 9.3%