mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #836] Pushover integration -- SaaS vs self-hosted versions #591
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#591
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 @jl-678 on GitHub (Jun 1, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/836
I just got finished configuring the self-hosted version of Healthchecks and it is working great! Thank you.
One curiosity is that it seems that integrations are handled differently in the two versions. Specifically, there are many more services in the "Add More" section of the SaaS product like for example Pushover. Pushover is not available under "Add More" in the self-hosted version but is available by adding Apprise which I have since enabled.
I am curious about the difference and if there is a setting somewhere to mimic the SaaS behavior on the self-hosted version.
TY!
@cuu508 commented on GitHub (Jun 2, 2023):
See README for enabling the Pushover integration.
The integration types you see by default are the ones that do not need any additional configuration. The missing ones require additional setup. See README for pointers, and the list of env variables to see what env variables you will need to set.
All the integrations you see in the SaaS product can be set up when self-hosting (but it can take some work. Jumping through all the Twilio & Meta onboarding hoops to enable WhatsApp is a bit of a process, for example).
The self-hosted instances can also use a couple of integrations that are not enabled on https://healthchecks.io: Apprise and Shell commands.