From a12cfa46e691e07dd29da0ea027781d97fb7d01b Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 10 Sep 2025 13:23:24 +0000 Subject: [PATCH] docs: correct alert description to reflect current capabilities (addresses #431) The README previously claimed alerts for 'VMs go down' but currently only node down detection is implemented. Updated to accurately reflect that alerts are for nodes, not individual VMs/containers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc47f2c50..3903e87de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Real-time monitoring for Proxmox VE and PBS with alerts and webhooks.** -Monitor your entire Proxmox infrastructure from a single dashboard. Get instant alerts when VMs go down, backups fail, or storage fills up. Supports email, Discord, Slack, Telegram, and more. +Monitor your entire Proxmox infrastructure from a single dashboard. Get instant alerts when nodes go down, backups fail, or storage fills up. Supports email, Discord, Slack, Telegram, and more. ![Dashboard](docs/images/01-dashboard.png)