mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #270] Gotify #202
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#202
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 @tobru on GitHub (Jul 28, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/270
It would be great to have Gotify integration out-of-the-box in Healthchecks.io.
@baudneo commented on GitHub (Mar 29, 2022):
Is Gotify still being considered for integration?
@setop commented on GitHub (May 25, 2022):
I have an integration with Gotify using webhook :
The trick to make it work is the
Content-Type: application/x-www-form-urlencodedheader.Also note I choose priority 8 for down and 7 for up, it changes the notification kind on Android (8 is more intrusive than 7).
@cuu508 commented on GitHub (Jun 1, 2022):
Gotify accepts JSON payload too:
I'll look into a native integration, it would enable nicer notifications with more content.
From a glance at Gotify docs, I'm not sure how to handle the priority values.
prioritykey in the notification payload?@cuu508 commented on GitHub (Jun 1, 2022):
The initial version of Gotify integration is ready, and available on https://healthchecks.io
@sagehou commented on GitHub (Jun 13, 2022):
The experience on https://healthchecks.io is good. Hope the function can be added to docker images.
@cuu508 commented on GitHub (Jun 13, 2022):
@sagehou I released v2.2.1 today, updated Docker images are now available
@setop commented on GitHub (Jun 13, 2022):
I changed my config from webhook to native integration. Test is ok. Waiting for the next system failure to fully confirm :)
For sure the logo is nice :)
@sagehou commented on GitHub (Jun 14, 2022):
Nice job 👍 .