Jakub Sokołowski
1adff9bc19
And print stdout and stderr at debug level. Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
cabot_check_status_go | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.cfg | ||
setup.py |
README.md
Description
This is a Cabot Check Plugin for running a status-go canary.
Installation
The simplest way is to just use:
pip install git+git://github.com/status-im/cabot-check-status-go.git
Edit conf/production.env in your Cabot clone to include the plugin:
CABOT_PLUGINS_ENABLED=cabot_check_status_go,<other plugins>
Configuration
This plugin requries one environment variable:
STATUS_GO_CANARY_PATH=<path_to_status_go_canary_binary>
API
The plugin exposes the standard check API under:
/plugins/cabot_check_status_go/api/status_go_checks/
Which accepts the standard GET
/POST
/OPTIONS
methods.