Skip to content

Commit c366664

Browse files
Monitoring guide: render
1 parent d0bf327 commit c366664

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/monitoring.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,11 @@ maintenance windows can raise significantly.
612612

613613
Includes all checks in stage 3 plus checks that there are no failed [virtual hosts](/vhosts.html).
614614

615-
RabbitMQ CLI tools currently do not provide a dedicated command for this check, but here is an example that could be used in the meantime:
615+
RabbitMQ CLI tools currently do not provide a dedicated command for this check, but here is
616+
an example that could be used in the meantime:
617+
616618
<pre class="lang-bash">
617-
rabbitmqctl eval 'true = lists:foldl(fun(VHost, Acc) -> Acc andalso rabbit_vhost:is_running_on_all_nodes(VHost) end, true, rabbit_vhost:list()).'
619+
rabbitmqctl eval 'true = lists:foldl(fun(VHost, Acc) -&gt; Acc andalso rabbit_vhost:is_running_on_all_nodes(VHost) end, true, rabbit_vhost:list()).'
618620
# =&gt; true
619621
</pre>
620622

0 commit comments

Comments
 (0)