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.9 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# Check Point HA Status
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
This check monitors the HA status of a Check Point firewall.
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
This is a rewrite of the build in  checkpoint_ha_status check for CMK 2.x. It adds wato options to configure the expected HA status.
thl-cmk's avatar
thl-cmk committed

---
### Download

thl-cmk's avatar
thl-cmk committed
* [checkpoint_ha_status.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/gateway/checkpoint_ha_status/-/raw/master/checkpoint_ha_status.mkp "Download latest version")
thl-cmk's avatar
thl-cmk committed
                        
---
### Installation

You can install the package by uploading it to your CheckMK site and as site user run 
```
thl-cmk's avatar
thl-cmk committed
mkp install checkpoint_ha_status.mkp
mkp enable checkpoint_ha_status VERSION
thl-cmk's avatar
thl-cmk committed
```

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

---
### Want to Contribute?

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

---
### Check Info

thl-cmk's avatar
thl-cmk committed
The plugin creates the service **_HA Status_**
thl-cmk's avatar
thl-cmk committed

<details><summary>Montoring states</summary>

| State | condition | WATO | 
| ------ | ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| CRIT | HA not installed | yes |
| WARN | not expected state | yes |
| CRIT | not started | yes |
| CRIT | Bloking not OK | yes |
| CRIT | Problem | yes |
thl-cmk's avatar
thl-cmk committed

</details>

<details><summary>Perfdata</summary>

thl-cmk's avatar
thl-cmk committed
There are no perfdata
thl-cmk's avatar
thl-cmk committed

</details>

---
### WATO
<details><summary>Service monitoring rule</summary>

| Section | Rule name |
| ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| Networking | Check Point HA Status  |
thl-cmk's avatar
thl-cmk committed

| Option | Defailt value |
| ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| State not installed | CRIT|
| Select the expected HA state | Active |
| State on not expected HA State | WARN |
| State not started | CRIT |
| State blocking not OK | CRIT |
| State on problem | CRIT |
thl-cmk's avatar
thl-cmk committed

</details> 

---
### Sample Output

Sample output

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

Sample output details

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