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 2.12 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
[PACKAGE]: ../../raw/master/mkp/checkpoint_ipsecvpn-0.1.0-20230529.mkp "checkpoint_ipsecvpn-0.1.0-20230529.mkp"
thl-cmk's avatar
thl-cmk committed
# Check Point IPSec VPN

Monitors the overall status of Check Point IPSec VPN service

thl-cmk's avatar
thl-cmk committed
### Check Info
thl-cmk's avatar
thl-cmk committed

* *service*: this cervice will create the service *IPSec VPN*
* *state*: this check is allways **ok**
* *wato*: none
thl-cmk's avatar
thl-cmk committed
* *perfdata*:
thl-cmk's avatar
thl-cmk committed
    * Current ESP SAs in/out
    * Packets/s in/out
    * IKE errors/s, in/out errors/s, policy errors/s
    * Authentication errors/s
    * SA encryption errors/s
    * SA other in errors/s
    * SA other out errors/s
    * SA policy errors/s
    * SA replay errors/s
    * SA unknown SPI errors/s
    * bytes after compression/s
    * bytes before compression/s
    * compression errors/s
    * packes compressed/s
    * compression overhead/s
    * bytes after decompression/s
    * bytes before decompression/s
    * decompression errors/s
    * decompression overhead/s
    * packets decompressed/s
    * ESP decapsulated bytes/s
    * ESP encapsulated bytes/s
    * ESP decapsulated packets/s
    * ESP encapsulated packets/s
    * bytes noncompressible/s
    * packets noncompressible/s
    * ESP UDP decapsulated packets/s
    * ESP UDP encapsulated packets/s
    * Current IKE SAs
    * Current IKE SAs init
    * Current IKE SAs response
    * Total IKE failures init
    * IKE no respnse
    * Total IKE failures reponse

thl-cmk's avatar
thl-cmk committed
---
### Download

thl-cmk's avatar
thl-cmk committed
* [Download latest mkp file][PACKAGE]

**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There might be incompatible changes.
thl-cmk's avatar
thl-cmk committed

---                   
### Installation

thl-cmk's avatar
thl-cmk committed
You can install the package by uploading it to your CheckMK site and as site user run 
```
mkp install PACKAGENAME-VERSION.mkp
```
or beginning with CMK2.2.x
```
mkp add PACKAGENAME-VERSION.mkp
mkp enable PACKAGENAME VERSION
```
In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
thl-cmk's avatar
thl-cmk committed

---
### Want to contribute?

Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")

---
### Sample output
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
![sample output](img/sample.png?raw=true "sample [SHORT TITLE]")
thl-cmk's avatar
thl-cmk committed