A plugin for watchmen to forward status updates to Atlassian's statuspage.
Config is set through env variables (same as with watchmen itself).
export WATCHMEN_STATUSPAGE_PAGE_ID='<your pageId>'
export WATCHMEN_STATUSPAGE_API_KEY ='<your API key>'
Do make sure that your service name in watchmen is identical to the component name in statuspage.io.
Keep in mind that statuspage.io's api is rate limited, see documentation here.