Feature #7643
Send notification when boot completed
Start date:
06/13/2017
Due date:
% Done:
0%
Estimated time:
Release Notes:
Default
Description
Please add an option with a checkbox in System / Advanced / Notifications to send a notification when bootup has completed.
Would be useful to get notified immediately after unexpected reboots (like after power falures or so).
A good example for this would be to just run something like this after the boot process finished:
(echo -n "Boot completed at: " && date +%F_%T) | /usr/local/bin/mail.php -s"pfSense boot completed"
Thank you.
History
#1
Updated by robi robi almost 4 years ago
Here's a more meaningful command in one line, containing the hostname of the system:
(echo -n `hostname` && echo -n " boot completing at: " && date +%F_%T) | /usr/local/bin/mail.php -s"`hostname` - Boot completed"
#2
Updated by Luca Moncelli over 3 years ago
I also think that would be very useful function.
#3
Updated by Jim Pingle over 3 years ago
- Target version changed from 2.3.5 to 2.4.3
#4
Updated by Jim Pingle about 3 years ago
- Category set to Notifications
- Status changed from New to Resolved
This has been present and working as of 1c2ef5f22ff76419ff7f4ba620a02b8a14dc3078