Skip to content

Commit bfd3a60

Browse files
Management plugin: recommend rabbitmqadmin v2 in one more place
1 parent 4d04852 commit bfd3a60

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

deps/rabbitmq_management/priv/www/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Introduction</h2>
6060
and obtain just the basic information of every object. This reduces
6161
considerably the amount of data returned and the memory and resource
6262
consumption of each query in the system. For some monitoring and operation
63-
purposes, these queries are more appropiate. The query string parameter
63+
purposes, these queries are more appropriate. The query string parameter
6464
<code>disable_stats</code> set to <code>true</code> will achieve this.</p>
6565

6666
<p>Most of the GET queries return many fields per

deps/rabbitmq_management/priv/www/cli/index.html

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,16 @@ <h1>rabbitmqadmin</h1>
1616
<p>
1717
<code>rabbitmqadmin</code> is an HTTP API-based management tool. It uses the same API as RabbitMQ management UI
1818
and provides access to the subset of the functionality in the UI from the command line.
19-
It is not meant to be a replacement for <a href="https://www.rabbitmq.com/man/rabbitmqctl.1.man.html">rabbitmqctl</a>
20-
as there are operations that HTTP API intentionally does not expose.
2119
</p>
2220

2321
<p>
24-
To use it, <a href="rabbitmqadmin">download it</a> from this node (right click,
25-
Save As), make sure it is executable, and drop it in your <code>PATH</code>. Note that
26-
many browsers will rename the
27-
file <code>rabbitmqadmin.txt</code>. <code>rabbitmqadmin</code> requires Python
28-
2.6 or later (both 2.x and 3.x series are supported).
29-
To use <code>rabbitmqadmin</code> with HTTPS, Python 2.7.9 is the minimum supported version.
30-
</p>
31-
32-
<p>
33-
See <a href="https://www.rabbitmq.com/management-cli.html">the
34-
rabbitmqadmin page on the website</a> for more information on
35-
its use, or invoke <code>rabbitmqadmin --help</code> for usage
36-
instructions.
22+
It is not meant to be a replacement for <a href="https://www.rabbitmq.com/man/rabbitmqctl.1.man.html">rabbitmqctl</a>
23+
as there are operations that HTTP API intentionally does not expose.
3724
</p>
3825

3926
<p>
40-
Windows users will need to ensure Python is on
41-
their <code>PATH</code>, and invoke rabbitmqadmin as <code>python.exe
42-
rabbitmqadmin</code>.
27+
See the <a href="https://www.rabbitmq.com/docs/management-cli">the
28+
rabbitmqadmin doc guide</a> to learn more.
4329
</p>
4430
</body>
4531
</html>

0 commit comments

Comments
 (0)