- Products
- Learn
- Local User Groups
- Partners
- More
CheckMates Fifth Birthday
Celebrate with Us!
days
hours
minutes
seconds
Join the CHECKMATES Everywhere Competition
Submit your picture to win!
Check Point Proactive support
Free trial available for 90 Days!
As YOU DESERVE THE BEST SECURITY
Upgrade to our latest GA Jumbo
The 2022 MITRE Engenuity ATT&CK®
Evaluations Results Are In!
Now Available: SmartAwareness Security Training
Training Built to Educate and Engage
MITRE ATT&CK
Inside Check Point products!
CheckFlix!
All Videos In One Space
Check Point just released v5.8 of it's Gaia HealthCheck Script.
Whats new:
There is a small cosmetic error with PXL check as fwaccel stats -s returns two lines if you grep for PXL
you will need to change line
pxl_percent=$(echo "$fwaccel_stats_s" | grep PXL | awk -F\( '{print $2}' | awk -F\% '{print $1}')
to
pxl_percent=$(echo "$fwaccel_stats_s" | grep "PXL pkts" | awk -F\( '{print $2}' | awk -F\% '{print $1}')
Sorry Mate, they didn't include your improvement in v5.11
Rosemarie Rodriguez (couldn't find Nathan here)
One more thing for VSX. Current script will execute "firewall" type checks (acceleration, clustering etc) against virtual switches and routers. I would suggest to exclude them as those are irrelevant.
So replace VS list generation from this line
#Create list of all VSs except 0
vs_list=$(vsx stat -l 2> /dev/null | grep VSID | awk '{print $2}'| grep -v -w 0)
to this instead
#Create list of all VSs except 0
vs_list=$(vsx stat -v | grep " | S " | awk '{print $1}')
About CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY