Maybe I'm overlooking the news/announcement, but I would love to see the old status back or at least the fullstatus corrected:
I understand 'status' may have been changed to better align cPanel with CentOS, but I think fullstatus should at least go to stdout. Not sure if bug or feature request here. Those looking for a quick fix can update the wget line to the following:
Thanks,
Code:
root@host [~]# cat /etc/redhat-release /usr/local/cpanel/version
CentOS release 6.6 (Final)
11.50.0.17
root@host [~]# /etc/init.d/httpd status
httpd (pid 32064 31471 31469 31446 31219 30832 30352 28034 27393 27392 10240 7053 7052 7044 6169 6168 6080 6079 4923 4922 4912 4762 4746 1844 1372) is running...
root@host [~]# /etc/init.d/httpd fullstatus
--2015-06-22 16:43:40-- http://localhost/whm-server-status
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “whm-server-status”
[ <=> ] 38,678 --.-K/s in 0s
2015-06-22 16:43:40 (250 MB/s) - “whm-server-status” saved [38678]
root@host [~]# grep -n wget /etc/init.d/httpd
172: wget $STATUSURL
Code:
$LYNX $STATUSURL