mirror of
https://github.com/alerta/alerta-contrib.git
synced 2025-03-14 20:52:46 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
Statuscake Webhook
|
|
==============
|
|
|
|
Receive [Statuscake](https://www.statuscake.com) alerts via webhook callbacks.
|
|
|
|
For help, join [](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
|
|
|
|

|
|
|
|
|
|
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.
|