From 87239c8cdef39496c70e735709b8fee012a9be51 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 2 Oct 2021 10:40:59 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6ca3ec..a6d1a11 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,16 @@ 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) +--- +#### Want to contribute? +Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") +--- ## Check Info *ospfv3_general*: * *service*: this check creates the service *OSPFv3* * *state*: **warning** if the OSPFv3 process is admin disabled (*shutdown*) -* *wato*: none +* *wato*: [(see WATO options OSPVv3 general)](/../../../-/raw/master/doc/wato-general.png "see WATO options OSPVv3 general") and [(see WATO discovery options OSPVv3 general)](/../../../-/raw/master/doc/wato-general-discovery.png "see WATO discovery options OSPVv3 general") * *perfdata*: * LSA count * Etxternal LSA count @@ -53,7 +57,7 @@ Sample output * **warning** if the OSPFv3 process is admin disabled (*shutdown*) * **warning** if the interface OSPFv3 state *waiting* or *standby* * **critical** if the interface OSPFv3 state *down* -* *wato*: none +* *wato*: [(see WATO options OSPVv3 interface)](/../../../-/raw/master/doc/wato-interface.png "see WATO options OSPVv3 interface") * *perfdata*: * Link LSA count * Events @@ -68,7 +72,7 @@ Sample output * *state*: * **warning** if the OSPFv3 neighbor state in *attempt*, *init*, *exchangeStart*, *exchange* or *loading* * **critical** if the OSPFv3 neighbor state is *down* -* *wato*: you can configure the warnining/critical states for the OSPFv3 process +* *wato*: [(see WATO options OSPVv3 neighbor)](/../../../-/raw/master/doc/wato-neighbor.png "see WATO options OSPVv3 neighbor") * *perfdata*: * queue length * Events @@ -80,9 +84,9 @@ Sample output ## Check Info *ospfv3_virtuallink*: * *state*: - * **warning** if the OSPFv3 neighbor state in *attempt*, *init*, *exchangeStart*, *exchange* or *loading* - * **critical** if the OSPFv3 neighbor state is *down* -* *wato*: you can configure the warnining/critical states for the OSPFv3 process + * **warning** if the OSPFv3 virtual link state in *attempt*, *init*, *exchangeStart*, *exchange* or *loading* + * **critical** if the OSPFv3 virtual link state is *down* +* *wato*: [(see WATO options OSPVv3 virtual link)](/../../../-/raw/master/doc/wato-virtuallink.png "see WATO options OSPVv3 virtual link") * *perfdata*: * queue length * Events -- GitLab