HomarrH
Homarr6mo ago
5 replies
Sloke123

Values of System Health Monitor are not changing...

I recently notice that the values of System Health Monitor i.e. CPU temp/usage is not changing. It will change though if I refresh the page. I have tried on a couple of browsers, but the results are same. There is an warning in Developer Tools: WebSocket connection to 'ws://ip:7575/websockets' failed: Error during WebSocket handshake: Unexpected response code: 502
Homarr (Version 1.28.1) is running on RPi4.
Here is my docker compose file:
#---------------------------------------------------------------------#
#     Homarr - A simple, yet powerful dashboard for your server.      #
#---------------------------------------------------------------------#
services:
  homarr:
    container_name: homarr
    image: ghcr.io/homarr-labs/homarr:latest
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - /home/ronnie/docker/homarr/appdata:/appdata
    environment:
      - SECRET_ENCRYPTION_KEY=************************** # <--- can be generated with `openssl rand -hex 32`
      - NODE_TLS_REJECT_UNAUTHORIZED=0
    ports:
      - '7575:7575'

I've attached the log here with.
Was this page helpful?