<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>You could use something like Nagios to monitor the suri process
      and start a new one if its not running.</p>
    <p>You could also have a cron job that runs every minute that does
      something like this:</p>
    <p>
      <blockquote type="cite">if [[ ! $(pgrep Suricata-Main) ]]; then
        /usr/local/sbin/warm_boot.sh; fi</blockquote>
    </p>
    <p>This just checks if Suricata-Main is running, if not it will
      launch the exec wrapper. <br>
    </p>
    <p>-Coop<br>
    </p>
    On 11/19/2018 8:26 PM, kavi perumal wrote:<br>
    <blockquote type="cite"
cite="mid:CAC4AxKkDPR3Nb_U3JgFBfZiJ5AzPMXwRaCFsx9L=NyzovXKgXw@mail.gmail.com">
      <div>Thanks for comments. </div>
      <div>
        <h3 class="gmail-iw"
style="overflow:hidden;white-space:nowrap;max-width:92%;font-size:0.75rem;font-weight:inherit;margin:inherit;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;letter-spacing:0.3px;color:rgb(95,99,104);line-height:20px"><span
            class="gmail-qu" tabindex="-1" style="outline:none"><span
              name="Nelson, Cooper" class="gmail-gD"
style="color:rgb(32,33,36);font-size:0.875rem;font-weight:bold;display:inline;vertical-align:top;letter-spacing:0.2px;line-height:20px">Nelson,
              Cooper, </span></span>Michał Purzyński, Actually my
          requirement is to allow all traffic incase suricata is down. i
          don't want to drop packets.</h3>
      </div>
      <div>@Nelson, Cooper: is there any configuration to configure
        suricata to restart by itself incase of failure with in a
        specific time?<br>
      </div>
      <div><br>
      </div>
      <div>Regards</div>
      <div>-Kavi Perumal G.</div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Cooper Nelson
Network Security Analyst
UCSD ITS Security Team
<a class="moz-txt-link-abbreviated" href="mailto:cnelson@ucsd.edu">cnelson@ucsd.edu</a> x41042</pre>
  </body>
</html>