Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
README.md 1.75 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# Check Point Log server [(Download the MKP package)](/../../../-/raw/master/checkpoint_log_server.mkp "Download MKP package")
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**

thl-cmk's avatar
thl-cmk committed
Collection of Check Point Log server checks
* *checkpoint_fw_ls*: monitors the status of the log server on the gateway side
* *checkpoint_fwm_ls*: monitors the status of the log server on the management side

## Check Info *checkpoint_fw_ls*:

* *service*: this service will cerate on service for each log server the gateway is connected to and the service *FW Log server over all*
* *state*:

    **critical**
    * if *fwLocalLoggingStat* is *2*, *Logging local due to connectivity*
    * if *fwlsconnoverall* is *2*
    
    **warning**
    * if *fwLocalLoggingStat* is *1* or *3*, *Logging local configured*, *Logging local due to high rate*
    * if *fwlsconnoverall* is *1*
thl-cmk's avatar
thl-cmk committed
* *wato*: 
    * default connection status
    * defualt monitoring state if expected connecton status differs from actual connection status
thl-cmk's avatar
thl-cmk committed
* *perfdata*:
    * Local Logging Writing Rate
    * Logging Handling Rate
thl-cmk's avatar
thl-cmk committed
    * Sending Rate

thl-cmk's avatar
thl-cmk committed

Sample output from gateway

![sample output](/doc/sample-gw.png?raw=true "sample [SHORT TITLE]")

thl-cmk's avatar
thl-cmk committed
## Check Info *checkpoint_fwm_ls*:
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
* *service*: creates the service FWM Log Server
thl-cmk's avatar
thl-cmk committed
* *state*:

    **critical**
    * if *lsstatcode* is not *0*, errordescription from *lsstatlongdescr*
    * if *lsfwmisalive* is not *1*, service not alive
* *wato*: you can configure to ignore *lsfwmisalive* on R80.x systems
* *perfdata*:
    * Updates and logs index rate
    * Updates and logs peak index rate
    * Logs read rate
    * Logs read peak rate

Sample output from management

![sample output](/doc/sample-mgmt.png?raw=true "sample [SHORT TITLE]")