mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #418] Successful Ping, then down alert prior to next scheduled check in. #311
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#311
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 @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?
@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.
@mgeorgy commented on GitHub (Sep 1, 2020):
That was it. Thank you @cuu508 .