Description | This article describes a method to see the reboot history of FortiSIEM backend SSH. |
Scope | FortiSIEM. |
Solution |
To view the reboot history of the Supervisor's backend, use the CLI commands below:
uptime
Example Output:
uptime
last | egrep 'boot|start' | head -1
last | egrep 'boot|start' | head -5 |