diff options
author | Hubert Plociniczak <hubert@lshift.net> | 2008-09-11 14:10:14 +0100 |
---|---|---|
committer | Hubert Plociniczak <hubert@lshift.net> | 2008-09-11 14:10:14 +0100 |
commit | 3a7ab39ddeea3cc9f2bc9f3d1bfdb79387f88e24 (patch) | |
tree | 10299a9216c7778072cd238cf3276ebce2e9f452 /docs | |
parent | 5006410501ef681d744697c30516e7c91d0fb97c (diff) | |
download | rabbitmq-server-3a7ab39ddeea3cc9f2bc9f3d1bfdb79387f88e24.tar.gz |
Added status command to rabbit_mutli, init.d scripts
now use that command.
Used status command in init.d scripts to check
if the server is running before stopping it.
Fixed various indentation problems in init.d scripts.
Synchronized the init.d in Debian and RPM to behave
in a similar way.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmq-multi.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/rabbitmq-multi.pod b/docs/rabbitmq-multi.pod index 7916fc78..65d05833 100644 --- a/docs/rabbitmq-multi.pod +++ b/docs/rabbitmq-multi.pod @@ -23,6 +23,9 @@ start_all I<count> start count nodes with unique names, listening on all IP addresses and on sequential ports starting from 5672. +status + print the status of all running RabbitMQ nodes + stop_all stop all local RabbitMQ nodes |