diff --git a/get-data.sh b/get-data.sh index a4fc89c..bc81c62 100755 --- a/get-data.sh +++ b/get-data.sh @@ -4,7 +4,7 @@ source /opt/idssys/defaults/default.inc if [ ${1-x} ]; then case ${1} in - cpuusage) GET_CPU_USAGE;; + cpu-usage) GET_CPU_USAGE;; esac fi