yandalorian
Cadet
- Joined
 - Dec 2, 2023
 
- Messages
 - 4
 
Starting a new thread following from this thread https://www.truenas.com/community/threads/most-reports-are-blank-truenas-scale-22-12-1.108187/
I have similar problem. Disk temperatures are not showing in Cobia, it used to show in Bluefin
disktemps are reporting.
I followed the previous thread to running
 
both returned nothing.
I only have 1 rrd-* directory
so i tried
and thought oh that's my problem, so i tried to start it but..
I guess that's my problem? How do I install collectd and rrdcached services?
	
		
			
		
		
	
			
			I have similar problem. Disk temperatures are not showing in Cobia, it used to show in Bluefin
Code:
admin@truenas[~]$ sudo smartctl -a /dev/sda | grep Temp 190 Airflow_Temperature_Cel 0x0022 057 045 000 Old_age Always - 43 (Min/Max 40/45) 194 Temperature_Celsius 0x0022 043 055 000 Old_age Always - 43 (0 30 0 0 0)
disktemps are reporting.
I followed the previous thread to running
Code:
pgrep -fl rrdcached pgrep -fl rrdcached
both returned nothing.
I only have 1 rrd-* directory
so i tried
Code:
admin@truenas[~]$ sudo service collectd stop Failed to stop collectd.service: Unit collectd.service not loaded.
and thought oh that's my problem, so i tried to start it but..
Code:
admin@truenas[~]$ sudo service collectd start Failed to start collectd.service: Unit collectd.service not found.
I guess that's my problem? How do I install collectd and rrdcached services?