summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2014-03-18 20:25:11 +0000
committerTim Watson <tim@rabbitmq.com>2014-03-18 20:25:11 +0000
commit7b22230f14be9f69e9bfecea84fd99d21567c3b6 (patch)
tree7142853c50b8176f762cbdf2d76addf48eba6a1f /docs
parent3ebd4a76cd498acdc287b4c9403f77ee7cc765ea (diff)
parent73999b3dafca5a0ec27343bb22ee971a54c7a856 (diff)
downloadrabbitmq-server-git-7b22230f14be9f69e9bfecea84fd99d21567c3b6.tar.gz
Merge default into bug24926
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-plugins.1.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml
index 8ecb4fc83c..f860e9c327 100644
--- a/docs/rabbitmq-plugins.1.xml
+++ b/docs/rabbitmq-plugins.1.xml
@@ -69,7 +69,7 @@
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt">-A</arg> <arg choice="opt">-I</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
@@ -91,6 +91,16 @@
enabled plugins.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>-A</term>
+ <listitem><para>Show active plugins (running on the broker) that
+ are not explicitly or implicitly enabled.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>-I</term>
+ <listitem><para>Show in-active plugins (not running on the broker) that
+ are explicitly or implicitly enabled.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>pattern</term>
<listitem><para>Pattern to filter the plugin names by.</para></listitem>
</varlistentry>
@@ -102,7 +112,11 @@
enabled, [E] to indicate that it is explicitly enabled,
[e] to indicate that it is implicitly enabled, and [!] to
indicate that it is enabled but missing and thus not
- operational.
+ operational. When a plugin is enabled but not currently
+ active (i.e., running) in the currently targetted broker,
+ [A] is shown, whilst a plugin which is active/running but
+ not currently configured to be enabled is indicated by
+ an [I].
</para>
<para>
If the optional pattern is given, only plugins whose