From 44eb8de6eb5bc43d146383e88699b0bd79f446a9 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 4 Aug 2023 12:42:37 +0000
Subject: [PATCH] Update README.md

---
 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 14180fb..b4dc06d 100644
--- a/README.md
+++ b/README.md
@@ -33,15 +33,15 @@ The plugin creates the service **_SNMP Configuration_** for each host with SNMP
 
 | State | condition | WATO | 
 | ------ | ------ | ------ |
-| WARN | condition 1 | yes |
-| CRIT | condition 2 | no |
-| WARN/CRIT | condition 3 | no |
-
-</details>
-
-<details><summary>Perfdata</summary>
-
-There are no perf data.
+| WARN | if SNMP version not in list | yes |
+| WARN | if SNMPv3 level is not list | yes |
+| WARN | if SNMPv3 authentication is not in list| yes |
+| WARN | if SNMPv3 encryption is not in list| yes |
+| WARN | if SNMP backend not in list | yes |
+| WARN | if key length below minimal key length | yes |
+| WARN | if authentication and encryption keys are identical | yes |
+| WARN | if key default key is used | yes |
+| WARN | if key complexity not met | yes |
 
 </details>
 
-- 
GitLab