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

Update README.md

parent 95a4407c
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,23 @@ Collection of Cisco EIGRP checks ...@@ -10,15 +10,23 @@ Collection of Cisco EIGRP checks
--- ---
### Download ### 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 ### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install cisco_eigrp.mkp`. You can install the package by uploading it to your CheckMK site and as site user run
```
mkp install PACKAGENAME-VERSION.mkp
In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) ```
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? ### Want to contribute?
...@@ -50,10 +58,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -50,10 +58,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
* 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](img/sample_as_info.png?raw=true "sample [SHORT TITLE]")
--- ---
### Check Info *cisco_eigrp_interface* ### Check Info *cisco_eigrp_interface*
...@@ -89,10 +96,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -89,10 +96,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
**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](img/sample_interface.png?raw=true "sample [SHORT TITLE]")
--- ---
### Check Info *cisco_eigrp_peers* ### Check Info *cisco_eigrp_peers*
...@@ -110,10 +116,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -110,10 +116,9 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
* 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](img/sample_peers.png?raw=true "sample [SHORT TITLE]")
--- ---
### Check Info *cisco_eigrp_topology_table* ### Check Info *cisco_eigrp_topology_table*
...@@ -134,8 +139,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -134,8 +139,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
* 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](img/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