Update README.md

This commit is contained in:
Skylar Ittner 2025-08-31 16:58:18 -06:00
parent 3158bf16a7
commit 23fa4d2dc7

View File

@ -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. 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 ## One-line installer
Copy-paste to install the script and push status to Uptime Kuma every 60 seconds. Copy-paste to install the script and push status to Uptime Kuma every 60 seconds.