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
Snippets Groups Projects
Commit c63b9607 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent ecc95d24
No related branches found
No related tags found
No related merge requests found
# Cisco IPSec VPN tunnel # Cisco IPSec VPN tunnel [(Download the MKP package)](/../../../-/raw/master/cisco_vpn_tunnel.mkp "Download MKP package")
Monitors the status of Cisco IPSec VPN tunnels. Tis is a complete rewrite of the original check **Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
Monitors the status of Cisco IPSec VPN tunnels. This is a complete rewrite of the original check
Check Info: Check Info:
* *service*: this check creates on service vor eah IPSec VPN tunnel * *service*: this check creates on service vor each IPSec VPN tunnel
* *state*: * *state*:
* **warning** if VPN tunnel has no IPSec infromation (missing phase 2)) * **warning** if VPN tunnel has no IPSec infromation (missing phase 2))
* **unkown** if VPN tunnel missing * **unkown** if VPN tunnel missing
* *wato*: ---
* you can configure the state for missing VPN tunnels and for missing IPSec information. This states can be configured globaly or per tunnel. * *wato*: [(see WATO options)](/../../../-/raw/master//doc/wato.png "see sample screenshot")
* you can configure an tunnel alias * for the check discovery you can enable to add aggressive mode VPN tunnels. They are mostly remote access connections.
---
* *perfdata*:\ * *perfdata*:\
**IKE counter** **IKE counter**
* IKE active time (s) * IKE active time (s)
...@@ -20,16 +23,6 @@ Check Info: ...@@ -20,16 +23,6 @@ Check Info:
* IKE packets out (/s) * IKE packets out (/s)
* IKE packets dropped in (/s) * IKE packets dropped in (/s)
* IKE packets dropped out (/s) * IKE packets dropped out (/s)
* IKE in notifies (count)
* IKE out notifies (count)
* IKE in phase 2 exchanges (count)
* IKE out phase 2 exchanges (count)
* IKE in phase 2 exchanges invalid (count)
* IKE out phase 2 exchanges invalid (count)
* IKE in phase 2 exchanges rejected (count)
* IKE out phase 2 exchanges rejected (count)
* IKE in phase 2 SA delete requests (count)
* IKE out phase 2 SA delete requests (count)
**IPSec counter** **IPSec counter**
* IPSec active time (s) * IPSec active time (s)
...@@ -39,18 +32,12 @@ Check Info: ...@@ -39,18 +32,12 @@ Check Info:
* IPSec packets out (/s) * IPSec packets out (/s)
* IPSec packets dropped in (/s) * IPSec packets dropped in (/s)
* IPSec packets dropped out (/s) * IPSec packets dropped out (/s)
* IPSec in decompressed octets (/s)
* IPSec out compressed octets (/s)
* IPSec in authentication\'s (count)
* IPSec out authentication\'s (count)
* IPSec in authentication\'s failed (count)
* IPSec out authentication\'s failed (count)
* IPSec in decryption\'s (count)
* IPSec out encryption\'s (count)
* IPSec in decryption\'s failed (count)
* IPSec out encryption\'s failed (count)
* IPSec in replay packets dropped (count)
Sample output Sample output
![sample output](/doc/sample.png?raw=true "sample [SHORT TITLE]") ![sample output](/doc/sample.png?raw=true "sample output")
WATO options
![WATO options](/doc/wato.png?raw=true "WATO options")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment