From 23fa4d2dc7696701c6e8e6bc45096934396fab5a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 31 Aug 2025 16:58:18 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d84ce80..f62ead6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A Bash script that monitors system usage stats and alerts if they rise above con Checks disk free space, CPU load average, RAM usage, and ZFS pool health. +Sends the CPU usage percentage to Uptime Kuma as the ping latency so a useful graph will be shown on the dashboard. +You can replace this with the RAM usage by finding `ping=$CPU_PERCENT` near the bottom of the script and replacing it with `ping=$MEM_PERCENT`. + ## One-line installer Copy-paste to install the script and push status to Uptime Kuma every 60 seconds.