mirror of
https://github.com/alerta/alerta-contrib.git
synced 2024-12-04 12:27:25 +00:00
.. | ||
images | ||
alerta_statuscake.py | ||
README.md | ||
setup.py |
Statuscake Webhook
Receive Statuscake alerts via webhook callbacks.
Installation
Clone the GitHub repo and run:
$ python setup.py install
Or, to install remotely from GitHub run:
$ pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=webhooks/statuscake
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.
Configuration
The custom webhook will be auto-detected and added to the list of available API endpoints.
Add the Alerta API webhook URL in the Statuscake contact group webhook section
References
- StatusCake Webhook: https://www.statuscake.com/kb/knowledge-base/how-to-use-the-web-hook-url/
License
Copyright (c) 2020 Matthieu Serrepuy. Available under the MIT License.