From b24981336b38a554fe12c2bebebdf30996a1fd16 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sun, 3 Apr 2022 07:37:33 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d252960..6f966a5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Check Info: * *service*: creates the service **BGP Peer** with the ip-address of the peer as item --- * *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**: if accepted_prefixes >= prefix_admin_limit\ + **warning**: 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 -- GitLab