sdollins wrote:
I would find it very convenient to be emailed everytime my linode was shutdown, rebooted, or booted with the time, also allowing me to choose a time zone. The reason I am requesting this is because I have multiple staff members with accounts that manage the linodes and they don't always record the actions.

What works for me, to know of reboots (anyway), is to add
Code:
echo `/bin/hostname` rebooted at `/bin/date` | /bin/mail my_cell_phone_email
to the end of /etc/rc.local
That way I get paged on reboot.