[GH-ISSUE #1037] Support FAIL, not just DOWN, in email subject line #720

Closed
opened 2026-02-25 23:43:22 +03:00 by kerem · 3 comments
Owner

Originally created by @jdkratz on GitHub (Jul 31, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1037

It would be helpful if the alert email subject line distinguished between DOWN (I.e. missed ping) and FAIL (explicitly triggered fail). Not at all a major issue, it would just provide more information at a glance.

Originally created by @jdkratz on GitHub (Jul 31, 2024). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1037 It would be helpful if the alert email subject line distinguished between DOWN (I.e. missed ping) and FAIL (explicitly triggered fail). Not at all a major issue, it would just provide more information at a glance.
kerem closed this issue 2026-02-25 23:43:22 +03:00
Author
Owner

@cuu508 commented on GitHub (Jul 31, 2024):

The email body has "Last Ping Type" field which can tell you this. If it says "success", then the check is going down because last success was too long ago. If it says "failure" or "exit code x", the check received a failure signal.

<!-- gh-comment-id:2259739343 --> @cuu508 commented on GitHub (Jul 31, 2024): The email body has "Last Ping Type" field which can tell you this. If it says "success", then the check is going down because last success was too long ago. If it says "failure" or "exit code x", the check received a failure signal.
Author
Owner

@jdkratz commented on GitHub (Jul 31, 2024):

Yes, I understand that. I’m just suggesting that that info be in the email subject line as well as the body. I get email alerts on my watch, but those alerts only show the subject line. It would be great to be able to tell what kind of failure it is a without needing to open the email. Again, definitely not a big deal, just a suggestion.

(Also, this is SUCH a great service, many thanks for keeping it that way for 9 years!)

<!-- gh-comment-id:2259747454 --> @jdkratz commented on GitHub (Jul 31, 2024): Yes, I understand that. I’m just suggesting that that info be in the email subject line as well as the body. I get email alerts on my watch, but those alerts only show the subject line. It would be great to be able to tell what kind of failure it is a without needing to open the email. Again, definitely not a big deal, just a suggestion. (Also, this is SUCH a great service, many thanks for keeping it that way for 9 years!)
Author
Owner

@cuu508 commented on GitHub (Aug 2, 2024):

Thanks for the additional details, @jdkratz!

I would like to leave the subject line format as-is for backwards compatibility. Existing users are likely already relying on the current formatting (UP|DOWN <separator> <name of the check>). If we change the logic to use FAIL instead of DOWN in some cases, some email filtering and automation will likely break and cause issues. I also don't want to add this as a configurable option–each extra configuration knob adds complexity.

<!-- gh-comment-id:2264735916 --> @cuu508 commented on GitHub (Aug 2, 2024): Thanks for the additional details, @jdkratz! I would like to leave the subject line format as-is for backwards compatibility. Existing users are likely already relying on the current formatting (`UP|DOWN <separator> <name of the check>`). If we change the logic to use FAIL instead of DOWN in some cases, some email filtering and automation will likely break and cause issues. I also don't want to add this as a configurable option–each extra configuration knob adds complexity.
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#720
No description provided.