Trigger Alerts in AlertOps.
Clone the GitHub repo and run:
$ python setup.py install
Or, to install remotely from GitHub run:
$ pip install git+https://github.com/kamsrikanth/Integrations
Note: If Alerta is installed in a python virtual environment then plugins need to be installed into the same environment for Alerta to dynamically discover them.
Add alertops
to the list of enabled PLUGINS
in alertad.conf
server
configuration file and set plugin-specific variable in the
server configuration file or the environment variables:
The ALERTOPS_URL
variable is generated during integration configuration within the AlertOps console. This should be added to the server configuration file.
PLUGINS = ['alertops']
ALERTOPS_URL = '' # default="Not configured"
The DASHBOARD_URL
setting should be configured in the server configuration file to link pushover messages to the Alerta console through the AlertOps webhook:
DASHBOARD_URL = '' # default="Not Set"
Example
PLUGINS = ['reject', 'alertops']
ALERTOPS_URL = 'https://notify.alertops/POSTAlert/c8490f30-1r492-ceks85-c833els8f10cd/Alerta'
DASHBOARD_URL = 'https://try.alerta.io'
- AlertOps Integration Docs: https://help.alertops.com/integrations/pre-built-integration-guides/alerta
Copyright (c) 2019 AlertOps.