Fixed UOM in performance data
root

root commited on 2011-01-17 16:13:45
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -70,7 +70,7 @@ let MWV=MT*WM/100
70 70
 let MCV=MT*CM/100
71 71
 let SWV=ST*WS/100
72 72
 let SCV=ST*CS/100
73
-MSG="$MSG | mem=${MU}B;$MWV;$MCV;0;$MT swap=${SU}B;$SWV;$SCV;0;$ST"
73
+MSG="$MSG | mem=${MU}KB;$MWV;$MCV;0;$MT swap=${SU}KB;$SWV;$SCV;0;$ST"
74 74
 
75 75
 [ $RET -eq 2 ] && echo "CRITICAL - $MSG" && exit 2
76 76
 [ $RET -eq 1 ] && echo "WARNING - $MSG" && exit 1
77 77