Monitoring CPU Temps on RPiX

Can you try the followings?

  1. navigate to your netdata config folder

    <installed_path: (default) root folder (/)>/etc/netdata

  2. Disable the python sensors module

    ./edit-config python.d.conf, comment in the sensor module and change it’s value to no

  3. Enable the old charts sensors module

    ./edit-config charts.d.conf, add the line sensors=force

  4. Restart the Agent systemctl restart netdata