From aba34beac7c4ae9db84215d1f2cb6e1903f9a5b9 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 7 Jun 2023 16:23:32 +0000 Subject: [PATCH] Update README.md --- README.md | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7582dca..221eec0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Cisco EIGRP [(Download the MKP package)](/../../../-/raw/master/cisco_eigrp.mkp "Download MKP package") - -**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.** +# Cisco EIGRP Collection of Cisco EIGRP checks * *cisco_eigrp_as_info*: monitors the EIGRP AS status @@ -8,7 +6,26 @@ Collection of Cisco EIGRP checks * *cisco_eigrp_peers*: monitors EIGRP peers (IPv4 only) * *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 * *state*: **critical** if the EIGRP AS is not found @@ -32,11 +49,13 @@ Collection of Cisco EIGRP checks * Routes in the topology table (count) * Outstanding replies expected to queries send (count) -Sample output +--- +### Sample output  -## 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) @@ -69,11 +88,13 @@ Sample output **Note**: Loopbak interfaces will be ommited -Sample output +--- +### Sample output  -## 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) * *state*:\ @@ -88,11 +109,13 @@ Sample output * Smooth round trip time (ms) * Retransmission timeout (ms) -Sample output +--- +### Sample output  -## 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 * *state*:\ @@ -110,7 +133,8 @@ Sample output * Static redistributed routes (count) * Inet address (count) -Sample output +--- +### Sample output  -- GitLab