mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #788] MS Teams Integration / Test-Notification failed / no logs #555
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#555
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 @zenhighzer on GitHub (Feb 2, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/788
Hi,
we are running healthchecks.io on-prem with docker-compose.
We setup MS Teams Integration, but Test-Notification failed: Could not send a test notification. Connection failed.
We cant figure out what could be the problem, because in the logs (docker-compose logs -f) we cant find anything related to teams... we also enabled the debug-mode.
we also configured our cooporate-proxy in env-file like:
HTTP_PROXY="http://proxy:8080"
HTTPS_PROXY="http://proxy:8080"
http_proxy="http://proxy:8080"
https_proxy="http://proxy:8080"
curl within the web-container works fine via. proxy
Please help us :-)
BR
Zen
@cuu508 commented on GitHub (Feb 2, 2023):
Look into the INTEGRATIONS_ALLOW_PRIVATE_IPS setting – if your proxy has a private IP, you will need to set this setting to
True.@zenhighzer commented on GitHub (Feb 2, 2023):
nice! it works! thanks a lot! :-)