diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-04-14 03:00:32 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-04-14 03:00:32 +0400 |
| commit | 92f378a3a19c08c5a0c424c05c9572db695a485d (patch) | |
| tree | e11de59d845e50ca22aa17b983ad3b994011bad9 /src | |
| parent | e553ecbc0173ad4e1962c127e9e94e27b3adbad1 (diff) | |
| download | rabbitmq-server-git-92f378a3a19c08c5a0c424c05c9572db695a485d.tar.gz | |
rabbit:status/0: include node's data directory
Part of rabbitmq/rabbitmq-cli#340.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index a60ffe789e..d3d11f17d8 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -850,7 +850,8 @@ status() -> S5 = [{active_plugins, rabbit_plugins:active()}, {enabled_plugin_file, rabbit_plugins:enabled_plugins_file()}], S6 = [{config_files, config_files()}, - {log_files, log_locations()}], + {log_files, log_locations()}, + {data_directory, rabbit_mnesia:dir()}], S7 = [{totals, [ {virtual_host_count, rabbit_vhost:count()}, {connection_count, length(rabbit_networking:connections_local())}, |
