[GH-ISSUE #1012] Notifications not working? #704

Closed
opened 2026-02-25 23:43:19 +03:00 by kerem · 1 comment
Owner

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?

ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here/1

I have also tried

ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here/fail

And

ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here

But I don't get any notifications, whether on success or failure.

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? ``` ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here/1 ``` I have also tried ``` ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here/fail ``` And ``` ping url-here && curl -m 10 -fsS --retry 5 -o /dev/null http://localhost:8000/ping/uuid-here ``` But I don't get any notifications, whether on success or failure.
kerem closed this issue 2026-02-25 23:43:19 +03:00
Author
Owner

@nothing2obvi commented on GitHub (Jun 9, 2024):

I missed the sendalerts command I had to do in another shell.

<!-- gh-comment-id:2156757533 --> @nothing2obvi commented on GitHub (Jun 9, 2024): I missed the `sendalerts` command I had to do in another shell.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#704
No description provided.