From 54403b53612e5ef2747a455690c8a48b500fe58d Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 11 May 2022 20:07:27 +0000
Subject: [PATCH] Update README.md

---
 README.md | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index fd36ae2..564c344 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Check plugin to monitors status of BGP peers and inventory plugin for static BGP
 
 ### Check Info:
 
-* *service*: creates the service **BGP Peer** with the ip-address of the peer as item. Depending on the addon the address family and the VRF/VR will also be used in the item.
+* *service*: creates the service **BGP Peer** with the ip-address of the peer as item. Depending on the addon the address family and the VRF/VR/Remote AS will also be used in the item. Except for the remote peer address this is configurable.
 
 ---
 
@@ -37,19 +37,22 @@ Check plugin to monitors status of BGP peers and inventory plugin for static BGP
 Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
 
 ---
-
-Sample output
-
+<details><summary>Sample output</summary>
 ![sample output](/doc/sample.png?raw=true "sample output")
+</details>
 
-Sample inventory output (from the cisco_bgp_peer addon)
-
+<details><summary>Sample inventory output</summary>
 ![sample inventory output](/doc/sample-inventory.png?raw=true "sample inventory output")
+</details>
 
-WATO options (check)
-
-![WATO options](/doc/wato.png?raw=true "WATO options (check)")
+<details><summary>WATO options (check)</summary>
+![WATO options (check)](/doc/wato.png?raw=true "WATO options (check)")
+</details>
 
-WATO options (inventory)
+<details><summary>WATO options (discovery)</summary>
+![WATO options (discovery)](/doc/wato-discovery.png?raw=true "WATO options (discovery)")
+</details>
 
+<details><summary>WATO options (inventory)</summary>
 ![WATO options](/doc/wato-inventory.png?raw=true "WATO options (inventory)")
+</details>
-- 
GitLab