Where can I find information about if there is an reboot scheduled and in that case: when, why and by who?
I got this in my terminal:
Broadcast message from root@my-server (Tue 2017-11-07 09:00:00 CET):
The system is going down for reboot at Wed 2017-11-08 02:00:00 CET!
So in a couple of hours the system will be rebooted, that's good. But after working for a while and the message is scrolled out of visibility or if the terminal is closed:
How can I get hold of the reboot time?
If I again login to the server I only get the message:
*** System restart required ***
There is no information about the upcoming reboot. I have tried to see if there is any shutdown processes running, but could not find any.
I know I could produce a similar message by issuing a command like this:
sudo shutdown -r 02:00
So, how do I find information about any upcoming reboots?