<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks Marek,<div><br></div><div>I tried to run it, and while the plugin itself restarts, it's still not working (it doesn't show any statistics).</div><div>I think it's related to 'statistics_db_node' -- i'm getting following as part of /api/overview response:</div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">"statistics_db_node":"not_running"</pre></span><div>Is there a way to restart 'statistics_db_node'?</div></div><div><br></div><div>Thanks,</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>/stask</div></div></span></span>
</div>
<br><div><div>On Jan 20, 2011, at 12:42 PM, Marek Majkowski wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Thu, Jan 20, 2011 at 06:16, Stas Krichevsky &lt;<a href="mailto:stask312@gmail.com">stask312@gmail.com</a>&gt; wrote:<br><blockquote type="cite">Management plugin stopped working recently on our production system (CentOS<br></blockquote><blockquote type="cite">5.5, Erlang R14B, RabbitMQ 2.2.0).<br></blockquote><blockquote type="cite">Is there a way to restart just the plugin without restarting the whole<br></blockquote><blockquote type="cite">server?<br></blockquote><br>Good question. I'm not an expert, but this worked for me:<br>application:loaded_applications().<br>application:stop(rabbit_management).<br>application:stop(webmachine).<br>application:stop(rabbit_mochiweb).<br>application:stop(mochiweb).<br><br>application:start(rabbit_mochiweb).<br>application:start(webmachine).<br>application:start(rabbit_management).<br><br>But beware it can probably make things even worse.<br><br>Chers,<br> &nbsp;Marek<br></div></blockquote></div><br></div></body></html>