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.76 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# Log exporter agent plugin
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
This is a agent plugin to monitor the statrus of the Check Point log exporter (`cp_log_export`).
thl-cmk's avatar
thl-cmk committed


---
### Download
thl-cmk's avatar
thl-cmk committed
* [checkpoint_log_exporter.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/check-point/management/checkpoint_log_exporter/-/raw/master/checkpoint_log_exporter.mkp "Download the MKP file")
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 checkpoint_log_exporter.mkp`.
thl-cmk's avatar
thl-cmk committed


In the Enterprise/Free 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 **_Log exporter_** with the **_name of the log exporter_** as item.
thl-cmk's avatar
thl-cmk committed

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

| State | condition | WATO | 
| ------ | ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| WARN | if the exporter is not running | yes |
| WARN/CRIT | if the exporter is running, but has not read the log for 60/120 seconds | 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 log exporter  |
thl-cmk's avatar
thl-cmk committed

| Option | Defailt value |
| ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| Maximum seconds not read | 60/120 seconds |
| State not running | WARN |
thl-cmk's avatar
thl-cmk committed

</details> 

<details><summary>Discovery rule</summary>

thl-cmk's avatar
thl-cmk committed
There is no discovery rule.
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")