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

Update README.md

parent 29bac73c
No related branches found
No related tags found
No related merge requests found
...@@ -34,13 +34,21 @@ I have rewritten this plugin for CMK 2.0 and extended it to be the base for all ...@@ -34,13 +34,21 @@ I have rewritten this plugin for CMK 2.0 and extended it to be the base for all
* [Download latest mkp file][PACKAGE] * [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 add bgp_peer.mkp` and `mkp enable bgp_peer`. 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?
...@@ -51,21 +59,21 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -51,21 +59,21 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
### Sample output ### Sample output
<details><summary>Sample output</summary> <details><summary>Sample output</summary>
![sample output](/img/sample.png?raw=true "sample output") ![sample output](img/sample.png?raw=true "sample output")
</details> </details>
<details><summary>Sample inventory output</summary> <details><summary>Sample inventory output</summary>
![sample inventory output](/img/sample-inventory.png?raw=true "sample inventory output") ![sample inventory output](img/sample-inventory.png?raw=true "sample inventory output")
</details> </details>
<details><summary>WATO options (check)</summary> <details><summary>WATO options (check)</summary>
![WATO options (check)](/img/wato.png?raw=true "WATO options (check)") ![WATO options (check)](img/wato.png?raw=true "WATO options (check)")
</details> </details>
<details><summary>WATO options (discovery)</summary> <details><summary>WATO options (discovery)</summary>
![WATO options (discovery)](/img/wato-discovery.png?raw=true "WATO options (discovery)") ![WATO options (discovery)](img/wato-discovery.png?raw=true "WATO options (discovery)")
</details> </details>
<details><summary>WATO options (inventory)</summary> <details><summary>WATO options (inventory)</summary>
![WATO options](/img/wato-inventory.png?raw=true "WATO options (inventory)") ![WATO options](img/wato-inventory.png?raw=true "WATO options (inventory)")
</details> </details>
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