mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #639] Add support for signal-cli-rest-api #465
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Apr 20, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/639
Would be great if notification support for https://github.com/bbernhard/signal-cli-rest-api could be added as there is no need to run signal-cli locally. Especially useful when using docker … but setting it up via webhooks obviously works also
@cuu508 commented on GitHub (Apr 25, 2022):
I think you should be able to integrate with signal-cli-rest-api using the Webhook integration.
If you run Healthchecks and signal-cli in separate Docker containers, you may be able to hook them up by using a shared volume and placing the signal-cli socket file there.
@somebody-somewhere-over-the-rainbow commented on GitHub (Apr 25, 2022):
using webhook works perfectly fine. I guess I was not precise in my first post - I already have that set up. I was just proposing to add signal-cli-rest-api as an integration, so you do not have to to the webhook route ;-)