<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Sep 15, 2013 at 9:44 AM, Lee Sylvester <span dir="ltr"><<a href="mailto:lee.sylvester@gmail.com" target="_blank">lee.sylvester@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hey guys,<br>
<br>
So, I want to monitor my Erlang apps.  Currently, I'm using Monit to monitor my other (non-Erlang) apps.  Can I hook Monit up to monitor my Erlang apps, too?  If so, what is the best to get the PID of the running Erlang app, so I can monitor it?  I've tried to do this with a service script, but querying $! reveals nothing and there are just too many apps supporting my Erlang app to keep track of.  If Monit is NOT the best option, then what is?<br>
</blockquote><div><br></div><div>Perhaps you can write the output of os:getpid() somewhere for your monitoring tool to find it?</div><div><br></div><div><a href="http://erlang.org/doc/man/os.html#getpid-0">http://erlang.org/doc/man/os.html#getpid-0</a></div>
<div><br></div><div>--steve </div></div></div></div>