From 6be0fb0b91029a2665d0984f68c0fdd18aa30633 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 15 Jun 2024 12:06:33 +0000 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fe24e1e..e556493 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,23 @@ Collection of Cisco EIGRP checks --- ### Download -* [cisco_eigrp.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_eigrp/-/raw/master/cisco_eigrp.mkp "Download latest version") +* [Download latest mkp file][PACKAGE] + +**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There might be incompatible changes. --- ### 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_) +You can install the package by uploading it to your CheckMK site and as site user run +``` +mkp install PACKAGENAME-VERSION.mkp +``` +or beginning with CMK2.2.x +``` +mkp add PACKAGENAME-VERSION.mkp +mkp enable PACKAGENAME VERSION +``` +In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) --- ### Want to contribute? @@ -50,10 +58,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut * Routes in the topology table (count) * Outstanding replies expected to queries send (count) ---- -### Sample output +#### Sample output - + --- ### Check Info *cisco_eigrp_interface* @@ -89,10 +96,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut **Note**: Loopbak interfaces will be ommited ---- -### Sample output +#### Sample output - + --- ### Check Info *cisco_eigrp_peers* @@ -110,10 +116,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut * Smooth round trip time (ms) * Retransmission timeout (ms) ---- -### Sample output +#### Sample output - + --- ### Check Info *cisco_eigrp_topology_table* @@ -134,8 +139,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut * Static redistributed routes (count) * Inet address (count) ---- -### Sample output +#### Sample output - + -- GitLab