@barakath said in Email Alert for CPU Temperature:
Diagnostics--> Edit file.
Look at it, then never look or even use that option again.
To see / load / upload to any device - not just pfSense, but any device around you (Phones, VCR, Access Points, wall clock, coffee machine, you name it), use a SFTP (example : WINSCP, or the far superior SmartFP) to access you pfSense over port 22.
Also : activate the SSH access.
While you're at it, test also the console access, which show the same info / same access.
Also, install Putty (windows SSH client - MAC users have a SSH client build in).
Ones you have access, install a descend text editor like 'nano' (or use the good old build in editor 'vi'):
pkg install nano
Copy the file using select in the Github windows and Ctrl-C - from here https://gist.githubusercontent.com/JMac87/1303f78c56a54165447568318eeca3b3/raw/8eaf407f0aa90d0134be12b51c0996bf9337da70/cpu_temp_alert.sh (the 'raw' view).
Then, on pfSense, - login menu option 8 - open non exiting filer with nano like :
nano /root/temp.sh
and then paste ( Ctrl-V) the script.
Ctrl-O to write the file, Ctrl-X to exit nano.
'chmod' the file (see above).
etc etc.