From ce5facfdca27d3651e892cccb87c8167253e8592 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 12 Jun 2023 15:39:30 +0200
Subject: [PATCH] add 2 performance params

---
 check_onevm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_onevm b/check_onevm
index 3514385..2534659 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
-- 
GitLab