[GH-ISSUE #418] Successful Ping, then down alert prior to next scheduled check in. #311

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

Originally created by @mgeorgy on GitHub (Aug 28, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/418

I have healthchecks running and all of the functionality is working, however I have daily scheduled check-ins (0 8 * * *) with a 1 hour grace, that ping at the appropriate time only to have an alert generated an hour later that the service is down. Attached are images of the cron configuration and the check-in logs.

What am I missing?

image
image

Originally created by @mgeorgy on GitHub (Aug 28, 2020). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/418 I have healthchecks running and all of the functionality is working, however I have daily scheduled check-ins (0 8 * * *) with a 1 hour grace, that ping at the appropriate time only to have an alert generated an hour later that the service is down. Attached are images of the cron configuration and the check-in logs. What am I missing? ![image](https://user-images.githubusercontent.com/1755116/91594894-a12cef00-e930-11ea-8313-d869b322f85f.png) ![image](https://user-images.githubusercontent.com/1755116/91594984-c1f54480-e930-11ea-9fce-6a86cff49392.png)
kerem closed this issue 2026-02-25 23:42:00 +03:00
Author
Owner

@cuu508 commented on GitHub (Aug 31, 2020):

This is often caused by a timezone mismatch (the server has has one timezone, Healthchecks is configured to use a different one).

Also, if you've recently changed timezone on your server – if the cron daemon was not restarted afterwards it might still be using the old timezone.

<!-- gh-comment-id:683611246 --> @cuu508 commented on GitHub (Aug 31, 2020): This is often caused by a timezone mismatch (the server has has one timezone, Healthchecks is configured to use a different one). Also, if you've recently changed timezone on your server – if the cron daemon was not restarted afterwards it might still be using the old timezone.
Author
Owner

@mgeorgy commented on GitHub (Sep 1, 2020):

That was it. Thank you @cuu508 .

<!-- gh-comment-id:685104992 --> @mgeorgy commented on GitHub (Sep 1, 2020): That was it. Thank you @cuu508 .
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#311
No description provided.