From 7772c63c542c1dc9e665e64c57235c851132a7d0 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sun, 23 Apr 2023 09:46:47 +0000
Subject: [PATCH] Add new file

---
 checkman/checkpoint_fw_ls | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 checkman/checkpoint_fw_ls

diff --git a/checkman/checkpoint_fw_ls b/checkman/checkpoint_fw_ls
new file mode 100644
index 0000000..29a1f88
--- /dev/null
+++ b/checkman/checkpoint_fw_ls
@@ -0,0 +1,26 @@
+title: Checkpoint Firewalls: Status of Connection to the log server
+agents: snmp
+catalog: hw/network/checkpoint
+license: GPL
+distribution: https://thl-cmk.hopto.org
+description:
+ This check monitors the connection form the firewall to the log server.
+ The service for the log server connection will be in the state {CRIT} if there
+ is an connection error or the connection state changes (for example form connected
+ to disconnected). The overall state changes to {WARN}/{CRIT} if the gateway
+ reports an overall state of error or warning. For "Local Logging" the over all
+ service changes to {WARN} if the gateway reports "local logging configured" or
+ "local logging due to high rate". If the Gateway reports "Logging local due to
+ connectivity" the overall state changes to {CRIT}.
+
+ This check was tested with Check Point R77.10/R77.20/R77.30 and R80.10.
+
+ Note: the perfdata may not be available on R77.x
+
+inventory:
+ The inventory creates one service for each log server and one service for the
+ over all log server connection status.
+
+item:
+ The item will be created from the IP address of the log server(s). For the over
+ all service the item is static "over all".
-- 
GitLab