Suggested template:
Problem/Question
I have installed Netdata Agent on two different Qnap NAS, a TS-653A (v1.35.0-54-nightly) and a TS-653D (v1.35.0-256-nightly).
In both cases to install Netdata Agent I used ‘docker compose’ via the Container Station.
The CPU temperature values provided by ‘sensors.coretemp-isa-0000_temperature’ tend to be wrong for both NAS.
In the case of the TS-653A, the CPU temperature value is a few degrees higher.
Instead for the TS-653D the data of ‘sensors.coretemp-isa-0000_temperature’ are decidedly higher than those indicated by the Qnap operating system (QTS 5.0.0.2055). Sometimes even 13 or 15 degrees. The ‘CPU load’ data is also two to three times higher than that provided by the operating system.
Relevant docs you followed/actions you took to solve the issue
I have not undertaken any initiatives
Environment/Browser/Agent’s version etc
Netdata Agent v1.35.0-54-nightly on Qnap TS-653A via docker compose
Netdata Agent v1.35.0-256-nightly on Qnap TS-653D via docker compose.
E.G. Qnap TS-653D docker compose below:
version: '3'
services:
netdata:
image: netdata/netdata:latest
hostname: QNAP-TS653D # set to fqdn of host
environment:
- DO_NOT_TRACK=1
ports:
- 19999:19999
restart: unless-stopped
cap_add:
- SYS_PTRACE
security_opt:
- apparmor:unconfined
volumes:
- ./netdataconfig/netdata:/etc/netdata:rw
- netdatalib:/var/lib/netdata
- netdatacache:/var/cache/netdata
- /etc/passwd:/host/etc/passwd:ro
- /etc/group:/host/etc/group:ro
- /proc:/host/proc:ro
- /sys:/host/sys:ro
volumes:
netdatalib:
netdatacache:
What I expected to happen
I would like to have the correct data