Re: Checkpoint Firewall rulebase - logs
"Mordechai T. Abzug" <[email protected]>
| Newsgroups | gmane.comp.sysutils.loganalysis |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 04, 2007 at 09:45:54PM -0700, Tina Bird wrote: > fw.log will also contain records of some system alerts and other > significant events. One trick I've done with FW-1 is a boot script that contains something like this at its core: fw log -ft | logger $LOGGER_OPTIONS & . . . which means that you get your FW-1 stuff handled by your syslog infrastructure instead of needing custom FW-1 handlers. - Morty