This is a Cabot Check Plugin for running a status-go canary.
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>
This plugin requries one environment variable:
STATUS_GO_CANARY_PATH=<path_to_status_go_canary_binary>
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.