mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #706] Self hosted: email summary not working #510
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#510
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 @whirlfire on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/706
Hello,
first thanks for the amazing software. Im really happy with health checks!
But:
the weekly/monthly summary is not being sent.
The email integration is working fine and sends emails if a service goes down.
When I activate monthly or weekly reports, the date is correctly shown when the next one should be sent. However, it never gets sent and the date stays. For example today:
If I deactivate it, save, activate, and save again:

Everything else is working fine.
I'm running it self hosted on docker.
Thanks for your help.
@cuu508 commented on GitHub (Sep 20, 2022):
The
sendreportsmanagement command is likely not running (it must be running continuously in the background, same assendalerts). What Docker image are you using?@whirlfire commented on GitHub (Sep 20, 2022):
Thanks for your response. I'm running the linuxserver.io image. Should I post the issue there?
@cuu508 commented on GitHub (Sep 20, 2022):
Yes.
Looking at linuxserver's uwsgi.ini, there's a line that starts sendalerts but there isn't one for sendreports.