You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,6 +49,21 @@ Most UPS shutdown tools handle one machine. If you have more than one, things ge
49
49
50
50
---
51
51
52
+
## How Eneru is different
53
+
54
+
NUT's `upsmon` shuts down one machine with two triggers (low battery, forced shutdown). apcupsd does the same for APC hardware. PeaNUT and NUTCase provide dashboards but no shutdown logic. Enterprise tools (Eaton IPM, PowerChute) add virtualization support but are vendor-locked and proprietary.
55
+
56
+
Eneru sits on top of NUT and adds what these tools lack:
57
+
58
+
-**Orchestrated multi-resource shutdown**, VMs, compose stacks, containers, remote servers, filesystems, and local system in a coordinated sequence
59
+
-**6 independent shutdown triggers**, including depletion rate (computed from observed battery data, not UPS estimates) and extended time on battery. NUT's 2 triggers miss these failure modes
60
+
-**Multi-UPS coordination**, monitor multiple UPSes with per-group triggers and shutdown policies, each with independent failure handling
61
+
-**Battery anomaly detection**, catches firmware recalibrations and battery degradation with vendor-specific jitter filtering (APC, CyberPower, Ubiquiti)
62
+
63
+
See the [full comparison](https://eneru.readthedocs.io/latest/#how-eneru-compares) in the documentation.
64
+
65
+
---
66
+
52
67
## Use cases
53
68
54
69
Homelabs, virtualization hosts (Proxmox, ESXi, libvirt), Docker/Podman container hosts, NAS systems (Synology, QNAP, TrueNAS), multi-UPS environments with multiple server groups, and mixed physical/virtual setups.
@@ -143,7 +158,7 @@ See the [full documentation](https://eneru.readthedocs.io/) for complete configu
143
158
- Notifications to 100+ services (Discord, Slack, Telegram, ntfy, email) via [Apprise](https://github.com/caronc/apprise/wiki)
144
159
- Power quality monitoring: voltage, AVR, bypass, overload
145
160
- Dry-run mode for safe testing
146
-
- 296 tests, 9 Linux distros, E2E tests with real NUT/SSH/Docker on every commit
161
+
- 300 tests, 9 Linux distros, E2E tests with real NUT/SSH/Docker on every commit
0 commit comments