Skip to content

Commit f07e811

Browse files
committed
docs: update notification references to mention persistent retry
1 parent b6b5f26 commit f07e811

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Most UPS shutdown solutions are **single-system focused**. Eneru is designed for
3838
| Different systems need different commands | ✅ Per-server custom shutdown commands |
3939
| Hypervisors need graceful VM shutdown | ✅ Pre-shutdown actions (Proxmox, ESXi, XCP-ng, libvirt) |
4040
| Battery estimates are unreliable | ✅ Multi-vector shutdown triggers |
41-
| Network down during outage | ✅ Non-blocking notification architecture |
41+
| Network down during outage | ✅ Non-blocking notifications with persistent retry |
4242

4343
---
4444

@@ -105,7 +105,7 @@ See the [full documentation](https://eneru.readthedocs.io/) for complete configu
105105
- **Multi-vector shutdown triggers** - Battery %, runtime, depletion rate, time on battery, FSD flag
106106
- **Orchestrated shutdown** - VMs, containers, remote servers, filesystems, local system
107107
- **100+ notification services** - Discord, Slack, Telegram, ntfy, Email via [Apprise](https://github.com/caronc/apprise/wiki)
108-
- **Non-blocking notifications** - Never delays critical shutdown operations
108+
- **Non-blocking notifications** - Persistent retry without delaying shutdown
109109
- **Power quality monitoring** - Voltage, AVR, bypass, and overload detection
110110
- **Dry-run mode** - Test your configuration safely
111111

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Most UPS shutdown solutions are **single-system focused**. Eneru is designed for
2323
| Different systems need different commands | ✅ Per-server custom shutdown commands |
2424
| Hypervisors need graceful VM shutdown | ✅ Pre-shutdown actions (Proxmox, ESXi, XCP-ng, libvirt) |
2525
| Battery estimates are unreliable | ✅ Multi-vector shutdown triggers |
26-
| Network down during outage might block/slow down shutdown | ✅ Non-blocking notification architecture |
26+
| Network down during outage might block/slow down shutdown | ✅ Non-blocking notifications with persistent retry |
2727

2828
---
2929

@@ -74,7 +74,7 @@ All components are optional and independently configurable:
7474
### Real-Time Notifications (via Apprise)
7575

7676
- **100+ Notification Services:** Discord, Slack, Telegram, ntfy, Pushover, Email, and [many more](https://github.com/caronc/apprise/wiki)
77-
- **Non-Blocking Architecture:** Notifications never delay critical shutdown operations
77+
- **Non-Blocking with Persistent Retry:** Notifications never delay shutdown, retried until delivered
7878
- **Power Event Alerts:** Color-coded notifications for all power events
7979
- **Service Lifecycle:** Notifications when service starts/stops
8080

0 commit comments

Comments
 (0)