This commit is contained in:
Patrick Schindelmann 2019-09-28 21:07:13 +02:00
commit 3cc5e3d170
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ then
fi
path=$(find /usr/lib* -name check_load)
processors="$(grep processor -c /proc/cpuinfo)"
processors="$(grep ^processor -c /proc/cpuinfo)"
warn1perc="70"
warn5perc="60"
warn15perc="50"