diff --git a/docs/20_Checks/check_onevm.md b/docs/20_Checks/check_onevm.md
index 425bc6a07606b3ed5dae040660dd27f1ab3ec476..b269d0cd28ead15738002ff04df9fdef16b84ea0 100644
--- a/docs/20_Checks/check_onevm.md
+++ b/docs/20_Checks/check_onevm.md
@@ -23,7 +23,7 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/onevm
 ______________________________________________________________________
 
 CHECK_ONEVM 
-v1.0
+v1.1
 
 (c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
@@ -49,7 +49,7 @@ PARAMETERS:
 
 Without parameter:
 
-```
+```txt
 ./check_onevm
 OK: OpenNebula VMs - Total: 32 .. running: 32 .. other: 0
 >>>>>> By state
@@ -64,3 +64,12 @@ The VM is running (note that this stage includes the internal virtualized machin
 
 |total=32;; running=32;; fail=0;; unknown=0;; other=0;; 
 ```
+
+If no vm was created yet the result is OK.
+
+```txt
+/check_onevm
+OK: OpenNebula VMs - Total: 0 .. running: 0, Fail: 0, unknown: 0 .. other: 0
+Info: no vm was created yet.
+ |total=0;; running=0;; fail=0;; unknown=0;; other=0;; root@admin:one plugins# 
+```