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

Update README.md

parent 2eee1728
No related branches found
No related tags found
No related merge requests found
...@@ -20,18 +20,25 @@ Collection of OSPFv3 checks ...@@ -20,18 +20,25 @@ Collection of OSPFv3 checks
* [Download latest mkp file][PACKAGE] * [Download latest mkp file][PACKAGE]
**Note**: before you update to a newer version, alway check the [CHANGELOG](CHANGELOG). There migth be incompatible changes. **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 ospfv3.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?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
--- ---
...@@ -47,7 +54,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -47,7 +54,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
Sample output Sample output
![sample output](/doc/sample_ospfv3_general.png?raw=true "sample output") ![sample output](img/sample_ospfv3_general.png?raw=true "sample output")
--- ---
### Check Info *ospfv3_area* ### Check Info *ospfv3_area*
...@@ -64,7 +71,7 @@ Sample output ...@@ -64,7 +71,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_ospfv3_area.png?raw=true "sample output") ![sample output](img/sample_ospfv3_area.png?raw=true "sample output")
--- ---
### Check Info *ospfv3_interface* ### Check Info *ospfv3_interface*
...@@ -81,7 +88,7 @@ Sample output ...@@ -81,7 +88,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_ospfv3_interface.png?raw=true "sample output") ![sample output](img/sample_ospfv3_interface.png?raw=true "sample output")
--- ---
### Check Info *ospfv3_neighbor* ### Check Info *ospfv3_neighbor*
...@@ -97,7 +104,7 @@ Sample output ...@@ -97,7 +104,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_ospfv3_neighbor.png?raw=true "sample output") ![sample output](img/sample_ospfv3_neighbor.png?raw=true "sample output")
--- ---
### Check Info *ospfv3_virtuallink* ### Check Info *ospfv3_virtuallink*
...@@ -112,5 +119,5 @@ Sample output ...@@ -112,5 +119,5 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_ospfv3_virtuallink.png?raw=true "sample output") ![sample output](img/sample_ospfv3_virtuallink.png?raw=true "sample output")
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