#Mosquitto log

1 messages · Page 1 of 1 (latest)

crystal topaz
#

I'm seeing these entries in my mosquitto log and wonder what they are and if it's normal. I'm running supervised on a R Pi.
2022-08-30 19:21:30: New connection from 172.30.32.2:40888 on port 1883.
2022-08-30 19:21:30: Client <unknown> closed its connection.
2022-08-30 19:23:30: New connection from 172.30.32.2:40890 on port 1883.
2022-08-30 19:23:30: Client <unknown> closed its connection.
2022-08-30 19:25:30: New connection from 172.30.32.2:40892 on port 1883.
2022-08-30 19:25:30: Client <unknown> closed its connection.
2022-08-30 19:27:30: New connection from 172.30.32.2:40894 on port 1883.
2022-08-30 19:27:30: Client <unknown> closed its connection.
2022-08-30 19:29:30: New connection from 172.30.32.2:40896 on port 1883.
Using docker inspect I've concluded 172.30.32.2 is hassio-supervisor, but what's going on?

crystal topaz
#

If anyone is interested, it dawned on me what these connections are. They are the supervisor doing its watchdog thing. Turn off the watchdog option and they stop. Obvious really.