mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #775] Could not send a test notification. Connection failed. #546
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#546
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 @ngosang on GitHub (Jan 16, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/775
HealthChecks 2.5 / Docker
I have 2 integrations for notifications. I don't know exactly when they stop working but probably after update to version 2.5.
How I can debug the issue? I tried with the cURL command inside the Docker container and it's working fine.
@cuu508 commented on GitHub (Jan 16, 2023):
Is Gotify running on the private network? If so, enable the INTEGRATIONS_ALLOW_PRIVATE_IPS setting.
@ngosang commented on GitHub (Jan 16, 2023):
Yeah, I will try this afternoon.
Maybe you could improve the message in the Web UI or print a log trace. Without your help I would not have been able to find the problem.
@ngosang commented on GitHub (Jan 16, 2023):
It's working. Thank you!