Skip to content

Commit

Permalink
Merge bug24377
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Aug 26, 2011
2 parents a5d7dee + aa18dd2 commit 077886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabbit_mgmt_external_stats.erl
Expand Up @@ -162,7 +162,7 @@ i(auth_mechanisms, _State) ->
fun (N) -> lists:member(list_to_atom(binary_to_list(N)), Mechanisms) end);
i(applications, _State) ->
[format_application(A) ||
A <- lists:keysort(1, application:which_applications())];
A <- lists:keysort(1, application:which_applications(infinity))];
i(mem_alarm, _State) -> lists:member({{vm_memory_high_watermark, node()}, []},
alarm_handler:get_alarms()).

Expand Down

0 comments on commit 077886c

Please sign in to comment.