From bd01b295ba3b73894c7a2c989f927a89a2679d49 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 16:48:09 -0600 Subject: [PATCH] Update get-data.sh --- get-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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