summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xminimunin2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimunin b/minimunin
index ada2a3e..881d6be 100755
--- a/minimunin
+++ b/minimunin
@@ -239,7 +239,7 @@ cat <<-EOF
239EOF 239EOF
240;; 240;;
241cpu) 241cpu)
242 cdef=`get_sys kern.clockrate` ; cdef=${cdef#*stathz =}; cdef=${cdef% *}",/,100,*" 242 cdef=$(get_sys kern.clockrate) ; cdef=${cdef#*stathz = }; cdef=${cdef% *}",/,100,*"
243cat <<-EOF 243cat <<-EOF
244 graph_title CPU usage 244 graph_title CPU usage
245 graph_order system interrupt user nice idle 245 graph_order system interrupt user nice idle