From 63848617bd777ed17bab30435f708cbadb84d9a4 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sun, 14 Nov 2021 16:35:38 +0000
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a68d37b..d252960 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,12 @@ Check Info:
 
 * *service*: creates the service **BGP Peer** with the ip-address of the peer as item
 ---
-* *state*:
-    * **warning**: if peer is admin shutdown
-    * **critical**: if peer is not found in SNMP data
-    * **critical**/**warning**: if peer state is not establisched
+* *state*:\
+    **critical**: if Peer state is idle or if accepted_prefixes >= prefix_admin_limit\
+    **warning**: if Peer state is not idle or not established, if accepted_prefixes >= warn_threshold, if Admin state is not admin start\
+    **critical**/**warning**: if Peer uptime below the configured levels\
+    **critical**: if Peer not found in SNMP data
+    
 ---
 * *wato*: [see WATO options](/doc/wato.png?raw=true "WATO options")
 ---
-- 
GitLab