In erlang/OTP how do I start appmon to monitor an existing node? -


I have an ongoing erlang application, it has started with the command line

  Erl -boot start_sasl -config config / cfg_qa -detached -name peasy -cookie peasy -pa ./ebin -pa ./ebin/mochiweb-s peasy start  

If I have a new node Let's start and run apon: start (), 'pessie node' will not appear, even if using the same cookie happens with webtotal: start ()

Anyone?

found. / P>

Always talk to each other to have two nodes, with ARL, you have to ping:

  1> Net_adm: ping (other_node_you_want_to_monitor). Pong 2 & gt; Appmon: start (). {OK, & lt; 0.48.0 & gt;}  

and you can go :)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -