mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #539] Bug in "Monthly Report" email #391
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#391
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 @sorenlouv on GitHub (Jul 1, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/539
Once a month I receive an email called "Monthly Report". I think the email is supposed to show the downtime for the past two months but instead it's showing the downtimes for the past month and the upcoming month.
Example
I received this email on the 1st of July:
It looks like I didn't have any downtimes in June, and I had 1 downtime in May. But I know for a fact I had a 1 downtime in June. The website shows this correctly:
Btw. thanks for this great service 👍
@cuu508 commented on GitHub (Jul 2, 2021):
Thanks for the report!
You are right – in the monthly report, column headers are correct, but data in the rows is off by a month. Fixed now.