diff --git a/README.md b/README.md
index a68d37be8b863f665992a0ea9cde58c1836fd5f2..d252960c54bd721dc2d66a41a1db1f4105867be5 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")
 ---