[GH-ISSUE #94] Pause email notification #59

Closed
opened 2026-02-25 23:41:01 +03:00 by kerem · 4 comments
Owner

Originally created by @TakTaki on GitHub (Nov 8, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/94

Hello,

Currently I have a CRON that is not working half of the time, I'm aware of that and I just don't want to receive mail every 10 minutes.
Is there a way to pause mail notification on a specific check?

Thanks

Originally created by @TakTaki on GitHub (Nov 8, 2016). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/94 Hello, Currently I have a CRON that is not working half of the time, I'm aware of that and I just don't want to receive mail every 10 minutes. Is there a way to pause mail notification on a specific check? Thanks
kerem closed this issue 2026-02-25 23:41:01 +03:00
Author
Owner

@cuu508 commented on GitHub (Nov 8, 2016):

What does your job's schedule look like?

There's issues #35 and #41 (support for cron syntax) which may be related. I've been putting off implementing this but looks like it's a genuinely needed feature.

<!-- gh-comment-id:259139630 --> @cuu508 commented on GitHub (Nov 8, 2016): What does your job's schedule look like? There's issues #35 and #41 (support for cron syntax) which may be related. I've been putting off implementing this but looks like it's a genuinely needed feature.
Author
Owner

@TakTaki commented on GitHub (Nov 8, 2016):

My cron is a simple */5 * * * *, so I'm not really looking for a support of cron syntax.

In my case, it's just that my cron work half the time so I can get more than a hundred mails a day. As the problem is not on my side, I just want to "pause" the mail notification and reactivate it when I'm told the problem is solved.

<!-- gh-comment-id:259140825 --> @TakTaki commented on GitHub (Nov 8, 2016): My cron is a simple */5 \* \* \* *, so I'm not really looking for a support of cron syntax. In my case, it's just that my cron work half the time so I can get more than a hundred mails a day. As the problem is not on my side, I just want to "pause" the mail notification and reactivate it when I'm told the problem is solved.
Author
Owner

@cuu508 commented on GitHub (Nov 8, 2016):

aah, I see. And the existing "Pause" action doesn't help because next ping flips it back to unpaused.

You can go in the "Integrations" screen, look up your email and in the "Assigned Checks" dialog deselect the problematic check. It will keep receiving and logging pings but you will not be spammed with emails.

<!-- gh-comment-id:259141512 --> @cuu508 commented on GitHub (Nov 8, 2016): aah, I see. And the existing "Pause" action doesn't help because next ping flips it back to unpaused. You can go in the "Integrations" screen, look up your email and in the "Assigned Checks" dialog deselect the problematic check. It will keep receiving and logging pings but you will not be spammed with emails.
Author
Owner

@TakTaki commented on GitHub (Nov 8, 2016):

Wow, thanks ! That part was well hidden !

Thanks for the nice work and the response time !

<!-- gh-comment-id:259142238 --> @TakTaki commented on GitHub (Nov 8, 2016): Wow, thanks ! That part was well hidden ! Thanks for the nice work and the response time !
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#59
No description provided.