#!/bin/sh # Filename: check_cpu.sh procinfo=`which procinfo 2>/dev/null` sar=`which sar 2>/dev/null` function help { echo -e "\n\tThis plugin shows the...