<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Notification when firewall stops logging to management station (R65+) in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47257#M87360</link>
    <description>&lt;P&gt;Thanks Timothy.&lt;/P&gt;&lt;P&gt;When I run that command I receive the following message:&lt;/P&gt;&lt;P&gt;Invalid flavour 'log_server' for product 'mg'. Use 'cpstat' without any arguments to see supported products and flavours.&lt;/P&gt;</description>
    <pubDate>Sun, 17 Mar 2019 12:43:13 GMT</pubDate>
    <dc:creator>J_Saun</dc:creator>
    <dc:date>2019-03-17T12:43:13Z</dc:date>
    <item>
      <title>Notification when firewall stops logging to management station (R65+)</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/46927#M87357</link>
      <description>&lt;P&gt;We have a mix of R65 and R77 firewalls that are supposed to log to the management station. We continuously have issues where the firewall stops logging to the mgmt station (and starts logging to itself). Our only fix is to modify the fw object in dashboard, swap out the log server with a dummy, save/push, and the repeat these steps but putting the original log server (the mgmt station) back as the fw objects log server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't been able to find a permanent fix for this issue so I am looking to get a notification when this happens via email or some other mechanism. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 12:47:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/46927#M87357</guid>
      <dc:creator>J_Saun</dc:creator>
      <dc:date>2019-03-14T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Notification when firewall stops logging to management station (R65+)</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47089#M87358</link>
      <description>Have you engaged with the TAC on any of these issues? Of course R65 is End of Support so no fixes coming there, same with anything prior to R77.30…</description>
      <pubDate>Fri, 15 Mar 2019 16:23:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47089#M87358</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-15T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Notification when firewall stops logging to management station (R65+)</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47095#M87359</link>
      <description>&lt;P&gt;On your management server run &lt;STRONG&gt;cpstat -f log_server mg&lt;/STRONG&gt; which will show all connected gateways, when the logging connections were first established and the receive rate.&amp;nbsp; Shouldn't be too hard to script something that runs this command every so often and alerts you if a gateway is not shown.&lt;/P&gt;
&lt;P&gt;In regards to those older gateways no longer sending logs, the easiest way to rectify is killing the fwd daemon on the problematic gateway and letting it respawn.&amp;nbsp; Assuming there are not problems with the log reception mechanism on the SMS I've found this will fix most logging problems, especially on pre-R77 gateways.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 16:38:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47095#M87359</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-03-15T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Notification when firewall stops logging to management station (R65+)</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47257#M87360</link>
      <description>&lt;P&gt;Thanks Timothy.&lt;/P&gt;&lt;P&gt;When I run that command I receive the following message:&lt;/P&gt;&lt;P&gt;Invalid flavour 'log_server' for product 'mg'. Use 'cpstat' without any arguments to see supported products and flavours.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 12:43:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47257#M87360</guid>
      <dc:creator>J_Saun</dc:creator>
      <dc:date>2019-03-17T12:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Notification when firewall stops logging to management station (R65+)</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47270#M87361</link>
      <description>&lt;P&gt;Looks like that option to cpstat was added in R80+ and doesn't exist prior to that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On older SMS's just do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;netstat -an | grep ESTABLISHED | grep ":257"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 15:34:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Notification-when-firewall-stops-logging-to-management-station/m-p/47270#M87361</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-03-17T15:34:49Z</dc:date>
    </item>
  </channel>
</rss>

