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

Update README.md

parent 663542bd
Branches 2.0.x
No related tags found
No related merge requests found
# OSPFv3 [(Download the MKP package)](/../../../-/raw/master/ospfv3.mkp "Download MKP package")
**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
# OSPFv3
Monitors status of OSPFv3 enabled devices
**Note**: on Cisco devices (IOS/IOS-XE) this checks will only work with default VRF and one OSPFv3 process.\
Also there can be onle one address family in the OSPFv3 process. Anything else nedds SNMPv3 contexts.
Also there can be only one address family in the OSPFv3 process. Anything else nedds SNMPv3 contexts.
**Note: see the [Wiki](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/ospfv3/-/wikis/home) for a sample IOS OSPFv3 configuration**
......@@ -15,12 +13,26 @@ Collection of OSPFv3 checks
* *ospfv3_interface*: monitors OSPFv3 enabled interfaces
* *ospfv3_neighbor*: monitors OSPFv3 neighbors (IPv6 only)
* *ospfv3_virtuallink*: monitors OSPFv3 virtual links (IPv6 only)
---
### Download
* [ospfv3.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/ospfv3/-/raw/master/ospfv3.mkp "Download latest version")
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install ospfv3.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?
---
### Want to contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
---
## Check Info *ospfv3_general*:
### Check Info *ospfv3_general*
* *service*: this check creates the service *OSPFv3*
* *state*: **warning** if the OSPFv3 process is admin disabled (*shutdown*)
......@@ -34,7 +46,8 @@ Sample output
![sample output](/doc/sample_ospfv3_general.png?raw=true "sample output")
## Check Info *ospfv3_area*:
---
### Check Info *ospfv3_area*
* *service*: this check creates one service per OSPFv3 area
* *state*: is always ok
......@@ -50,7 +63,8 @@ Sample output
![sample output](/doc/sample_ospfv3_area.png?raw=true "sample output")
## Check Info *ospfv3_interface*:
---
### Check Info *ospfv3_interface*
* *service*: this check creates one service per OSPFv3 enabled interface
* *state*:
......@@ -66,7 +80,8 @@ Sample output
![sample output](/doc/sample_ospfv3_interface.png?raw=true "sample output")
## Check Info *ospfv3_neighbor*:
---
### Check Info *ospfv3_neighbor*
* *service*: this check creates one service for each OSPFv3 neighbor
* *state*:
......@@ -81,7 +96,8 @@ Sample output
![sample output](/doc/sample_ospfv3_neighbor.png?raw=true "sample output")
## Check Info *ospfv3_virtuallink*:
---
### Check Info *ospfv3_virtuallink*
* *state*:
* **warning** if the OSPFv3 virtual link state in *attempt*, *init*, *exchangeStart*, *exchange* or *loading*
......
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