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 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# VSX Status
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
Monitors status of Check Point VSX systems
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
 **Note**: this check supersedes _checkpoint_vsx_, _checkpoint_vsx_connections_, _checkpoint_vsx_traffic_, _checkpoint_vsx_packets_ and _checkpoint_vsx_status_

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

* *service*: this check will create one service per VSX virtual system on the VSX host
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
* *state*:\
  **critical**
  * if vsxStatusHAState is not 'active' or 'standby'
  * if vsxStatusSicTrustState if not 'trust established'
  * if vsxStatusVsPolicyType if not 'active'

  **warning**
  * if vsxStatusPolicyName is changed from the inventory value -> different policy name
  * if vsxStatusHAState is changed from the inventory value  -> cluster state change
thl-cmk's avatar
thl-cmk committed

  **warning**/**critical**
  * if number of active connections outside configured levels
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
* *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see WATO options")
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
* *perfdata*: 
    * connections (count)
    * connections peak (count)
    * packets processed/s
    * packets dropped/s
    * packets accepted/s
    * packets rejected/s
    * bytes accepted/s
    * bytes dropped/s
    * bytes rejected/s
thl-cmk's avatar
thl-cmk committed
    * loggs send/s
thl-cmk's avatar
thl-cmk committed

---
### Download

* [checkpoint_vsx_system.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/gateway/checkpoint_vsx_system/-/raw/master/checkpoint_vsx_system.mkp "Download latest version")

---                   
### Installation

You can install the package by uploading it to your CheckMK site and as site user run `mkp install checkpoint_vsx_system.mkp`.


In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)

thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed
### Want to contribute?

thl-cmk's avatar
thl-cmk committed
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
thl-cmk's avatar
thl-cmk committed

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

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

thl-cmk's avatar
thl-cmk committed
WATO options (check)

![WATO options](/doc/wato.png?raw=true "WATO options")

WATO options (dicovery)

thl-cmk's avatar
thl-cmk committed
![WATO options (discovery)](/doc/wato-discovery.png?raw=true "WATO options (discovery)")