Upstream | URI | <% if (vhosts_interesting) { %>Virtual Host | <% } %>Exchange / Queue | <% if (nodes_interesting) { %>Node | <% } %>State | Inbound message rate | Last changed | ID | Consumer tag | Operations | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= fmt_string(link.upstream) %> <% if (link.type == 'exchange' && link.exchange != link.upstream_exchange) { %> <%= fmt_string(link.upstream_exchange) %> <% } else if (link.type == 'queue' && link.queue != link.upstream_queue) { %> <%= fmt_string(link.upstream_queue) %> <% } %> | <%= fmt_string(fmt_uri_with_credentials(link.uri)) %> | <% if (vhosts_interesting) { %><%= fmt_string(link.vhost) %> | <% } %><% if (link.type == 'exchange') { %> <%= link_exchange(link.vhost, link.exchange) %> <% } else { %> <%= link_queue(link.vhost, link.queue) %> <% } %> <%= fmt_string(link.type) %> | <% if (nodes_interesting) { %><%= fmt_node(link.node) %> | <% } %> <% if (link.error) { %><%= fmt_state('red', link.status) %> | <%= link.timestamp %> | ||||||
<% } else { %> |
<% } %>
Error detail:
<%= fmt_escape_html(link.error) %> |
<%= fmt_state(link.status == 'starting' ? 'yellow' : 'green', link.status) %> | <% if (link.local_channel) { %> <%= fmt_detail_rate(link.local_channel.message_stats, 'confirm') %> <% } %> | <%= link.timestamp %> | <%= link.id %> | <%= link.consumer_tag %> | <% } %> <% } %> |
... no links ...
<% } %>