diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-06 04:04:58 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-06 04:04:58 +0300 |
| commit | b1e341ce4e0eb43929ae436cd2cdda859cbb5904 (patch) | |
| tree | 0d8d9deff404e04c17a2606da08b4b7f477c63d5 /docs/rabbitmq-plugins.8 | |
| parent | f1e8d9e9a1da37deae0eb66d41cd797a438aaf89 (diff) | |
| parent | 67de91c9dd5259fc00d30d2c13729b1d9d339654 (diff) | |
| download | rabbitmq-server-git-b1e341ce4e0eb43929ae436cd2cdda859cbb5904.tar.gz | |
Merge branch 'rabbitmq-diagnostics-man-page'
Diffstat (limited to 'docs/rabbitmq-plugins.8')
| -rw-r--r-- | docs/rabbitmq-plugins.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/rabbitmq-plugins.8 b/docs/rabbitmq-plugins.8 index d68bdc8044..4d0d86150e 100644 --- a/docs/rabbitmq-plugins.8 +++ b/docs/rabbitmq-plugins.8 @@ -19,7 +19,7 @@ .Os "RabbitMQ Server" .Sh NAME .Nm rabbitmq-plugins -.Nd command line for managing RabbitMQ plugins +.Nd command line tool for managing RabbitMQ plugins .\" ------------------------------------------------------------------ .Sh SYNOPSIS .\" ------------------------------------------------------------------ @@ -63,8 +63,8 @@ and .Cm set commands will update the plugins file and then attempt to connect to the broker and ensure it is running all enabled plugins. -By default if it is not possible to connect to the running broker (for -example if it is stopped) the operation will fail. +By default if it is not possible to connect to and authenticate with the target node +(for example if it is stopped), the operation will fail. If .Nm is used on the same host as the target node, @@ -249,11 +249,12 @@ plugin and its dependencies and disables everything else: .\" ------------------------------------------------------------------ .Sh SEE ALSO .\" ------------------------------------------------------------------ -.Xr rabbitmq-env.conf 5 , -.Xr rabbitmq-echopid 8 , +.Xr rabbitmqctl 8 , +.Xr rabbitmq-diagnostics 8 , .Xr rabbitmq-server 8 , .Xr rabbitmq-service 8 , -.Xr rabbitmqctl 8 +.Xr rabbitmq-env.conf 5 , +.Xr rabbitmq-echopid 8 .\" ------------------------------------------------------------------ .Sh AUTHOR .\" ------------------------------------------------------------------ |
