Prozessoranzahl richtig auswerten
This commit is contained in:
parent
b40b8d6554
commit
92844a4f89
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user