A plugin for Err which lets you interact with a Cachet server. Currently this plugin lets you :
- list components
- list incidents
- create new incidents
The plugin needs to know:
- the location of your Cachet installation (
SERVER
) - your API credentials (
API_TOKEN
)
You can configure your Errbot for this plugin like this:
!config statuspage { 'URL': 'status.mydomain.local', 'API_TOKEN': 'abc123'}
Released into public domain.