mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1012] Notifications not working? #704
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#704
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 @nothing2obvi on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1012
I set up a ntfy integration and while it works via
Test, it doesn't work when the check URL is pinged, either on success of the command or failure of the command. I want it to send a message to ntfy upon failure.This is my command. What am I doing wrong?
I have also tried
And
But I don't get any notifications, whether on success or failure.
@nothing2obvi commented on GitHub (Jun 9, 2024):
I missed the
sendalertscommand I had to do in another shell.