mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1161] Telegram integration: use your own bot #801
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#801
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 @0x412e4e on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1161
Hi,
I'm on a self-hosted instance of healthchecks.io, is it possible to use my own Telegram bot for the integration?
In the documentation only the official Healthchecks.io bot is mentioned: https://healthchecks.io/integrations/telegram/
@cuu508 commented on GitHub (May 20, 2025):
Yes, see https://github.com/healthchecks/healthchecks?tab=readme-ov-file#telegram
@0x412e4e commented on GitHub (Jun 3, 2025):
Tried doing that and I get the following error when running the command
./manage.py settelegramwebhook:@cuu508 commented on GitHub (Jun 4, 2025):
What Docker image are you using?
The error message contains "python3.9" so I'm guessing it's an old image.
@0x412e4e commented on GitHub (Jun 5, 2025):
How does one perform an upgrade? Couldn't find info in the docs. Can I just do the following?
Edit: did those steps and still facing the same error. Is there a guide on pulling the newest version from Git and doing an in place upgrade? Wouldn't want to start from a clean slate and lose all the history data. Would it work if I add the
.envfile to.gitignoreand just do agit pull?@0x412e4e commented on GitHub (Jun 18, 2025):
I'm now running version 3.10 of healthchecks.io, using the pre-built image and I still get an error when trying to set the Telegram webhook:
@cuu508 commented on GitHub (Jun 18, 2025):
Are you running the
manage.pycommand outside the container? It should be run from inside the container.Try
@0x412e4e commented on GitHub (Jun 18, 2025):
Oh my mistake, I thought I had to run the
manage.pythat's in the git directory.That worked:
I was then able to tell the bot to
/startand configure the integration as per documentation.Thanks very much for your help!