From 96bdfd93cddb641eac68a9bb0d4cf93b1e967557 Mon Sep 17 00:00:00 2001 From: crate Date: Fri, 18 Oct 2024 01:51:01 -0500 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fc63f9 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +This script uses NUT and a few other libraries to communicate UPS status for servers. + +If the power goes out, it will send an email and a discord message with status and battery charge. +If the power comes back, it will do the same. + +Once battery reaches critical level, it will automate shutting servers down. +When the power comes back and the battery is charged, it will fire them up again.