If you set up the email report settings in FreeNAS, you can set your box to notify you by email if the temperature hits a threshold (defined by you), or if your box changes temperature by a certain amount (also set by you). I set it up using my Gmail account, it was super easy, and the results are perfect.
That is incorrect advice. That S.M.A.R.T. is also for hard drive monitoring, not CPU monitoring. Read the manual.
As for checking CPU temperatures, there is no plugin or GUI part you can add, it would need to be a CRON job or script to monitor CPU Temps. Do a search in the forums for cpu temperature and I'm sure if you look hard enough, it will pop out. Or type a google search for 'freebsd cpu temp' and that should get you on the right track.
sysctl -a | grep tempe
I vote you do it and then post the PBI for us. I mean it sounds so easy, right?ok now someone needs to setup a cron job to output this to a file, and then build a plugin to pull the data into a purdy graph
I vote you do it and then post the PBI for us. I mean it sounds so easy, right?
Yes, that is the command and will display all your CPU cores.
What did it used to say?
I just checked mine and it's definitely there...
From 9.2.1.6-beta
[root@mini] ~# sysctl dev.cpu.0
dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.CPU0
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.coretemp.delta: 62
dev.cpu.0.coretemp.resolution: 1
dev.cpu.0.coretemp.tjmax: 98.0C
dev.cpu.0.coretemp.throttle_log: 0
dev.cpu.0.temperature: 36.0C
dev.cpu.0.freq: 2401
dev.cpu.0.freq_levels: 2401/11500 2400/10000 2300/9250 2200/8500 2100/7750 2000/7000 1900/6250 1800/5500 1700/4750 1600/4000 1500/3250 1400/2500 1300/1750 1200/1000 1050/875 900/750 750/625 600/500 450/375 300/250 150/125
dev.cpu.0.cx_supported: C1/1/1 C2/2/41
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00% 0.00% last 425us
Note that alot of hardware doesn't report temperatures properly for FreeBSD to understand them(this is particularly so for AMD based and non-server grade motherboards).
What's your hardware?
Well, that's probably your answer unfortunately. :(