Check Point released v7.14 of it's Gaia Health Check Script
Also available as SmartConsole Extension!
Script author: @Nathan_Davieau (LinkedIn profile)
QA Director: @Barak_Ran (LinkedIn profile)
What's new:
- R81 JHF support added
- VS condition fix
What's missing:
- RAID checks for all Check Point Appliance types (not just Smart-1 appliances)
- improved handling of Secondary Management-HA servers (currently shows a warning for API Management status)
- many checks listed in Check Points Professional Service health check (sample report)
- USFW best practices checks as described in sk167052
- checks from Check Points performance investigation procedure (sk167553)
Known issues:
- ClusterXL failover check relies on "show routed cluster-state detailed" and greps for "Cluster State Change History". Due to changed output of this command in recent R80.x versions this check should be revised (Recommendation: cphaprob show_failover as used in ccc)
Download
Package |
Link |
Date |
healthcheck.sh script v7.14 |
|
17December2020 |
Installation
nc -z -w 3 supportcenter.checkpoint.com 443; if [[ $? -eq 0 ]]; then curl_cli -o healthcheck.tmp -f -s -k "https://supportcenter.checkpoint.com/supportcenter/portal/role/supportcenterUser/page/default.psml/media-type/html?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=59369"; l=`grep "HashKey" healthcheck.tmp | head -n1 | awk '{print $3}' | sed 's/href="//' | sed 's/">//'`; s=`echo $l | awk -F/ '{print $6}'`; curl_cli -o healthcheck.sh -f -s -k $l; if [[ `md5sum healthcheck.sh | cut -d " " -f1` == $s ]]; then chmod +x healthcheck.sh; ls -la healthcheck.sh; else echo "MD5 hash mismatch of Gaia healthcheck script. Aborting."; rm healthcheck.sh; fi; rm -f healthcheck.tmp; else echo "No HTTPS access to supportcenter.checkpoint.com for script download -> see sk83520"; fi
Script CLI Output - Management
Category |
Title |
Result |
System |
Uptime |
OK |
OS Edition |
OK |
NTP |
NTP Daemon |
OK |
Disk Space |
Free Disk Space |
OK |
Memory |
Physical Memory |
OK |
Swap Memory |
OK |
CPU |
CPU idle% |
OK |
CPU user% |
OK |
CPU system% |
OK |
CPU wait% |
OK |
CPU interrupt% |
OK |