[GH-ISSUE #788] MS Teams Integration / Test-Notification failed / no logs #555

Closed
opened 2026-02-25 23:42:51 +03:00 by kerem · 2 comments
Owner

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

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
kerem closed this issue 2026-02-25 23:42:51 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1413360794 --> @cuu508 commented on GitHub (Feb 2, 2023): Look into the [INTEGRATIONS_ALLOW_PRIVATE_IPS](https://healthchecks.io/docs/self_hosted_configuration/#INTEGRATIONS_ALLOW_PRIVATE_IPS) setting – if your proxy has a private IP, you will need to set this setting to `True`.
Author
Owner

@zenhighzer commented on GitHub (Feb 2, 2023):

nice! it works! thanks a lot! :-)

<!-- gh-comment-id:1413376143 --> @zenhighzer commented on GitHub (Feb 2, 2023): nice! it works! thanks a lot! :-)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#555
No description provided.