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 aba34bea authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent a1899b02
No related branches found
No related tags found
No related merge requests found
# Cisco EIGRP [(Download the MKP package)](/../../../-/raw/master/cisco_eigrp.mkp "Download MKP package") # Cisco EIGRP
**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
Collection of Cisco EIGRP checks Collection of Cisco EIGRP checks
* *cisco_eigrp_as_info*: monitors the EIGRP AS status * *cisco_eigrp_as_info*: monitors the EIGRP AS status
...@@ -8,7 +6,26 @@ Collection of Cisco EIGRP checks ...@@ -8,7 +6,26 @@ Collection of Cisco EIGRP checks
* *cisco_eigrp_peers*: monitors EIGRP peers (IPv4 only) * *cisco_eigrp_peers*: monitors EIGRP peers (IPv4 only)
* *cisco_eigrp_topology_table*: monitors the EIGRP topology table * *cisco_eigrp_topology_table*: monitors the EIGRP topology table
## Check Info *cisco_eigrp_as_info*: ---
### Download
* [cisco_eigrp.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_eigrp/-/raw/master/cisco_eigrp.mkp "Download latest version")
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install cisco_eigrp.mkp`.
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 *cisco_eigrp_as_info*
* *service*: this check creates one service per EIGRP AS and address family * *service*: this check creates one service per EIGRP AS and address family
* *state*: **critical** if the EIGRP AS is not found * *state*: **critical** if the EIGRP AS is not found
...@@ -32,11 +49,13 @@ Collection of Cisco EIGRP checks ...@@ -32,11 +49,13 @@ Collection of Cisco EIGRP checks
* Routes in the topology table (count) * Routes in the topology table (count)
* Outstanding replies expected to queries send (count) * Outstanding replies expected to queries send (count)
Sample output ---
### Sample output
![sample output](/doc/sample_as_info.png?raw=true "sample [SHORT TITLE]") ![sample output](/doc/sample_as_info.png?raw=true "sample [SHORT TITLE]")
## Check Info *cisco_eigrp_interface*: ---
### Check Info *cisco_eigrp_interface*
**Note**: the item name has been chaged to short interface names (Gigabitethernet0/0/0 bocomes Gi0/0/0) **Note**: the item name has been chaged to short interface names (Gigabitethernet0/0/0 bocomes Gi0/0/0)
...@@ -69,11 +88,13 @@ Sample output ...@@ -69,11 +88,13 @@ Sample output
**Note**: Loopbak interfaces will be ommited **Note**: Loopbak interfaces will be ommited
Sample output ---
### Sample output
![sample output](/doc/sample_interface.png?raw=true "sample [SHORT TITLE]") ![sample output](/doc/sample_interface.png?raw=true "sample [SHORT TITLE]")
## Check Info *cisco_eigrp_peers*: ---
### Check Info *cisco_eigrp_peers*
* *service*: this check creates on service per EOGRP peer interface, EIGRP AS and VRF (IPv4 and IPv6) * *service*: this check creates on service per EOGRP peer interface, EIGRP AS and VRF (IPv4 and IPv6)
* *state*:\ * *state*:\
...@@ -88,11 +109,13 @@ Sample output ...@@ -88,11 +109,13 @@ Sample output
* Smooth round trip time (ms) * Smooth round trip time (ms)
* Retransmission timeout (ms) * Retransmission timeout (ms)
Sample output ---
### Sample output
![sample output](/doc/sample_peers.png?raw=true "sample [SHORT TITLE]") ![sample output](/doc/sample_peers.png?raw=true "sample [SHORT TITLE]")
## Check Info *cisco_eigrp_topology_table*: ---
### Check Info *cisco_eigrp_topology_table*
* *service*: this check creates on service per EIGRP AS, address family and VRF * *service*: this check creates on service per EIGRP AS, address family and VRF
* *state*:\ * *state*:\
...@@ -110,7 +133,8 @@ Sample output ...@@ -110,7 +133,8 @@ Sample output
* Static redistributed routes (count) * Static redistributed routes (count)
* Inet address (count) * Inet address (count)
Sample output ---
### Sample output
![sample output](/doc/sample_topo_table.png?raw=true "sample [SHORT TITLE]") ![sample output](/doc/sample_topo_table.png?raw=true "sample [SHORT TITLE]")
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