From da83a684d9b1b5b921cc8079fcee75ac935d7b7c Mon Sep 17 00:00:00 2001 From: yuriskinfo Date: Wed, 15 Dec 2021 18:14:55 +0200 Subject: [PATCH] additions, corrections, etc. --- ...cpstat-complete-reference-cheat-sheet.adoc | 38 +++++++++++++++++++ Linux-ip-route-reference-by-examples.adoc | 2 + 2 files changed, 40 insertions(+) diff --git a/Checkpoint-cpstat-complete-reference-cheat-sheet.adoc b/Checkpoint-cpstat-complete-reference-cheat-sheet.adoc index 0a44570..e9ba9bb 100755 --- a/Checkpoint-cpstat-complete-reference-cheat-sheet.adoc +++ b/Checkpoint-cpstat-complete-reference-cheat-sheet.adoc @@ -105,6 +105,44 @@ status: Work in Progress. |=== +== cpsemd - logging into the SmartEvent GUI +[cols=2, options="header"] +|=== +|Flavor +|Description + +|*default* +| Status and stats of `cpsemd` service, responsible for logging into the SmartEvent GUI: Process Status, number of New events handled/Updates handled, Current database size, Database capacity, Events in database, Available database disk space, Is database full, Total database disk space. + +|=== + +== vsec - cloud Controller +[cols=2,options="header"] +|=== + +|Flavor +|Description + +|*default* +|Status of vSEC Controller (Check Point firewall for virtualized environments like VMware ESXi, Microsoft Hyper-V and KVM): vSEC Controller Status (on/off), Number of disconnected Data Centers, Number of Data Centers, Number of imported Data Center objects, Number of gateways enforcing Data Center objects, for each Data Center: Controller, Type, Status, Imported Objects, Controller Updates. For Gateways Enforcing Data Center objects: Name, IP, Version, Update status. + +|=== + + +== cpsead - Correlation Unit +[cols=2, options="header"] +|=== + +|Flavor +|Description + +|*default* +|Stats of `cpsead` daemon responsible for Correlation Unit functionality: Process is alive, Connected to SEM, Logs Processed, No Free Disk Space. + +|=== + + + == thresholds - Alert Thresholds NOTE: Thresholds and their actions are configured via `threshold_config` CLI tool. The tresholds are saved (by default) to `$FWDIR/conf/thresholds.conf`. diff --git a/Linux-ip-route-reference-by-examples.adoc b/Linux-ip-route-reference-by-examples.adoc index 41cef80..a7be5e7 100644 --- a/Linux-ip-route-reference-by-examples.adoc +++ b/Linux-ip-route-reference-by-examples.adoc @@ -62,6 +62,8 @@ Yuri Slobodyanyuk, https://www.linkedin.com/in/yurislobodyanyuk/ Show the routing table for IPv6 only. + Show the routing table for IPv4 only. +|*ip route show table all* +|Show ALL routing tables of the server, helpful when there is Policy Based Routing (PBR) in place. |*ip route add default via 10.10.10.1* + *ip route add default dev ens36* +