mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #818] Add paho-mqtt to image to enable mqtt in Apprise #575
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#575
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 @seizedengine on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/818
Trying to enable mqtts in Apprise in self hosted. It fails sending a test from the integrations page, so I found that I could test it in the container:
root@healthchecks:/# apprise -vvv -b test -t title mqtts://mqttserver/healthchecksio
2023-04-05 14:07:54,272 - ERROR - mqtts:// is disabled on this system.
2023-04-05 14:07:54,272 - ERROR - There are no service(s) to notify
Which lead to:
root@healthchecks:/config# apprise -l
Python Packages Required:
Any chance paho-mqtt could be added to the image?
Thank you for the great product! Ive used the free tier for a long time and it has always been excellent.
@cuu508 commented on GitHub (Apr 9, 2023):
You can build a custom image that extends the standard image, and adds the
paho-mqttpackage. I think a Dockerfile like this should work: