uptime-kuma: ERROR - mqtt:// is disabled on this system

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn’t find similar issue

🛡️ Security Policy

📝 Describe your problem

Trying to use the apprise mqtt notification agent and I’m getting this:

ERROR - mqtt:// is disabled on this system.

The URL is

mqtt://user:password@192.168.1.141:1883/UPTIME

I can’t find much on this, except that Apprise state they support mqtt, but the notifications pinned tab in this repo doesn’t show mqtt as available?

Thanks.

🐻 Uptime-Kuma Version

1.11.3

💻 Operating System and Arch

Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-92-generic x86_64)

🌐 Browser

Firefox 96.0.2 (64-bit)

🐋 Docker Version

Docker version 20.10.8, build 3967b7d

🟩 NodeJS Version

v10.19.0

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15

Most upvoted comments

Any thoughts on adding paho-mqtt to the build file?

image

For now, I’m using this image to solve the problem, it works ok.

FROM louislam/uptime-kuma:latest
RUN apt update
RUN apt --yes install python3
RUN apt-get install python3-setuptools
RUN pip3 install --no-cache --upgrade pip paho-mqtt