Check if Cpanel Server need reboot from command line
To check if Cpanel/WHM server need reboot from command line, run whmapi1 system_needs_reboot Example On a server with latest kernal [root@ns522466 ~]# whmapi1 system_needs_reboot — data: details: {} needs_reboot: 0 metadata: command: system_needs_reboot reason: OK result: 1 version: 1 [root@ns522466 ~]# On a server that need reboot [root@server22 ~]# whmapi1 system_needs_reboot — data: details: kernel: … Read more