I compare with another install of Zenoss ..everything on Rabbit MQ configuration as disappear after i change IP address ...
it's possible to reassign Rabbit configuration ???
-------------------------------------------------------------------------------------------------------------------------------------------
[root@alertcaserne ~]# rabbitmqctl report
Reporting server status on {{2013,4,9},{12,3,24}}
Status of node rabbit@localhost ...
[{pid,1480},
{running_applications,[{rabbit,"RabbitMQ","2.8.7"},
{os_mon,"CPO CXC 138 46","2.2.7"},
{sasl,"SASL CXC 138 11","2.1.10"},
{mnesia,"MNESIA CXC 138 12","4.5"},
{stdlib,"ERTS CXC 138 10","1.17.5"},
{kernel,"ERTS CXC 138 10","2.14.5"}]},
{os,{unix,linux}},
{erlang_version,"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:30] [kernel-poll:true]\n"},
{memory,[{total,25854992},
{processes,10554072},
{processes_used,10532928},
{system,15300920},
{atom,1139905},
{atom_used,1139294},
{binary,243424},
{code,11368014},
{ets,778272}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,1607701299},
{disk_free_limit,1000000000},
{disk_free,47421390848},
{file_descriptors,[{total_limit,924},
{total_used,7},
{sockets_limit,829},
{sockets_used,5}]},
{processes,[{limit,1048576},{used,134}]},
{run_queue,0},
{uptime,578}]
Cluster status of node rabbit@localhost ...
[{nodes,[{disc,[rabbit@localhost]}]},{running_nodes,[rabbit@localhost]}]
Application environment of node rabbit@localhost ...
[{auth_backends,[rabbit_auth_backend_internal]},
{auth_mechanisms,['PLAIN','AMQPLAIN']},
{backing_queue_module,rabbit_variable_queue},
{cluster_nodes,[]},
{collect_statistics,none},
{collect_statistics_interval,5000},
{default_permissions,[<<".*">>,<<".*">>,<<".*">>]},
{default_user,<<"guest">>},
{default_user_tags,[administrator]},
{default_vhost,<<"/">>},
{delegate_count,16},
{disk_free_limit,1000000000},
{error_logger,{file,"/var/log/rabbitmq/rabbit@localhost.log"}},
{frame_max,131072},
{hipe_compile,false},
{included_applications,[]},
{log_levels,[{connection,info}]},
{msg_store_file_size_limit,16777216},
{msg_store_index_module,rabbit_msg_store_ets_index},
{queue_index_max_journal_entries,262144},
{sasl_error_logger,{file,"/var/log/rabbitmq/rabbit@localhost-sasl.log"}},
{server_properties,[]},
{ssl_cert_login_from,distinguished_name},
{ssl_listeners,[]},
{ssl_options,[]},
{tcp_listen_options,[binary,
{packet,raw},
{reuseaddr,true},
{backlog,128},
{nodelay,true},
{linger,{true,0}},
{exit_on_close,false}]},
{tcp_listeners,[5672]},
{trace_vhosts,[]},
{vm_memory_high_watermark,0.4}]
Connections:
Channels:
Queues on /zenoss:
Queues on /:
Exchanges on /zenoss:
name type durable auto_delete internal arguments
amq.headers headers true false false []
amq.direct direct true false false []
amq.fanout fanout true false false []
direct true false false []
amq.rabbitmq.trace topic true false false []
amq.match headers true false false []
amq.topic topic true false false []
Exchanges on /:
name type durable auto_delete internal arguments
amq.direct direct true false false []
amq.topic topic true false false []
amq.rabbitmq.trace topic true false false []
amq.rabbitmq.log topic true false false []
amq.fanout fanout true false false []
amq.headers headers true false false []
direct true false false []
amq.match headers true false false []
Bindings on /zenoss:
Bindings on /:
Consumers on /zenoss:
Consumers on /:
Permissions on /zenoss:
Permissions on /:
user configure write read
guest .* .* .*
End of server status report
...done.
[root@alertcaserne ~]#