mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #363] Can't not receive notification but Test message #279
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#279
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 @db045 on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/363
OS:Debian GNU/Linux 10 (buster)
I have installed twice and encounter the same problem: HC did not send notifications if any check fails. But I really was able to get test messages from INTERGRATIONS.
I run manager.py test and got the above message. Please advice how I could adject any setting to run Healthchecks well.
Thanks.
@cuu508 commented on GitHub (Apr 29, 2020):
Is the
manage.py sendalertscommand running?https://github.com/healthchecks/healthchecks#sending-status-notifications
@db045 commented on GitHub (Apr 29, 2020):
Yes, thank your reminding for doing this.
I got manu notifications from SLACK and Telegram I should receive.
Now I do this again:
manager.py sendalertsHope I could show this good product to my boss ASAP. ^^
@cuu508 commented on GitHub (Apr 29, 2020):
You have to set up the
sendalertscommand to run continuously.In development & testing you can just have it running in the terminal.
For production, you would want to make sure it is always running in background, starts on system boot, and gets restarted if it crashes.
@db045 commented on GitHub (Apr 29, 2020):
Thank you. I think now I realize how to make Healthchecks really check.
I set up
sendalertsrunning continuously and now I got alerts.Thank your quick replay and help me to do the good thing.