
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 0.98 KB | hits: 9 | expires: Never
## before
% mc-rpc service status service="httpd" -v
Determining the amount of hosts matching filter for 2 seconds .... 2
* [ ============================================================> ] 2 / 2
ce328e5d35e425020b9238080a42426b : OK
{"status"=>"running"}
f51dc8352bef9f30f862b73f446b1a9d : OK
{"status"=>"stopped"}
---- service#status call stats ----
Nodes: 2 / 2
Pass / Fail: 2 / 0
Start Time: Thu Jun 17 09:54:19 +0100 2010
Discovery Time: 2003.77ms
Agent Time: 368.77ms
Total Time: 2372.54ms
## ddl assisted
$ mc-rpc service status service="httpd"
Determining the amount of hosts matching filter for 2 seconds .... 2
* [ ============================================================> ] 2 / 2
ce328e5d35e425020b9238080a42426b : Request OK
Service Status: running
f51dc8352bef9f30f862b73f446b1a9d : Request OK
Service Status: stopped
Finished processing 2 / 2 hosts in 374.58 ms