Hi All,
Just a quick one, is there any general command to stop debugs running on firewall gateway as when in a large scale environment multiple team is managing or operating checkpoint firewalls its highly possible that someone started debug and then forget to turn it off.
I know below which we can put in crontab which will run every hour to check and turn off debug if its already running and missed to turn it off to avoid high CPU and performance issue on gateway.
fw ctl debug 0
fwaccel dbg resetall
crontab -e
0 * * * * /var/log/debug_stop_script.sh