0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-14 20:52:46 +00:00
alerta_alerta-contrib/webhooks/statuscake/README.md
2023-03-21 00:15:34 +01:00

41 lines
1.1 KiB
Markdown

Statuscake Webhook
==============
Receive [Statuscake](https://www.statuscake.com) alerts via webhook callbacks.
For help, join [![Slack chat](https://img.shields.io/badge/chat-on%20slack-blue?logo=slack)](https://slack.alerta.dev)
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
![StatusCake Contact Group](./images/statuscake-webhook.png)
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.