Skip to content
Snippets Groups Projects
Commit ce3b04ad authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

check_cpu: fix typo in output

parent 88521145
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ PARAMETERS: ...@@ -65,7 +65,7 @@ PARAMETERS:
None. None.
EXAMPLE: EXAMPLE:
$(basename $0) -w 60 -c 80 -i 40 $(basename $0) -w 60 -c 80 -p 40
EOF EOF
} }
...@@ -131,10 +131,10 @@ else ...@@ -131,10 +131,10 @@ else
if [ "$(echo "${cpuNonIdle} > ${iCriticalLimit}" | bc)" -eq 1 ]; then if [ "$(echo "${cpuNonIdle} > ${iCriticalLimit}" | bc)" -eq 1 ]; then
ph.setStatus "critical" ph.setStatus "critical"
sInfo="HINT : cpu usage is high - check preocesses" sInfo="HINT : cpu usage is high - check processes"
else else
ph.setStatus "warning" ph.setStatus "warning"
sInfo="HINT : cpu usage is high - check preocesses" sInfo="HINT : cpu usage is high - check processes"
fi fi
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment