From c1c563cf231ca4f55c93def7df3f127736606282 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 31 Aug 2025 16:39:35 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64119f9..d84ce80 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ A Bash script that monitors system usage stats and alerts if they rise above configurable limits. -Run via a cron job every minute. +Checks disk free space, CPU load average, RAM usage, and ZFS pool health. ## One-line installer Copy-paste to install the script and push status to Uptime Kuma every 60 seconds. Then just edit `/opt/uptimekuma.sh` (if installed as root) or `$HOME/.local/bin/uptimekuma.sh` (if installed as user) -to configure the `PUSH_KEY` and customize alert parameters. +to configure the `API_URL` and `PUSH_KEY` and optionally customize alert parameters. ### As root: