From 4cd83d5cd4aa35a2f80d5e6b291a6ef4adaa58a4 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 2 Mar 2020 15:06:20 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8cf601a..cbc597f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@ Monitors status of Cisco BGP peers
 Check Info:
 
 * *service*: this check creates one service for each peer/address family  (IPv4 and IPv6)
-* *state*: [WHEN WILL THE CHECK be **critical** or **warning** or **ok** or **unknown**]
+* *state*: \
+    **critical**: if Peer state is idle or if acceptedprefixed >= prefixadminlimit\
+    **warning**: if Peer state is not idle or established, Peer uptime < min. uptime, if Admin state is not admin start, if acceptedprefixed >= warnthreshold
 * *wato*: 
     * **min uptime**: minimum time before a bgp peer connection is consinderd as stable, default 86400 seconds (1 day)
     * **Local AS**: use AS as local AS, if SNMP *cbgpPeer2LocalAs* is not valid
-- 
GitLab