diff --git a/README.md b/README.md
index 14180fb98c04793834f77e32ab59a5b20f9c9b15..b4dc06d63e22bf21122d54ba9b7ad5c8562cbced 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>