diff --git a/check_onevm b/check_onevm
index 351438549ebfc0fe5df56937856a390566281285..25346590cd521480d4fb1575e8757fbbaeb9300b 100755
--- a/check_onevm
+++ b/check_onevm
@@ -169,6 +169,6 @@ echo
 )
 
 
-ph.status "OpenNebula VMs - Total: $iTotal .. running: $iRunning .. other: $iOther"
+ph.status "OpenNebula VMs - Total: $iTotal .. running: $iRunning, Fail: $iFail, unknown: $iUnknown .. other: $iOther"
 echo "$out"
 ph.exit
\ No newline at end of file