Compare commits
No commits in common. "bf0f9c99cad6cd8cd986b56dea3753ca3ce9df94" and "6e499e2e9cb908d0d5f12aa64f0e5b4ba5297bf1" have entirely different histories.
bf0f9c99ca
...
6e499e2e9c
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -1,3 +1,14 @@
|
|||
# alertmanager-webhook-handler
|
||||
# signal-webhook-handler
|
||||
|
||||
Handle webhooks from prometheus-alertmanager, sends alerts.
|
||||
Provide ways to send notifications to signal-cli through webhooks
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
virtualenv -p python3 --system-site-packages venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
**Beware!** Sending messages to Signal requires `gi`, which cannot be installed
|
||||
in a virtualenv; hence the need for `--system-site-packages`.
|
||||
|
|
Loading…
Reference in a new issue