Skip to content

Cabot plugin for running a status-go canary

License

Notifications You must be signed in to change notification settings

status-im/cabot-check-status-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.