I could also use an alert in monit for CPU temperature
I did find some description in the monit documentation so I created a script that returns the cpu temperature.and then found an example how to use that in monit.
# set the trigger temperature
check program CPU-Temp with path "/usr/local/etc/scripts/cputemp.sh"
if status > 62 then alert
But I can't figure out how to add that to monit using the OPNsense UI.