<div dir="ltr">Thanks for your  suggestions  <div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><b>Tahir Almas</b><br><br>Managing Partner<br>ICT Innovations<br><a href="http://www.ictinnovations.com" target="_blank">http://www.ictinnovations.com</a></div><div class="gmail_signature"><div><div class="gmail_signature"><a href="http://www.ictbroadcast.com">http://www.ictbroadcast.com</a></div></div><div><br></div><div>On Mon, Feb 27, 2017 at 6:38 AM, Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span> wrote:<br></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Mon, Feb 27, 2017 at 06:00:30PM +0500, Tahir Almas wrote:<br>
> Sorry  ,  I  forget  it  for another monitoring tool  monit  that we have<br>
> used  in  our production systems  to restart  asterisk  in case of asterisk<br>
> crash or  halt.<br>
<br>
</span>[snip]<br>
<br>
Some notes regarding the asterisk monit configuration:<br>
<br>
> check process asterisk with pidfile /var/run/asterisk/asterisk.pid<br>
>     group asterisk<br>
>     start program = "/bin/bash -c 'ulimit -n 16386 && /etc/init.d/asterisk start'"<br>
<br>
If you use systemd, this ulimit will have no effect: when you restart a<br>
service, it is restarted from a separate systemd context (cgroup) and<br>
not directly under your own.<br>
<br>
It would generalyl be a good idea not to embed such settings in your<br>
scripts and rather put them in a proper configuration file. What happens<br>
in you happen to run '/etc/init.d/asterisk restart'? It seems that all's<br>
well, until you're suddenly out of file descriptors.<br>
<br>
>     stop program = "/etc/init.d/asterisk stop"<br>
>     if does not exist for 2 cycles then restart<br>
>     if failed port 5060 type udp protocol SIP<br>
>         and target "<a href="mailto:011@127.0.0.1">011@127.0.0.1</a>" maxforward 10<br>
>         for 2 cycles then restart<br>
>     if failed host 127.0.0.1 port 5038 with timeout 15 seconds for 2 cycles then restart<br>
>     if 5 restarts within 5 cycles then timeout<br>
<br>
Nice.<br>
<br>
Also: what happens when you run 'core stop now' from within asterisk?<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="http://www.xorcom.com" rel="noreferrer" target="_blank">http://www.xorcom.com</a><br>
<br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</div></div></blockquote></div><br></div></div>